ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ComputeInstanceGroupSelector� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�#ComputeInstanceGroupByQuerySelectorz` Specifies the Compute instance group environment filtered by the RQS query expression. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new ComputeInstanceGroupByQuerySelector object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.ComputeInstanceGroupByQuerySelector.selector_type` attribute of this class is ``INSTANCE_QUERY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param selector_type: The value to assign to the selector_type property of this ComputeInstanceGroupByQuerySelector. Allowed values for this property are: "INSTANCE_IDS", "INSTANCE_QUERY" :type selector_type: str :param region: The value to assign to the region property of this ComputeInstanceGroupByQuerySelector. :type region: str :param query: The value to assign to the query property of this ComputeInstanceGroupByQuerySelector. :type query: str �str)� selector_type�region�query�selectorTyper r N�INSTANCE_QUERY)� swagger_types� attribute_map�_selector_type�_region�_query)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/compute_instance_group_by_query_selector.py�__init__ s ��z,ComputeInstanceGroupByQuerySelector.__init__c C s | j S )ag **[Required]** Gets the region of this ComputeInstanceGroupByQuerySelector. Region identifier referred by the deployment environment. Region identifiers are listed at https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm :return: The region of this ComputeInstanceGroupByQuerySelector. :rtype: str �r �r r r r r 5 s z*ComputeInstanceGroupByQuerySelector.regionc C s || _ dS )a] Sets the region of this ComputeInstanceGroupByQuerySelector. Region identifier referred by the deployment environment. Region identifiers are listed at https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm :param region: The region of this ComputeInstanceGroupByQuerySelector. :type: str Nr )r r r r r r A s c C s | j S )a� **[Required]** Gets the query of this ComputeInstanceGroupByQuerySelector. Query expression confirming to the OCI Search Language syntax to select compute instances for the group. The language is documented at https://docs.oracle.com/en-us/iaas/Content/Search/Concepts/querysyntax.htm :return: The query of this ComputeInstanceGroupByQuerySelector. :rtype: str �r r r r r r M s z)ComputeInstanceGroupByQuerySelector.queryc C s || _ dS )a� Sets the query of this ComputeInstanceGroupByQuerySelector. Query expression confirming to the OCI Search Language syntax to select compute instances for the group. The language is documented at https://docs.oracle.com/en-us/iaas/Content/Search/Concepts/querysyntax.htm :param query: The query of this ComputeInstanceGroupByQuerySelector. :type: str Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s z,ComputeInstanceGroupByQuerySelector.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s z*ComputeInstanceGroupByQuerySelector.__eq__c C s | |k S r r r r r r �__ne__n s z*ComputeInstanceGroupByQuerySelector.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r"