📂 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: create_autonomous_vm_cluster_details.cpython-39.opt-1.pyc
a ���fcj � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Ze d5d6� �Zejd7d6� �Ze d8d9� �Zejd:d9� �Ze d;d<� �Zejd=d<� �Ze d>d?� �Zejd@d?� �ZdAdB� ZdCdD� ZdEdF� Z dGS )H� CreateAutonomousVmClusterDetailszA Details for the create Autonomous VM cluster operation. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSE�ECPU�OCPUc K s� dddddddddddddddddddd �| _ d ddd dddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateAutonomousVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateAutonomousVmClusterDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateAutonomousVmClusterDetails. :type display_name: str :param exadata_infrastructure_id: The value to assign to the exadata_infrastructure_id property of this CreateAutonomousVmClusterDetails. :type exadata_infrastructure_id: str :param vm_cluster_network_id: The value to assign to the vm_cluster_network_id property of this CreateAutonomousVmClusterDetails. :type vm_cluster_network_id: str :param time_zone: The value to assign to the time_zone property of this CreateAutonomousVmClusterDetails. :type time_zone: str :param is_local_backup_enabled: The value to assign to the is_local_backup_enabled property of this CreateAutonomousVmClusterDetails. :type is_local_backup_enabled: bool :param license_model: The value to assign to the license_model property of this CreateAutonomousVmClusterDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param total_container_databases: The value to assign to the total_container_databases property of this CreateAutonomousVmClusterDetails. :type total_container_databases: int :param cpu_core_count_per_node: The value to assign to the cpu_core_count_per_node property of this CreateAutonomousVmClusterDetails. :type cpu_core_count_per_node: int :param compute_model: The value to assign to the compute_model property of this CreateAutonomousVmClusterDetails. Allowed values for this property are: "ECPU", "OCPU" :type compute_model: str :param memory_per_oracle_compute_unit_in_gbs: The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this CreateAutonomousVmClusterDetails. :type memory_per_oracle_compute_unit_in_gbs: int :param autonomous_data_storage_size_in_tbs: The value to assign to the autonomous_data_storage_size_in_tbs property of this CreateAutonomousVmClusterDetails. :type autonomous_data_storage_size_in_tbs: float :param maintenance_window_details: The value to assign to the maintenance_window_details property of this CreateAutonomousVmClusterDetails. :type maintenance_window_details: oci.database.models.MaintenanceWindow :param db_servers: The value to assign to the db_servers property of this CreateAutonomousVmClusterDetails. :type db_servers: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this CreateAutonomousVmClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateAutonomousVmClusterDetails. :type defined_tags: dict(str, dict(str, object)) :param scan_listener_port_tls: The value to assign to the scan_listener_port_tls property of this CreateAutonomousVmClusterDetails. :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 CreateAutonomousVmClusterDetails. :type scan_listener_port_non_tls: int :param is_mtls_enabled: The value to assign to the is_mtls_enabled property of this CreateAutonomousVmClusterDetails. :type is_mtls_enabled: bool �str�bool�int�floatZMaintenanceWindowz list[str]zdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�exadata_infrastructure_id�vm_cluster_network_id� time_zone�is_local_backup_enabled� license_model�total_container_databases�cpu_core_count_per_node� compute_model�%memory_per_oracle_compute_unit_in_gbs�#autonomous_data_storage_size_in_tbs�maintenance_window_details� db_servers� freeform_tags�defined_tags�scan_listener_port_tls�scan_listener_port_non_tls�is_mtls_enabledZ compartmentIdZdisplayNameZexadataInfrastructureIdZvmClusterNetworkIdZtimeZoneZisLocalBackupEnabledZlicenseModelZtotalContainerDatabasesZcpuCoreCountPerNodeZcomputeModelZmemoryPerOracleComputeUnitInGBsZautonomousDataStorageSizeInTBsZmaintenanceWindowDetailsZ dbServersZfreeformTagsZdefinedTagsZscanListenerPortTlsZscanListenerPortNonTlsZ isMtlsEnabledN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_exadata_infrastructure_id�_vm_cluster_network_id� _time_zone�_is_local_backup_enabled�_license_model�_total_container_databases�_cpu_core_count_per_node�_compute_model�&_memory_per_oracle_compute_unit_in_gbs�$_autonomous_data_storage_size_in_tbs�_maintenance_window_details�_db_servers�_freeform_tags� _defined_tags�_scan_listener_port_tls�_scan_listener_port_non_tls�_is_mtls_enabled)�self�kwargs� r7 �\/usr/lib/python3.9/site-packages/oci/database/models/create_autonomous_vm_cluster_details.py�__init__"