Associations¶
-
class
oci.fleet_apps_management.models.
Associations
(**kwargs)¶ Bases:
object
Associations for the runbook.
Methods
__init__
(**kwargs)Initializes a new Associations object with values from keyword arguments. Attributes
execution_workflow_details
[Required] Gets the execution_workflow_details of this Associations. groups
[Required] Gets the groups of this Associations. rollback_workflow_details
Gets the rollback_workflow_details of this Associations. tasks
[Required] Gets the tasks of this Associations. version
Gets the version of this Associations. -
__init__
(**kwargs)¶ Initializes a new Associations object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tasks (list[oci.fleet_apps_management.models.Task]) – The value to assign to the tasks property of this Associations.
- groups (list[oci.fleet_apps_management.models.Group]) – The value to assign to the groups property of this Associations.
- execution_workflow_details (oci.fleet_apps_management.models.ExecutionWorkflowDetails) – The value to assign to the execution_workflow_details property of this Associations.
- rollback_workflow_details (oci.fleet_apps_management.models.RollbackWorkflowDetails) – The value to assign to the rollback_workflow_details property of this Associations.
- version (str) – The value to assign to the version property of this Associations.
-
execution_workflow_details
¶ [Required] Gets the execution_workflow_details of this Associations.
Returns: The execution_workflow_details of this Associations. Return type: oci.fleet_apps_management.models.ExecutionWorkflowDetails
-
groups
¶ [Required] Gets the groups of this Associations. The groups of the runbook.
Returns: The groups of this Associations. Return type: list[oci.fleet_apps_management.models.Group]
-
rollback_workflow_details
¶ Gets the rollback_workflow_details of this Associations.
Returns: The rollback_workflow_details of this Associations. Return type: oci.fleet_apps_management.models.RollbackWorkflowDetails
-
tasks
¶ [Required] Gets the tasks of this Associations. A set of tasks to execute in the runbook.
Returns: The tasks of this Associations. Return type: list[oci.fleet_apps_management.models.Task]
-
version
¶ Gets the version of this Associations. The version of the runbook.
Returns: The version of this Associations. Return type: str
-