ruạṛ
a N��fj � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DeployEnvironment� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�%ComputeInstanceGroupDeployEnvironmentz� Specifies the Compute instance group environment. The combination of instances matching the selectors are included in the instance group. c K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ComputeInstanceGroupDeployEnvironment object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.ComputeInstanceGroupDeployEnvironment.deploy_environment_type` attribute of this class is ``COMPUTE_INSTANCE_GROUP`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ComputeInstanceGroupDeployEnvironment. :type id: str :param description: The value to assign to the description property of this ComputeInstanceGroupDeployEnvironment. :type description: str :param display_name: The value to assign to the display_name property of this ComputeInstanceGroupDeployEnvironment. :type display_name: str :param project_id: The value to assign to the project_id property of this ComputeInstanceGroupDeployEnvironment. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this ComputeInstanceGroupDeployEnvironment. :type compartment_id: str :param deploy_environment_type: The value to assign to the deploy_environment_type property of this ComputeInstanceGroupDeployEnvironment. Allowed values for this property are: "OKE_CLUSTER", "COMPUTE_INSTANCE_GROUP", "FUNCTION" :type deploy_environment_type: str :param time_created: The value to assign to the time_created property of this ComputeInstanceGroupDeployEnvironment. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ComputeInstanceGroupDeployEnvironment. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ComputeInstanceGroupDeployEnvironment. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ComputeInstanceGroupDeployEnvironment. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this ComputeInstanceGroupDeployEnvironment. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ComputeInstanceGroupDeployEnvironment. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ComputeInstanceGroupDeployEnvironment. :type system_tags: dict(str, dict(str, object)) :param compute_instance_group_selectors: The value to assign to the compute_instance_group_selectors property of this ComputeInstanceGroupDeployEnvironment. :type compute_instance_group_selectors: oci.devops.models.ComputeInstanceGroupSelectorCollection �str�datetimezdict(str, str)zdict(str, dict(str, object))�&ComputeInstanceGroupSelectorCollection)�id�description�display_name� project_id�compartment_id�deploy_environment_type�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tags� compute_instance_group_selectorsr r �displayName� projectId� compartmentId�deployEnvironmentType�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�freeformTags�definedTags� systemTags�computeInstanceGroupSelectorsN�COMPUTE_INSTANCE_GROUP)� swagger_types� attribute_map�_id�_description� _display_name�_project_id�_compartment_id�_deploy_environment_type� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags�!_compute_instance_group_selectors)�self�kwargs� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/compute_instance_group_deploy_environment.py�__init__ sZ B��z.ComputeInstanceGroupDeployEnvironment.__init__c C s | j S )a( **[Required]** Gets the compute_instance_group_selectors of this ComputeInstanceGroupDeployEnvironment. :return: The compute_instance_group_selectors of this ComputeInstanceGroupDeployEnvironment. :rtype: oci.devops.models.ComputeInstanceGroupSelectorCollection �r6 �r7 r9 r9 r: r � s zFComputeInstanceGroupDeployEnvironment.compute_instance_group_selectorsc C s || _ dS )a8 Sets the compute_instance_group_selectors of this ComputeInstanceGroupDeployEnvironment. :param compute_instance_group_selectors: The compute_instance_group_selectors of this ComputeInstanceGroupDeployEnvironment. :type: oci.devops.models.ComputeInstanceGroupSelectorCollection Nr<