📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_cloud_autonomous_vm_cluster_details.cpython-39.pyc
a ���f�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 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�%UpdateCloudAutonomousVmClusterDetailsz? Details for updating the cloud Autonomous VM cluster. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K sx ddddddddddd� | _ d d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new UpdateCloudAutonomousVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateCloudAutonomousVmClusterDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateCloudAutonomousVmClusterDetails. :type display_name: str :param maintenance_window_details: The value to assign to the maintenance_window_details property of this UpdateCloudAutonomousVmClusterDetails. :type maintenance_window_details: oci.database.models.MaintenanceWindow :param autonomous_data_storage_size_in_tbs: The value to assign to the autonomous_data_storage_size_in_tbs property of this UpdateCloudAutonomousVmClusterDetails. :type autonomous_data_storage_size_in_tbs: float :param cpu_core_count_per_node: The value to assign to the cpu_core_count_per_node property of this UpdateCloudAutonomousVmClusterDetails. :type cpu_core_count_per_node: int :param total_container_databases: The value to assign to the total_container_databases property of this UpdateCloudAutonomousVmClusterDetails. :type total_container_databases: int :param license_model: The value to assign to the license_model property of this UpdateCloudAutonomousVmClusterDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param nsg_ids: The value to assign to the nsg_ids property of this UpdateCloudAutonomousVmClusterDetails. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateCloudAutonomousVmClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateCloudAutonomousVmClusterDetails. :type defined_tags: dict(str, dict(str, object)) �strZMaintenanceWindow�float�intz list[str]zdict(str, str)zdict(str, dict(str, object))) �description�display_name�maintenance_window_details�#autonomous_data_storage_size_in_tbs�cpu_core_count_per_node�total_container_databases� license_model�nsg_ids� freeform_tags�defined_tagsr ZdisplayNameZmaintenanceWindowDetailsZautonomousDataStorageSizeInTBsZcpuCoreCountPerNodeZtotalContainerDatabasesZlicenseModelZnsgIdsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_description� _display_name�_maintenance_window_details�$_autonomous_data_storage_size_in_tbs�_cpu_core_count_per_node�_total_container_databases�_license_model�_nsg_ids�_freeform_tags� _defined_tags)�self�kwargs� r"