RunbookTransferDependency¶
-
class
oci.fleet_apps_management.models.RunbookTransferDependency(**kwargs)¶ Bases:
objectRunbook transfer dependency.
Methods
__init__(**kwargs)Initializes a new RunbookTransferDependency object with values from keyword arguments. Attributes
associations_foundGets the associations_found of this RunbookTransferDependency. placeholdersGets the placeholders of this RunbookTransferDependency. promptGets the prompt of this RunbookTransferDependency. -
__init__(**kwargs)¶ Initializes a new RunbookTransferDependency object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - prompt (oci.fleet_apps_management.models.Prompt) – The value to assign to the prompt property of this RunbookTransferDependency.
- placeholders (list[oci.fleet_apps_management.models.Placeholder]) – The value to assign to the placeholders property of this RunbookTransferDependency.
- associations_found (list[oci.fleet_apps_management.models.Association]) – The value to assign to the associations_found property of this RunbookTransferDependency.
-
associations_found¶ Gets the associations_found of this RunbookTransferDependency. List of associations found.
Returns: The associations_found of this RunbookTransferDependency. Return type: list[oci.fleet_apps_management.models.Association]
-
placeholders¶ Gets the placeholders of this RunbookTransferDependency. List of placeholders.
Returns: The placeholders of this RunbookTransferDependency. Return type: list[oci.fleet_apps_management.models.Placeholder]
-
prompt¶ Gets the prompt of this RunbookTransferDependency.
Returns: The prompt of this RunbookTransferDependency. Return type: oci.fleet_apps_management.models.Prompt
-