📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: dedicated_shard_details.cpython-39.opt-1.pyc
a ���f�V � @ 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 d@dA� Z!dBdC� Z"dDdE� Z#dFS )G�DedicatedShardDetailsz' Details of ATP-D based shard. �FAILED�DELETING�DELETED�UPDATING�CREATING�CREATED�READY_FOR_CONFIGURATION� CONFIGURED�NEEDS_ATTENTIONc K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new DedicatedShardDetails 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 DedicatedShardDetails. :type encryption_key_details: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails :param name: The value to assign to the name property of this DedicatedShardDetails. :type name: str :param compute_count: The value to assign to the compute_count property of this DedicatedShardDetails. :type compute_count: float :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this DedicatedShardDetails. :type data_storage_size_in_gbs: float :param shard_group: The value to assign to the shard_group property of this DedicatedShardDetails. :type shard_group: str :param time_created: The value to assign to the time_created property of this DedicatedShardDetails. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DedicatedShardDetails. :type time_updated: datetime :param time_ssl_certificate_expires: The value to assign to the time_ssl_certificate_expires property of this DedicatedShardDetails. :type time_ssl_certificate_expires: datetime :param status: The value to assign to the status property of this DedicatedShardDetails. Allowed values for this property are: "FAILED", "DELETING", "DELETED", "UPDATING", "CREATING", "CREATED", "READY_FOR_CONFIGURATION", "CONFIGURED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param shard_space: The value to assign to the shard_space property of this DedicatedShardDetails. :type shard_space: str :param supporting_resource_id: The value to assign to the supporting_resource_id property of this DedicatedShardDetails. :type supporting_resource_id: str :param container_database_id: The value to assign to the container_database_id property of this DedicatedShardDetails. :type container_database_id: str :param container_database_parent_id: The value to assign to the container_database_parent_id property of this DedicatedShardDetails. :type container_database_parent_id: str :param is_auto_scaling_enabled: The value to assign to the is_auto_scaling_enabled property of this DedicatedShardDetails. :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 DedicatedShardDetails. :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 DedicatedShardDetails. :type peer_cloud_autonomous_vm_cluster_id: str :param metadata: The value to assign to the metadata property of this DedicatedShardDetails. :type metadata: dict(str, object) Z+DedicatedShardOrCatalogEncryptionKeyDetails�str�floatZdatetime�boolzdict(str, object))�encryption_key_details�name� compute_count�data_storage_size_in_gbs�shard_group�time_created�time_updated�time_ssl_certificate_expires�status�shard_space�supporting_resource_id�container_database_id�container_database_parent_id�is_auto_scaling_enabled�cloud_autonomous_vm_cluster_id�#peer_cloud_autonomous_vm_cluster_id�metadataZencryptionKeyDetailsr ZcomputeCountZdataStorageSizeInGbsZ shardGroupZtimeCreatedZtimeUpdatedZtimeSslCertificateExpiresr Z shardSpaceZsupportingResourceIdZcontainerDatabaseIdZcontainerDatabaseParentIdZisAutoScalingEnabledZcloudAutonomousVmClusterIdZpeerCloudAutonomousVmClusterIdr# N)Z swagger_typesZ attribute_map�_encryption_key_details�_name�_compute_count�_data_storage_size_in_gbs�_shard_group� _time_created� _time_updated�_time_ssl_certificate_expires�_status�_shard_space�_supporting_resource_id�_container_database_id�_container_database_parent_id�_is_auto_scaling_enabled�_cloud_autonomous_vm_cluster_id�$_peer_cloud_autonomous_vm_cluster_id� _metadata)�self�kwargs� r7 �d/usr/lib/python3.9/site-packages/oci/globally_distributed_database/models/dedicated_shard_details.py�__init__6 sj M��zDedicatedShardDetails.__init__c C s | j S )a Gets the encryption_key_details of this DedicatedShardDetails. :return: The encryption_key_details of this DedicatedShardDetails. :rtype: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails �r$ �r5 r7 r7 r8 r � s z,DedicatedShardDetails.encryption_key_detailsc C s || _ dS )a Sets the encryption_key_details of this DedicatedShardDetails. :param encryption_key_details: The encryption_key_details of this DedicatedShardDetails. :type: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the name of this DedicatedShardDetails. Name of the shard. :return: The name of this DedicatedShardDetails. :rtype: str �r% r; r7 r7 r8 r � s zDedicatedShardDetails.namec C s || _ dS )z� Sets the name of this DedicatedShardDetails. Name of the shard. :param name: The name of this DedicatedShardDetails. :type: str Nr<