Associations

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

Bases: object

JSON content with required associations

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.
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:
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]
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