📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_compute_instance_group_deploy_environment_details.pyc
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDeployEnvironmentDetails� )�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 )�2CreateComputeInstanceGroupDeployEnvironmentDetailsz; Specifies the Compute instance group environment. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a} Initializes a new CreateComputeInstanceGroupDeployEnvironmentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateComputeInstanceGroupDeployEnvironmentDetails.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 description: The value to assign to the description property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type display_name: str :param deploy_environment_type: The value to assign to the deploy_environment_type property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type deploy_environment_type: str :param project_id: The value to assign to the project_id property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type project_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type defined_tags: dict(str, dict(str, object)) :param compute_instance_group_selectors: The value to assign to the compute_instance_group_selectors property of this CreateComputeInstanceGroupDeployEnvironmentDetails. :type compute_instance_group_selectors: oci.devops.models.ComputeInstanceGroupSelectorCollection �strzdict(str, str)zdict(str, dict(str, object))�&ComputeInstanceGroupSelectorCollection)�description�display_name�deploy_environment_type� project_id� freeform_tags�defined_tags� compute_instance_group_selectorsr �displayName�deployEnvironmentType� projectId�freeformTags�definedTags�computeInstanceGroupSelectorsN�COMPUTE_INSTANCE_GROUP) � swagger_types� attribute_map�_description� _display_name�_deploy_environment_type�_project_id�_freeform_tags� _defined_tags�!_compute_instance_group_selectors)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_compute_instance_group_deploy_environment_details.py�__init__ s0 $�� z;CreateComputeInstanceGroupDeployEnvironmentDetails.__init__c C s | j S )aB **[Required]** Gets the compute_instance_group_selectors of this CreateComputeInstanceGroupDeployEnvironmentDetails. :return: The compute_instance_group_selectors of this CreateComputeInstanceGroupDeployEnvironmentDetails. :rtype: oci.devops.models.ComputeInstanceGroupSelectorCollection �r! �r"