📂 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: gsm_details.cpython-39.pyc
a ���f>0 � @ 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&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/� GsmDetailszm Details of global service manager(GSM also known as shard director) instances for sharded database. �FAILED�DELETING�DELETED�UPDATING�CREATING�CREATED�READY_FOR_CONFIGURATION� CONFIGURED�NEEDS_ATTENTIONc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aW Initializes a new GsmDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this GsmDetails. :type name: str :param compute_count: The value to assign to the compute_count property of this GsmDetails. :type compute_count: float :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this GsmDetails. :type data_storage_size_in_gbs: float :param time_created: The value to assign to the time_created property of this GsmDetails. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this GsmDetails. :type time_updated: datetime :param time_ssl_certificate_expires: The value to assign to the time_ssl_certificate_expires property of this GsmDetails. :type time_ssl_certificate_expires: datetime :param status: The value to assign to the status property of this GsmDetails. 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 supporting_resource_id: The value to assign to the supporting_resource_id property of this GsmDetails. :type supporting_resource_id: str :param metadata: The value to assign to the metadata property of this GsmDetails. :type metadata: dict(str, object) �str�floatZdatetimezdict(str, object)) �name� compute_count�data_storage_size_in_gbs�time_created�time_updated�time_ssl_certificate_expires�status�supporting_resource_id�metadatar ZcomputeCountZdataStorageSizeInGbsZtimeCreatedZtimeUpdatedZtimeSslCertificateExpiresr ZsupportingResourceIdr N)Z swagger_typesZ attribute_map�_name�_compute_count�_data_storage_size_in_gbs� _time_created� _time_updated�_time_ssl_certificate_expires�_status�_supporting_resource_id� _metadata)�self�kwargs� r&