Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
opensearch
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: opensearch_cluster_summary.pyc
a O��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� �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�OpensearchClusterSummaryzA The summary of information about an OpenSearch cluster. c K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aJ Initializes a new OpensearchClusterSummary 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 OpensearchClusterSummary. :type id: str :param display_name: The value to assign to the display_name property of this OpensearchClusterSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this OpensearchClusterSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this OpensearchClusterSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this OpensearchClusterSummary. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this OpensearchClusterSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this OpensearchClusterSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OpensearchClusterSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this OpensearchClusterSummary. :type system_tags: dict(str, dict(str, object)) :param software_version: The value to assign to the software_version property of this OpensearchClusterSummary. :type software_version: str :param total_storage_gb: The value to assign to the total_storage_gb property of this OpensearchClusterSummary. :type total_storage_gb: int :param lifecycle_state: The value to assign to the lifecycle_state property of this OpensearchClusterSummary. :type lifecycle_state: str :param availability_domains: The value to assign to the availability_domains property of this OpensearchClusterSummary. :type availability_domains: list[str] �str�datetimezdict(str, str)zdict(str, dict(str, object))�intz list[str]) �id�display_name�compartment_id�time_created�time_updated�lifecycle_details� freeform_tags�defined_tags�system_tags�software_version�total_storage_gb�lifecycle_state�availability_domainsr �displayName� compartmentId�timeCreated�timeUpdated�lifecycleDetails�freeformTags�definedTags� systemTags�softwareVersion�totalStorageGB�lifecycleState�availabilityDomainsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id� _time_created� _time_updated�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags�_software_version�_total_storage_gb�_lifecycle_state�_availability_domains)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opensearch/models/opensearch_cluster_summary.py�__init__ sR ;��z!OpensearchClusterSummary.__init__c C s | j S )z� **[Required]** Gets the id of this OpensearchClusterSummary. The OCID of the cluster. :return: The id of this OpensearchClusterSummary. :rtype: str �r% �r2 r4 r4 r5 r x s zOpensearchClusterSummary.idc C s || _ dS )z� Sets the id of this OpensearchClusterSummary. The OCID of the cluster. :param id: The id of this OpensearchClusterSummary. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the display_name of this OpensearchClusterSummary. The name of the cluster. Avoid entering confidential information. :return: The display_name of this OpensearchClusterSummary. :rtype: str �r&