RunbookImportStatusSummary¶
-
class
oci.fleet_apps_management.models.RunbookImportStatusSummary(**kwargs)¶ Bases:
objectSummary of the Runbook import status.
Methods
__init__(**kwargs)Initializes a new RunbookImportStatusSummary object with values from keyword arguments. Attributes
runbook_id[Required] Gets the runbook_id of this RunbookImportStatusSummary. runbook_name[Required] Gets the runbook_name of this RunbookImportStatusSummary. runbook_version[Required] Gets the runbook_version of this RunbookImportStatusSummary. status[Required] Gets the status of this RunbookImportStatusSummary. tracking_id[Required] Gets the tracking_id of this RunbookImportStatusSummary. -
__init__(**kwargs)¶ Initializes a new RunbookImportStatusSummary 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 RunbookImportStatusSummary.
- runbook_id (str) – The value to assign to the runbook_id property of this RunbookImportStatusSummary.
- runbook_name (str) – The value to assign to the runbook_name property of this RunbookImportStatusSummary.
- runbook_version (str) – The value to assign to the runbook_version property of this RunbookImportStatusSummary.
- status (str) – The value to assign to the status property of this RunbookImportStatusSummary.
-
runbook_id¶ [Required] Gets the runbook_id of this RunbookImportStatusSummary. The OCID of the resource.
Returns: The runbook_id of this RunbookImportStatusSummary. Return type: str
-
runbook_name¶ [Required] Gets the runbook_name of this RunbookImportStatusSummary. Runbook name.
Returns: The runbook_name of this RunbookImportStatusSummary. Return type: str
-
runbook_version¶ [Required] Gets the runbook_version of this RunbookImportStatusSummary. Runbook version.
Returns: The runbook_version of this RunbookImportStatusSummary. Return type: str
-
status¶ [Required] Gets the status of this RunbookImportStatusSummary. Status.
Returns: The status of this RunbookImportStatusSummary. Return type: str
-
tracking_id¶ [Required] Gets the tracking_id of this RunbookImportStatusSummary. Tracking Id.
Returns: The tracking_id of this RunbookImportStatusSummary. Return type: str
-