Version

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

Bases: object

Version for the runbook. Versioning runbooks in Fleet Application Management involve assigning unique identifiers or version numbers to different iterations of the runbook to track changes, improvements, and updates over time.

Methods

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

Attributes

execution_workflow_details [Required] Gets the execution_workflow_details of this Version.
groups [Required] Gets the groups of this Version.
is_latest Gets the is_latest of this Version.
rollback_workflow_details Gets the rollback_workflow_details of this Version.
tasks [Required] Gets the tasks of this Version.
version Gets the version of this Version.
__init__(**kwargs)

Initializes a new Version object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
execution_workflow_details

[Required] Gets the execution_workflow_details of this Version.

Returns:The execution_workflow_details of this Version.
Return type:oci.fleet_apps_management.models.ExecutionWorkflowDetails
groups

[Required] Gets the groups of this Version. The groups of the runbook.

Returns:The groups of this Version.
Return type:list[oci.fleet_apps_management.models.Group]
is_latest

Gets the is_latest of this Version. Is this version the latest?

Returns:The is_latest of this Version.
Return type:bool
rollback_workflow_details

Gets the rollback_workflow_details of this Version.

Returns:The rollback_workflow_details of this Version.
Return type:oci.fleet_apps_management.models.RollbackWorkflowDetails
tasks

[Required] Gets the tasks of this Version. A set of tasks to execute in the runbook.

Returns:The tasks of this Version.
Return type:list[oci.fleet_apps_management.models.Task]
version

Gets the version of this Version. The version of the runbook.

Returns:The version of this Version.
Return type:str