ruạṛ
a N��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 @ s 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� �Zdd� Zdd� Zd d!� Zd"S )#�CreateInstancePoolDetailsz. The data to create an instance pool. c K sd ddddddddd�| _ dd d ddd ddd�| _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] �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� compartmentId�definedTags�displayName�freeformTags�instanceConfigurationId�placementConfigurationsr � loadBalancersN) � swagger_types� attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_instance_configuration_id�_placement_configurations�_size�_load_balancers)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/create_instance_pool_details.py�__init__ s4 '��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"