ruạṛ
a N��f�A � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�UpdateVmClusterDetailsz� Details for updating the VM cluster. Applies to Exadata Cloud@Customer instances only. For details on updating a cloud VM cluster in an Exadata Cloud Service instance, see :func:`update_cloud_vm_cluster_details` �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K s� ddddddddddddd d � | _ ddd ddddddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aX Initializes a new UpdateVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cpu_core_count: The value to assign to the cpu_core_count property of this UpdateVmClusterDetails. :type cpu_core_count: int :param ocpu_count: The value to assign to the ocpu_count property of this UpdateVmClusterDetails. :type ocpu_count: float :param memory_size_in_gbs: The value to assign to the memory_size_in_gbs property of this UpdateVmClusterDetails. :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 UpdateVmClusterDetails. :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 UpdateVmClusterDetails. :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 UpdateVmClusterDetails. :type data_storage_size_in_gbs: float :param license_model: The value to assign to the license_model property of this UpdateVmClusterDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param ssh_public_keys: The value to assign to the ssh_public_keys property of this UpdateVmClusterDetails. :type ssh_public_keys: list[str] :param version: The value to assign to the version property of this UpdateVmClusterDetails. :type version: oci.database.models.PatchDetails :param update_details: The value to assign to the update_details property of this UpdateVmClusterDetails. :type update_details: oci.database.models.VmClusterUpdateDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVmClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateVmClusterDetails. :type defined_tags: dict(str, dict(str, object)) :param data_collection_options: The value to assign to the data_collection_options property of this UpdateVmClusterDetails. :type data_collection_options: oci.database.models.DataCollectionOptions �int�float�strz list[str]�PatchDetails�VmClusterUpdateDetailszdict(str, str)zdict(str, dict(str, object))�DataCollectionOptions) �cpu_core_count� ocpu_count�memory_size_in_gbs�db_node_storage_size_in_gbs�data_storage_size_in_tbs�data_storage_size_in_gbs� license_model�ssh_public_keys�version�update_details� freeform_tags�defined_tags�data_collection_options�cpuCoreCount� ocpuCount�memorySizeInGBs�dbNodeStorageSizeInGBs�dataStorageSizeInTBs�dataStorageSizeInGBs�licenseModel� sshPublicKeysr � updateDetails�freeformTags�definedTags�dataCollectionOptionsN)� swagger_types� attribute_map�_cpu_core_count�_ocpu_count�_memory_size_in_gbs�_db_node_storage_size_in_gbs�_data_storage_size_in_tbs�_data_storage_size_in_gbs�_license_model�_ssh_public_keys�_version�_update_details�_freeform_tags� _defined_tags�_data_collection_options)�self�kwargs� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/update_vm_cluster_details.py�__init__ sR <��zUpdateVmClusterDetails.__init__c C s | j S )z� Gets the cpu_core_count of this UpdateVmClusterDetails. The number of CPU cores to enable for the VM cluster. :return: The cpu_core_count of this UpdateVmClusterDetails. :rtype: int �r* �r7 r9 r9 r: r � s z%UpdateVmClusterDetails.cpu_core_countc C s || _ dS )z� Sets the cpu_core_count of this UpdateVmClusterDetails. The number of CPU cores to enable for the VM cluster. :param cpu_core_count: The cpu_core_count of this UpdateVmClusterDetails. :type: int Nr<