📂 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
›
globally_distributed_database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/globally_distributed_database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_dedicated_shard_detail.cpython-39.pyc
a ���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� �Zdd� Zdd� Zd d!� Zd"S )#�CreateDedicatedShardDetailz= Details required for creation of ATP-D based shard. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreateDedicatedShardDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param encryption_key_details: The value to assign to the encryption_key_details property of this CreateDedicatedShardDetail. :type encryption_key_details: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails :param admin_password: The value to assign to the admin_password property of this CreateDedicatedShardDetail. :type admin_password: str :param compute_count: The value to assign to the compute_count property of this CreateDedicatedShardDetail. :type compute_count: float :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this CreateDedicatedShardDetail. :type data_storage_size_in_gbs: float :param shard_space: The value to assign to the shard_space property of this CreateDedicatedShardDetail. :type shard_space: str :param is_auto_scaling_enabled: The value to assign to the is_auto_scaling_enabled property of this CreateDedicatedShardDetail. :type is_auto_scaling_enabled: bool :param cloud_autonomous_vm_cluster_id: The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateDedicatedShardDetail. :type cloud_autonomous_vm_cluster_id: str :param peer_cloud_autonomous_vm_cluster_id: The value to assign to the peer_cloud_autonomous_vm_cluster_id property of this CreateDedicatedShardDetail. :type peer_cloud_autonomous_vm_cluster_id: str Z+DedicatedShardOrCatalogEncryptionKeyDetails�str�float�bool)�encryption_key_details�admin_password� compute_count�data_storage_size_in_gbs�shard_space�is_auto_scaling_enabled�cloud_autonomous_vm_cluster_id�#peer_cloud_autonomous_vm_cluster_idZencryptionKeyDetailsZ adminPasswordZcomputeCountZdataStorageSizeInGbsZ shardSpaceZisAutoScalingEnabledZcloudAutonomousVmClusterIdZpeerCloudAutonomousVmClusterIdN) Z swagger_typesZ attribute_map�_encryption_key_details�_admin_password�_compute_count�_data_storage_size_in_gbs�_shard_space�_is_auto_scaling_enabled�_cloud_autonomous_vm_cluster_id�$_peer_cloud_autonomous_vm_cluster_id)�self�kwargs� r �j/usr/lib/python3.9/site-packages/oci/globally_distributed_database/models/create_dedicated_shard_detail.py�__init__ s4 '��z#CreateDedicatedShardDetail.__init__c C s | j S )a Gets the encryption_key_details of this CreateDedicatedShardDetail. :return: The encryption_key_details of this CreateDedicatedShardDetail. :rtype: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails �r �r r r r r W s z1CreateDedicatedShardDetail.encryption_key_detailsc C s || _ dS )a Sets the encryption_key_details of this CreateDedicatedShardDetail. :param encryption_key_details: The encryption_key_details of this CreateDedicatedShardDetail. :type: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails Nr )r r r r r r a s c C s | j S )z� **[Required]** Gets the admin_password of this CreateDedicatedShardDetail. Admin password for shard database. :return: The admin_password of this CreateDedicatedShardDetail. :rtype: str �r r r r r r k s z)CreateDedicatedShardDetail.admin_passwordc C s || _ dS )z� Sets the admin_password of this CreateDedicatedShardDetail. Admin password for shard database. :param admin_password: The admin_password of this CreateDedicatedShardDetail. :type: str Nr! )r r r r r r w s c C s | j S )a **[Required]** Gets the compute_count of this CreateDedicatedShardDetail. The compute count for the shard database. It has to be in multiples of 2. :return: The compute_count of this CreateDedicatedShardDetail. :rtype: float �r r r r r r � s z(CreateDedicatedShardDetail.compute_countc C s || _ dS )a Sets the compute_count of this CreateDedicatedShardDetail. The compute count for the shard database. It has to be in multiples of 2. :param compute_count: The compute_count of this CreateDedicatedShardDetail. :type: float Nr"