📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: compute_instance_group_by_ids_selector.cpython-39.pyc
a ���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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�!ComputeInstanceGroupByIdsSelectorzi Specifies the Compute instance group environment by listing the OCIDs of the compute instances. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aV Initializes a new ComputeInstanceGroupByIdsSelector object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.ComputeInstanceGroupByIdsSelector.selector_type` attribute of this class is ``INSTANCE_IDS`` 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 ComputeInstanceGroupByIdsSelector. Allowed values for this property are: "INSTANCE_IDS", "INSTANCE_QUERY" :type selector_type: str :param compute_instance_ids: The value to assign to the compute_instance_ids property of this ComputeInstanceGroupByIdsSelector. :type compute_instance_ids: list[str] �strz list[str])Z selector_type�compute_instance_idsZselectorTypeZcomputeInstanceIdsNZINSTANCE_IDS)Z swagger_typesZ attribute_mapZ_selector_type�_compute_instance_ids)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/devops/models/compute_instance_group_by_ids_selector.py�__init__ s ��z*ComputeInstanceGroupByIdsSelector.__init__c C s | j S )a$ **[Required]** Gets the compute_instance_ids of this ComputeInstanceGroupByIdsSelector. Compute instance OCID identifiers that are members of this group. :return: The compute_instance_ids of this ComputeInstanceGroupByIdsSelector. :rtype: list[str] �r �r r r r r 0 s z6ComputeInstanceGroupByIdsSelector.compute_instance_idsc C s || _ dS )a( Sets the compute_instance_ids of this ComputeInstanceGroupByIdsSelector. Compute instance OCID identifiers that are members of this group. :param compute_instance_ids: The compute_instance_ids of this ComputeInstanceGroupByIdsSelector. :type: list[str] Nr )r r r r r r <