ruạṛ
a ���f�9 � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�CompositeStatez] The composite state object provides information on the state of a task or schedule. � TASK_SCHEDULE�TASK� TASK_OPERATORc K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new CompositeState object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param composite_state_aggregator: The value to assign to the composite_state_aggregator property of this CompositeState. Allowed values for this property are: "TASK_SCHEDULE", "TASK", "TASK_OPERATOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type composite_state_aggregator: str :param key: The value to assign to the key property of this CompositeState. :type key: str :param model_type: The value to assign to the model_type property of this CompositeState. :type model_type: str :param model_version: The value to assign to the model_version property of this CompositeState. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CompositeState. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CompositeState. :type name: str :param identifier: The value to assign to the identifier property of this CompositeState. :type identifier: str :param description: The value to assign to the description property of this CompositeState. :type description: str :param object_version: The value to assign to the object_version property of this CompositeState. :type object_version: int :param object_status: The value to assign to the object_status property of this CompositeState. :type object_status: int :param all_states_map: The value to assign to the all_states_map property of this CompositeState. :type all_states_map: dict(str, State) :param registry_metadata: The value to assign to the registry_metadata property of this CompositeState. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param metadata: The value to assign to the metadata property of this CompositeState. :type metadata: oci.data_integration.models.ObjectMetadata �strZParentReference�intzdict(str, State)ZRegistryMetadataZObjectMetadata) �composite_state_aggregator�key� model_type� model_version� parent_ref�name� identifier�description�object_version� object_status�all_states_map�registry_metadata�metadataZcompositeStateAggregatorr Z modelTypeZmodelVersionZ parentRefr r r Z objectVersionZobjectStatusZallStatesMapZregistryMetadatar N)Z swagger_typesZ attribute_map�_composite_state_aggregator�_key�_model_type�_model_version�_parent_ref�_name�_identifier�_description�_object_version�_object_status�_all_states_map�_registry_metadata� _metadata)�self�kwargs� r( �O/usr/lib/python3.9/site-packages/oci/data_integration/models/composite_state.py�__init__ sR =��zCompositeState.__init__c C s | j S )a� Gets the composite_state_aggregator of this CompositeState. The type of the Composite State Aggregator. Allowed values for this property are: "TASK_SCHEDULE", "TASK", "TASK_OPERATOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The composite_state_aggregator of this CompositeState. :rtype: str )r �r&