ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )� WorkflowGroupz Workflow Group Layout. �PARALLEL_RESOURCE_GROUP�ROLLING_RESOURCE_GROUPc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a` Initializes a new WorkflowGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param group_name: The value to assign to the group_name property of this WorkflowGroup. :type group_name: str :param type: The value to assign to the type property of this WorkflowGroup. Allowed values for this property are: "PARALLEL_RESOURCE_GROUP", "ROLLING_RESOURCE_GROUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param steps: The value to assign to the steps property of this WorkflowGroup. :type steps: list[oci.fleet_apps_management.models.WorkflowComponent] �strzlist[WorkflowComponent])� group_name�type�stepsZ groupNamer r N)Z swagger_typesZ attribute_map�_group_name�_type�_steps)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/workflow_group.py�__init__ s ��zWorkflowGroup.__init__c C s | j S )z� **[Required]** Gets the group_name of this WorkflowGroup. Provide the name of the group. :return: The group_name of this WorkflowGroup. :rtype: str �r �r r r r r >