📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_instance_pool_details.cpython-39.pyc
a ���f�; � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateInstancePoolDetailsz. The data to create an instance pool. c K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a; Initializes a new CreateInstancePoolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateInstancePoolDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateInstancePoolDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateInstancePoolDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateInstancePoolDetails. :type freeform_tags: dict(str, str) :param instance_configuration_id: The value to assign to the instance_configuration_id property of this CreateInstancePoolDetails. :type instance_configuration_id: str :param placement_configurations: The value to assign to the placement_configurations property of this CreateInstancePoolDetails. :type placement_configurations: list[oci.core.models.CreateInstancePoolPlacementConfigurationDetails] :param size: The value to assign to the size property of this CreateInstancePoolDetails. :type size: int :param load_balancers: The value to assign to the load_balancers property of this CreateInstancePoolDetails. :type load_balancers: list[oci.core.models.AttachLoadBalancerDetails] :param instance_display_name_formatter: The value to assign to the instance_display_name_formatter property of this CreateInstancePoolDetails. :type instance_display_name_formatter: str :param instance_hostname_formatter: The value to assign to the instance_hostname_formatter property of this CreateInstancePoolDetails. :type instance_hostname_formatter: str �strzdict(str, dict(str, object))zdict(str, str)z5list[CreateInstancePoolPlacementConfigurationDetails]�intzlist[AttachLoadBalancerDetails]) �compartment_id�defined_tags�display_name� freeform_tags�instance_configuration_id�placement_configurations�size�load_balancers�instance_display_name_formatter�instance_hostname_formatterZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsZinstanceConfigurationIdZplacementConfigurationsr Z loadBalancersZinstanceDisplayNameFormatterZinstanceHostnameFormatterN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_instance_configuration_id�_placement_configurations�_size�_load_balancers� _instance_display_name_formatter�_instance_hostname_formatter)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/core/models/create_instance_pool_details.py�__init__ s@ /�� z"CreateInstancePoolDetails.__init__c C s | j S )aV **[Required]** Gets the compartment_id of this CreateInstancePoolDetails. The `OCID`__ of the compartment containing the instance pool. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateInstancePoolDetails. :rtype: str �r �r r r r r e s z(CreateInstancePoolDetails.compartment_idc C s || _ dS )aT Sets the compartment_id of this CreateInstancePoolDetails. The `OCID`__ of the compartment containing the instance pool. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateInstancePoolDetails. :type: str Nr"