RunbookVersionSummary¶
-
class
oci.fleet_apps_management.models.
RunbookVersionSummary
(**kwargs)¶ Bases:
object
Summary of the FleetResource.
Methods
__init__
(**kwargs)Initializes a new RunbookVersionSummary object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this RunbookVersionSummary. defined_tags
Gets the defined_tags of this RunbookVersionSummary. execution_workflow_details
[Required] Gets the execution_workflow_details of this RunbookVersionSummary. freeform_tags
Gets the freeform_tags of this RunbookVersionSummary. groups
[Required] Gets the groups of this RunbookVersionSummary. id
Gets the id of this RunbookVersionSummary. is_latest
Gets the is_latest of this RunbookVersionSummary. lifecycle_details
Gets the lifecycle_details of this RunbookVersionSummary. lifecycle_state
Gets the lifecycle_state of this RunbookVersionSummary. name
Gets the name of this RunbookVersionSummary. rollback_workflow_details
Gets the rollback_workflow_details of this RunbookVersionSummary. runbook_id
Gets the runbook_id of this RunbookVersionSummary. system_tags
Gets the system_tags of this RunbookVersionSummary. tasks
[Required] Gets the tasks of this RunbookVersionSummary. time_created
Gets the time_created of this RunbookVersionSummary. time_updated
Gets the time_updated of this RunbookVersionSummary. -
__init__
(**kwargs)¶ Initializes a new RunbookVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RunbookVersionSummary.
- runbook_id (str) – The value to assign to the runbook_id property of this RunbookVersionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this RunbookVersionSummary.
- tasks (list[oci.fleet_apps_management.models.Task]) – The value to assign to the tasks property of this RunbookVersionSummary.
- groups (list[oci.fleet_apps_management.models.Group]) – The value to assign to the groups property of this RunbookVersionSummary.
- execution_workflow_details (oci.fleet_apps_management.models.ExecutionWorkflowDetails) – The value to assign to the execution_workflow_details property of this RunbookVersionSummary.
- rollback_workflow_details (oci.fleet_apps_management.models.RollbackWorkflowDetails) – The value to assign to the rollback_workflow_details property of this RunbookVersionSummary.
- name (str) – The value to assign to the name property of this RunbookVersionSummary.
- is_latest (bool) – The value to assign to the is_latest property of this RunbookVersionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this RunbookVersionSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this RunbookVersionSummary.
- time_created (datetime) – The value to assign to the time_created property of this RunbookVersionSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this RunbookVersionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this RunbookVersionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this RunbookVersionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this RunbookVersionSummary.
-
compartment_id
¶ Gets the compartment_id of this RunbookVersionSummary. OCID of the compartment to which the resource belongs to.
Returns: The compartment_id of this RunbookVersionSummary. Return type: str
Gets the defined_tags of this RunbookVersionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this RunbookVersionSummary. Return type: dict(str, dict(str, object))
-
execution_workflow_details
¶ [Required] Gets the execution_workflow_details of this RunbookVersionSummary.
Returns: The execution_workflow_details of this RunbookVersionSummary. Return type: oci.fleet_apps_management.models.ExecutionWorkflowDetails
Gets the freeform_tags of this RunbookVersionSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this RunbookVersionSummary. Return type: dict(str, str)
-
groups
¶ [Required] Gets the groups of this RunbookVersionSummary. The groups of the runbook.
Returns: The groups of this RunbookVersionSummary. Return type: list[oci.fleet_apps_management.models.Group]
-
id
¶ Gets the id of this RunbookVersionSummary. The OCID of the resource.
Returns: The id of this RunbookVersionSummary. Return type: str
-
is_latest
¶ Gets the is_latest of this RunbookVersionSummary. Is the latest version for the runbook?
Returns: The is_latest of this RunbookVersionSummary. Return type: bool
-
lifecycle_details
¶ Gets the lifecycle_details of this RunbookVersionSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this RunbookVersionSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this RunbookVersionSummary. The current state of the Runbook.
Returns: The lifecycle_state of this RunbookVersionSummary. Return type: str
-
name
¶ Gets the name of this RunbookVersionSummary. The version of the runbook.
Returns: The name of this RunbookVersionSummary. Return type: str
-
rollback_workflow_details
¶ Gets the rollback_workflow_details of this RunbookVersionSummary.
Returns: The rollback_workflow_details of this RunbookVersionSummary. Return type: oci.fleet_apps_management.models.RollbackWorkflowDetails
-
runbook_id
¶ Gets the runbook_id of this RunbookVersionSummary. The OCID of the resource.
Returns: The runbook_id of this RunbookVersionSummary. Return type: str
Gets the system_tags of this RunbookVersionSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this RunbookVersionSummary. Return type: dict(str, dict(str, object))
-
tasks
¶ [Required] Gets the tasks of this RunbookVersionSummary. A set of tasks to execute in the runbook.
Returns: The tasks of this RunbookVersionSummary. Return type: list[oci.fleet_apps_management.models.Task]
-
time_created
¶ Gets the time_created of this RunbookVersionSummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this RunbookVersionSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this RunbookVersionSummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this RunbookVersionSummary. Return type: datetime
-