ruạṛ
a ���f�B � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�CreateBdsInstanceDetailsz0 The information about the new cluster. c K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new CreateBdsInstanceDetails 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 CreateBdsInstanceDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateBdsInstanceDetails. :type display_name: str :param cluster_version: The value to assign to the cluster_version property of this CreateBdsInstanceDetails. :type cluster_version: str :param cluster_public_key: The value to assign to the cluster_public_key property of this CreateBdsInstanceDetails. :type cluster_public_key: str :param cluster_admin_password: The value to assign to the cluster_admin_password property of this CreateBdsInstanceDetails. :type cluster_admin_password: str :param is_high_availability: The value to assign to the is_high_availability property of this CreateBdsInstanceDetails. :type is_high_availability: bool :param is_secure: The value to assign to the is_secure property of this CreateBdsInstanceDetails. :type is_secure: bool :param network_config: The value to assign to the network_config property of this CreateBdsInstanceDetails. :type network_config: oci.bds.models.NetworkConfig :param bootstrap_script_url: The value to assign to the bootstrap_script_url property of this CreateBdsInstanceDetails. :type bootstrap_script_url: str :param nodes: The value to assign to the nodes property of this CreateBdsInstanceDetails. :type nodes: list[oci.bds.models.CreateNodeDetails] :param kerberos_realm_name: The value to assign to the kerberos_realm_name property of this CreateBdsInstanceDetails. :type kerberos_realm_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateBdsInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBdsInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this CreateBdsInstanceDetails. :type kms_key_id: str :param cluster_profile: The value to assign to the cluster_profile property of this CreateBdsInstanceDetails. :type cluster_profile: str �str�boolZ NetworkConfigzlist[CreateNodeDetails]zdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�cluster_version�cluster_public_key�cluster_admin_password�is_high_availability� is_secure�network_config�bootstrap_script_url�nodes�kerberos_realm_name� freeform_tags�defined_tags� kms_key_id�cluster_profileZ compartmentIdZdisplayNameZclusterVersionZclusterPublicKeyZclusterAdminPasswordZisHighAvailabilityZisSecureZ networkConfigZbootstrapScriptUrlr ZkerberosRealmNameZfreeformTagsZdefinedTagsZkmsKeyIdZclusterProfileN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_cluster_version�_cluster_public_key�_cluster_admin_password�_is_high_availability� _is_secure�_network_config�_bootstrap_script_url�_nodes�_kerberos_realm_name�_freeform_tags� _defined_tags�_kms_key_id�_cluster_profile)�self�kwargs� r) �N/usr/lib/python3.9/site-packages/oci/bds/models/create_bds_instance_details.py�__init__ s^ C��z!CreateBdsInstanceDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateBdsInstanceDetails. The OCID of the compartment. :return: The compartment_id of this CreateBdsInstanceDetails. :rtype: str �r �r'