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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Z e jd?d>� �Z ed@dA� �Z!e!jdBdA� �Z!edCdD� �Z"e"jdEdD� �Z"edFdG� �Z#e#jdHdG� �Z#edIdJ� �Z$e$jdKdJ� �Z$edLdM� �Z%e%jdNdM� �Z%edOdP� �Z&e&jdQdP� �Z&edRdS� �Z'e'jdTdS� �Z'edUdV� �Z(e(jdWdV� �Z(edXdY� �Z)e)jdZdY� �Z)ed[d\� �Z*e*jd]d\� �Z*ed^d_� �Z+e+jd`d_� �Z+edadb� �Z,e,jdcdb� �Z,eddde� �Z-e-jdfde� �Z-edgdh� �Z.e.jdidh� �Z.edjdk� �Z/e/jdldk� �Z/edmdn� �Z0e0jdodn� �Z0edpdq� �Z1e1jdrdq� �Z1dsdt� Z2dudv� Z3dwdx� Z4dyS )z�AutonomousVmClusterz/ Details of the Autonomous VM cluster. �PROVISIONING� AVAILABLE�UPDATING�TERMINATING� TERMINATED�FAILED�MAINTENANCE_IN_PROGRESS�LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc # K sh ddddddddddddddddddddddddddddddddddd �"| _ d ddd ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d �"| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _ d,| _ d,| _d,| _d,| _ d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _ d,| _!d,| _"d,| _#d,S )-a� Initializes a new AutonomousVmCluster 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 AutonomousVmCluster. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AutonomousVmCluster. :type compartment_id: str :param display_name: The value to assign to the display_name property of this AutonomousVmCluster. :type display_name: str :param time_created: The value to assign to the time_created property of this AutonomousVmCluster. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this AutonomousVmCluster. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AutonomousVmCluster. :type lifecycle_details: str :param time_zone: The value to assign to the time_zone property of this AutonomousVmCluster. :type time_zone: str :param exadata_infrastructure_id: The value to assign to the exadata_infrastructure_id property of this AutonomousVmCluster. :type exadata_infrastructure_id: str :param vm_cluster_network_id: The value to assign to the vm_cluster_network_id property of this AutonomousVmCluster. :type vm_cluster_network_id: str :param is_local_backup_enabled: The value to assign to the is_local_backup_enabled property of this AutonomousVmCluster. :type is_local_backup_enabled: bool :param cpus_enabled: The value to assign to the cpus_enabled property of this AutonomousVmCluster. :type cpus_enabled: int :param ocpus_enabled: The value to assign to the ocpus_enabled property of this AutonomousVmCluster. :type ocpus_enabled: float :param available_cpus: The value to assign to the available_cpus property of this AutonomousVmCluster. :type available_cpus: int :param total_container_databases: The value to assign to the total_container_databases property of this AutonomousVmCluster. :type total_container_databases: int :param memory_per_oracle_compute_unit_in_gbs: The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this AutonomousVmCluster. :type memory_per_oracle_compute_unit_in_gbs: int :param cpu_core_count_per_node: The value to assign to the cpu_core_count_per_node property of this AutonomousVmCluster. :type cpu_core_count_per_node: int :param autonomous_data_storage_size_in_tbs: The value to assign to the autonomous_data_storage_size_in_tbs property of this AutonomousVmCluster. :type autonomous_data_storage_size_in_tbs: float :param maintenance_window: The value to assign to the maintenance_window property of this AutonomousVmCluster. :type maintenance_window: oci.database.models.MaintenanceWindow :param last_maintenance_run_id: The value to assign to the last_maintenance_run_id property of this AutonomousVmCluster. :type last_maintenance_run_id: str :param next_maintenance_run_id: The value to assign to the next_maintenance_run_id property of this AutonomousVmCluster. :type next_maintenance_run_id: str :param memory_size_in_gbs: The value to assign to the memory_size_in_gbs property of this AutonomousVmCluster. :type memory_size_in_gbs: int :param db_node_storage_size_in_gbs: The value to assign to the db_node_storage_size_in_gbs property of this AutonomousVmCluster. :type db_node_storage_size_in_gbs: int :param data_storage_size_in_tbs: The value to assign to the data_storage_size_in_tbs property of this AutonomousVmCluster. :type data_storage_size_in_tbs: float :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this AutonomousVmCluster. :type data_storage_size_in_gbs: float :param available_data_storage_size_in_tbs: The value to assign to the available_data_storage_size_in_tbs property of this AutonomousVmCluster. :type available_data_storage_size_in_tbs: float :param license_model: The value to assign to the license_model property of this AutonomousVmCluster. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type license_model: str :param freeform_tags: The value to assign to the freeform_tags property of this AutonomousVmCluster. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AutonomousVmCluster. :type defined_tags: dict(str, dict(str, object)) :param reclaimable_cpus: The value to assign to the reclaimable_cpus property of this AutonomousVmCluster. :type reclaimable_cpus: int :param available_container_databases: The value to assign to the available_container_databases property of this AutonomousVmCluster. :type available_container_databases: int :param available_autonomous_data_storage_size_in_tbs: The value to assign to the available_autonomous_data_storage_size_in_tbs property of this AutonomousVmCluster. :type available_autonomous_data_storage_size_in_tbs: float :param scan_listener_port_tls: The value to assign to the scan_listener_port_tls property of this AutonomousVmCluster. :type scan_listener_port_tls: int :param scan_listener_port_non_tls: The value to assign to the scan_listener_port_non_tls property of this AutonomousVmCluster. :type scan_listener_port_non_tls: int :param is_mtls_enabled: The value to assign to the is_mtls_enabled property of this AutonomousVmCluster. :type is_mtls_enabled: bool �str�datetime�bool�int�float�MaintenanceWindowzdict(str, str)zdict(str, dict(str, object)))"�id�compartment_id�display_name�time_created�lifecycle_state�lifecycle_details� time_zone�exadata_infrastructure_id�vm_cluster_network_id�is_local_backup_enabled�cpus_enabled� ocpus_enabled�available_cpus�total_container_databases�%memory_per_oracle_compute_unit_in_gbs�cpu_core_count_per_node�#autonomous_data_storage_size_in_tbs�maintenance_window�last_maintenance_run_id�next_maintenance_run_id�memory_size_in_gbs�db_node_storage_size_in_gbs�data_storage_size_in_tbs�data_storage_size_in_gbs�"available_data_storage_size_in_tbs� license_model� freeform_tags�defined_tags�reclaimable_cpus�available_container_databases�-available_autonomous_data_storage_size_in_tbs�scan_listener_port_tls�scan_listener_port_non_tls�is_mtls_enabledr � compartmentId�displayName�timeCreated�lifecycleState�lifecycleDetails�timeZone�exadataInfrastructureId�vmClusterNetworkId�isLocalBackupEnabled�cpusEnabled�ocpusEnabled� availableCpus�totalContainerDatabases�memoryPerOracleComputeUnitInGBs�cpuCoreCountPerNode�autonomousDataStorageSizeInTBs�maintenanceWindow�lastMaintenanceRunId�nextMaintenanceRunId�memorySizeInGBs�dbNodeStorageSizeInGBs�dataStorageSizeInTBs�dataStorageSizeInGBs�availableDataStorageSizeInTBs�licenseModel�freeformTags�definedTags�reclaimableCpus�availableContainerDatabases�'availableAutonomousDataStorageSizeInTBs�scanListenerPortTls�scanListenerPortNonTls� isMtlsEnabledN)$� swagger_types� attribute_map�_id�_compartment_id� _display_name� _time_created�_lifecycle_state�_lifecycle_details� _time_zone�_exadata_infrastructure_id�_vm_cluster_network_id�_is_local_backup_enabled� _cpus_enabled�_ocpus_enabled�_available_cpus�_total_container_databases�&_memory_per_oracle_compute_unit_in_gbs�_cpu_core_count_per_node�$_autonomous_data_storage_size_in_tbs�_maintenance_window�_last_maintenance_run_id�_next_maintenance_run_id�_memory_size_in_gbs�_db_node_storage_size_in_gbs�_data_storage_size_in_tbs�_data_storage_size_in_gbs�#_available_data_storage_size_in_tbs�_license_model�_freeform_tags� _defined_tags�_reclaimable_cpus�_available_container_databases�._available_autonomous_data_storage_size_in_tbs�_scan_listener_port_tls�_scan_listener_port_non_tls�_is_mtls_enabled)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/autonomous_vm_cluster.py�__init__4 s� �&�%zAutonomousVmCluster.__init__c C s | j S )a **[Required]** Gets the id of this AutonomousVmCluster. The `OCID`__ of the Autonomous VM cluster. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AutonomousVmCluster. :rtype: str �r[ �r} r r r� r 3 s zAutonomousVmCluster.idc C s || _ dS )a Sets the id of this AutonomousVmCluster. The `OCID`__ of the Autonomous VM cluster. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r A s c C s | j S )a( **[Required]** Gets the compartment_id of this AutonomousVmCluster. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this AutonomousVmCluster. :rtype: str �r\ r� r r r� r O s z"AutonomousVmCluster.compartment_idc C s || _ dS )a& Sets the compartment_id of this AutonomousVmCluster. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r ] s c C s | j S )a **[Required]** Gets the display_name of this AutonomousVmCluster. The user-friendly name for the Autonomous VM cluster. The name does not need to be unique. :return: The display_name of this AutonomousVmCluster. :rtype: str �r] r� r r r� r k s z AutonomousVmCluster.display_namec C s || _ dS )a Sets the display_name of this AutonomousVmCluster. The user-friendly name for the Autonomous VM cluster. The name does not need to be unique. :param display_name: The display_name of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r w s c C s | j S )z� Gets the time_created of this AutonomousVmCluster. The date and time that the Autonomous VM cluster was created. :return: The time_created of this AutonomousVmCluster. :rtype: datetime �r^ r� r r r� r � s z AutonomousVmCluster.time_createdc C s || _ dS )z� Sets the time_created of this AutonomousVmCluster. The date and time that the Autonomous VM cluster was created. :param time_created: The time_created of this AutonomousVmCluster. :type: datetime Nr� )r} r r r r� r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this AutonomousVmCluster. The current state of the Autonomous VM cluster. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this AutonomousVmCluster. :rtype: str )r_ r� r r r� r � s z#AutonomousVmCluster.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this AutonomousVmCluster. The current state of the Autonomous VM cluster. :param lifecycle_state: The lifecycle_state of this AutonomousVmCluster. :type: str )r r r r r r r �UNKNOWN_ENUM_VALUEN)r r_ )r} r �allowed_valuesr r r� r � s c C s | j S )z� Gets the lifecycle_details of this AutonomousVmCluster. Additional information about the current lifecycle state. :return: The lifecycle_details of this AutonomousVmCluster. :rtype: str �r` r� r r r� r � s z%AutonomousVmCluster.lifecycle_detailsc C s || _ dS )z� Sets the lifecycle_details of this AutonomousVmCluster. Additional information about the current lifecycle state. :param lifecycle_details: The lifecycle_details of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r � s c C s | j S )aN Gets the time_zone of this AutonomousVmCluster. The time zone to use for the Autonomous VM cluster. For details, see `DB System Time Zones`__. __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm :return: The time_zone of this AutonomousVmCluster. :rtype: str �ra r� r r r� r � s zAutonomousVmCluster.time_zonec C s || _ dS )aV Sets the time_zone of this AutonomousVmCluster. The time zone to use for the Autonomous VM cluster. For details, see `DB System Time Zones`__. __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm :param time_zone: The time_zone of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r � s c C s | j S )aI **[Required]** Gets the exadata_infrastructure_id of this AutonomousVmCluster. The `OCID`__ of the Exadata infrastructure. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The exadata_infrastructure_id of this AutonomousVmCluster. :rtype: str �rb r� r r r� r � s z-AutonomousVmCluster.exadata_infrastructure_idc C s || _ dS )aR Sets the exadata_infrastructure_id of this AutonomousVmCluster. The `OCID`__ of the Exadata infrastructure. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param exadata_infrastructure_id: The exadata_infrastructure_id of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r � s c C s | j S )a= **[Required]** Gets the vm_cluster_network_id of this AutonomousVmCluster. The `OCID`__ of the VM cluster network. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The vm_cluster_network_id of this AutonomousVmCluster. :rtype: str �rc r� r r r� r s z)AutonomousVmCluster.vm_cluster_network_idc C s || _ dS )aB Sets the vm_cluster_network_id of this AutonomousVmCluster. The `OCID`__ of the VM cluster network. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param vm_cluster_network_id: The vm_cluster_network_id of this AutonomousVmCluster. :type: str Nr� )r} r r r r� r s c C s | j S )ay Gets the is_local_backup_enabled of this AutonomousVmCluster. If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster. :return: The is_local_backup_enabled of this AutonomousVmCluster. :rtype: bool �rd r� r r r� r % s z+AutonomousVmCluster.is_local_backup_enabledc C s || _ dS )a� Sets the is_local_backup_enabled of this AutonomousVmCluster. If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster. :param is_local_backup_enabled: The is_local_backup_enabled of this AutonomousVmCluster. :type: bool Nr� )r} r r r r� r 1 s c C s | j S )z� Gets the cpus_enabled of this AutonomousVmCluster. The number of enabled CPU cores. :return: The cpus_enabled of this AutonomousVmCluster. :rtype: int �re r� r r r� r = s z AutonomousVmCluster.cpus_enabledc C s || _ dS )z� Sets the cpus_enabled of this AutonomousVmCluster. The number of enabled CPU cores. :param cpus_enabled: The cpus_enabled of this AutonomousVmCluster. :type: int Nr� )r} r r r r� r I s c C s | j S )z� Gets the ocpus_enabled of this AutonomousVmCluster. The number of enabled OCPU cores. :return: The ocpus_enabled of this AutonomousVmCluster. :rtype: float �rf r� r r r� r! U s z!AutonomousVmCluster.ocpus_enabledc C s || _ dS )z� Sets the ocpus_enabled of this AutonomousVmCluster. The number of enabled OCPU cores. :param ocpus_enabled: The ocpus_enabled of this AutonomousVmCluster. :type: float Nr� )r} r! r r r� r! a s c C s | j S )z� Gets the available_cpus of this AutonomousVmCluster. The numnber of CPU cores available. :return: The available_cpus of this AutonomousVmCluster. :rtype: int �rg r� r r r� r"