RunbookImport¶
-
class
oci.fleet_apps_management.models.RunbookImport(**kwargs)¶ Bases:
objectRunbook Import Status check details.
Methods
__init__(**kwargs)Initializes a new RunbookImport object with values from keyword arguments. Attributes
details[Required] Gets the details of this RunbookImport. runbook_id[Required] Gets the runbook_id of this RunbookImport. runbook_name[Required] Gets the runbook_name of this RunbookImport. runbook_version[Required] Gets the runbook_version of this RunbookImport. status[Required] Gets the status of this RunbookImport. tracking_id[Required] Gets the tracking_id of this RunbookImport. -
__init__(**kwargs)¶ Initializes a new RunbookImport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tracking_id (str) – The value to assign to the tracking_id property of this RunbookImport.
- runbook_id (str) – The value to assign to the runbook_id property of this RunbookImport.
- runbook_name (str) – The value to assign to the runbook_name property of this RunbookImport.
- runbook_version (str) – The value to assign to the runbook_version property of this RunbookImport.
- status (str) – The value to assign to the status property of this RunbookImport.
- details (dict(str, str)) – The value to assign to the details property of this RunbookImport.
-
details¶ [Required] Gets the details of this RunbookImport. Map of details
Returns: The details of this RunbookImport. Return type: dict(str, str)
-
runbook_id¶ [Required] Gets the runbook_id of this RunbookImport. The OCID of the resource.
Returns: The runbook_id of this RunbookImport. Return type: str
-
runbook_name¶ [Required] Gets the runbook_name of this RunbookImport. Runbook name.
Returns: The runbook_name of this RunbookImport. Return type: str
-
runbook_version¶ [Required] Gets the runbook_version of this RunbookImport. Runbook version.
Returns: The runbook_version of this RunbookImport. Return type: str
-
status¶ [Required] Gets the status of this RunbookImport. Status.
Returns: The status of this RunbookImport. Return type: str
-
tracking_id¶ [Required] Gets the tracking_id of this RunbookImport. Tracking Id.
Returns: The tracking_id of this RunbookImport. Return type: str
-