RunbookExport

class oci.fleet_apps_management.models.RunbookExport(**kwargs)

Bases: object

Runbook Export Status check details.

Methods

__init__(**kwargs) Initializes a new RunbookExport object with values from keyword arguments.

Attributes

details [Required] Gets the details of this RunbookExport.
runbook_id [Required] Gets the runbook_id of this RunbookExport.
runbook_name [Required] Gets the runbook_name of this RunbookExport.
runbook_version [Required] Gets the runbook_version of this RunbookExport.
status [Required] Gets the status of this RunbookExport.
tracking_id [Required] Gets the tracking_id of this RunbookExport.
__init__(**kwargs)

Initializes a new RunbookExport 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 RunbookExport.
  • runbook_id (str) – The value to assign to the runbook_id property of this RunbookExport.
  • runbook_name (str) – The value to assign to the runbook_name property of this RunbookExport.
  • runbook_version (str) – The value to assign to the runbook_version property of this RunbookExport.
  • status (str) – The value to assign to the status property of this RunbookExport.
  • details (dict(str, str)) – The value to assign to the details property of this RunbookExport.
details

[Required] Gets the details of this RunbookExport. Map of details

Returns:The details of this RunbookExport.
Return type:dict(str, str)
runbook_id

[Required] Gets the runbook_id of this RunbookExport. The OCID of the resource.

Returns:The runbook_id of this RunbookExport.
Return type:str
runbook_name

[Required] Gets the runbook_name of this RunbookExport. Runbook name.

Returns:The runbook_name of this RunbookExport.
Return type:str
runbook_version

[Required] Gets the runbook_version of this RunbookExport. Runbook version.

Returns:The runbook_version of this RunbookExport.
Return type:str
status

[Required] Gets the status of this RunbookExport. Status.

Returns:The status of this RunbookExport.
Return type:str
tracking_id

[Required] Gets the tracking_id of this RunbookExport. Tracking Id.

Returns:The tracking_id of this RunbookExport.
Return type:str