FindRunbookImportDependencyDetails¶
-
class
oci.fleet_apps_management.models.FindRunbookImportDependencyDetails(**kwargs)¶ Bases:
objectRequest to find runbook import dependencies.
Methods
__init__(**kwargs)Initializes a new FindRunbookImportDependencyDetails object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this FindRunbookImportDependencyDetails. content[Required] Gets the content of this FindRunbookImportDependencyDetails. -
__init__(**kwargs)¶ Initializes a new FindRunbookImportDependencyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this FindRunbookImportDependencyDetails.
- content (oci.fleet_apps_management.models.TransferRunbookContentDetails) – The value to assign to the content property of this FindRunbookImportDependencyDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this FindRunbookImportDependencyDetails. OCID of the compartment to which the resource belongs to.
Returns: The compartment_id of this FindRunbookImportDependencyDetails. Return type: str
-
content¶ [Required] Gets the content of this FindRunbookImportDependencyDetails.
Returns: The content of this FindRunbookImportDependencyDetails. Return type: oci.fleet_apps_management.models.TransferRunbookContentDetails
-