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