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