ruạṛ
a N��fl7 � @ 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�BdsInstanceSummaryz: Summary details of the Big Data Service cluster. c K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new BdsInstanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this BdsInstanceSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this BdsInstanceSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this BdsInstanceSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BdsInstanceSummary. :type lifecycle_state: str :param number_of_nodes: The value to assign to the number_of_nodes property of this BdsInstanceSummary. :type number_of_nodes: int :param cluster_version: The value to assign to the cluster_version property of this BdsInstanceSummary. :type cluster_version: str :param is_high_availability: The value to assign to the is_high_availability property of this BdsInstanceSummary. :type is_high_availability: bool :param is_secure: The value to assign to the is_secure property of this BdsInstanceSummary. :type is_secure: bool :param is_cloud_sql_configured: The value to assign to the is_cloud_sql_configured property of this BdsInstanceSummary. :type is_cloud_sql_configured: bool :param cluster_profile: The value to assign to the cluster_profile property of this BdsInstanceSummary. :type cluster_profile: str :param time_created: The value to assign to the time_created property of this BdsInstanceSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this BdsInstanceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BdsInstanceSummary. :type defined_tags: dict(str, dict(str, object)) �str�int�bool�datetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�display_name�lifecycle_state�number_of_nodes�cluster_version�is_high_availability� is_secure�is_cloud_sql_configured�cluster_profile�time_created� freeform_tags�defined_tagsr � compartmentId�displayName�lifecycleState� numberOfNodes�clusterVersion�isHighAvailability�isSecure�isCloudSqlConfigured�clusterProfile�timeCreated�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_lifecycle_state�_number_of_nodes�_cluster_version�_is_high_availability� _is_secure�_is_cloud_sql_configured�_cluster_profile� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bds/models/bds_instance_summary.py�__init__ sR ;��zBdsInstanceSummary.__init__c C s | j S )z� **[Required]** Gets the id of this BdsInstanceSummary. The OCID of the Big Data Service resource. :return: The id of this BdsInstanceSummary. :rtype: str �r&