📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: volume_group_replica.cpython-39.pyc
a ���f�B � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�VolumeGroupReplicaa� An asynchronous replica of a volume group that can then be used to create a new volume group or recover a volume group. For more information, see `Volume Group Replication`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/volumegroupreplication.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING� AVAILABLE� ACTIVATING�TERMINATING� TERMINATED�FAULTYc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )aP Initializes a new VolumeGroupReplica object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this VolumeGroupReplica. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this VolumeGroupReplica. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this VolumeGroupReplica. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this VolumeGroupReplica. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this VolumeGroupReplica. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this VolumeGroupReplica. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this VolumeGroupReplica. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "ACTIVATING", "TERMINATING", "TERMINATED", "FAULTY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param size_in_gbs: The value to assign to the size_in_gbs property of this VolumeGroupReplica. :type size_in_gbs: int :param volume_group_id: The value to assign to the volume_group_id property of this VolumeGroupReplica. :type volume_group_id: str :param time_created: The value to assign to the time_created property of this VolumeGroupReplica. :type time_created: datetime :param member_replicas: The value to assign to the member_replicas property of this VolumeGroupReplica. :type member_replicas: list[oci.core.models.MemberReplica] :param time_last_synced: The value to assign to the time_last_synced property of this VolumeGroupReplica. :type time_last_synced: datetime �strzdict(str, dict(str, object))zdict(str, str)�intZdatetimezlist[MemberReplica])�availability_domain�compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�size_in_gbs�volume_group_id�time_created�member_replicas�time_last_syncedZavailabilityDomainZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZ sizeInGBsZ volumeGroupIdZtimeCreatedZmemberReplicasZtimeLastSyncedN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_size_in_gbs�_volume_group_id� _time_created�_member_replicas�_time_last_synced)�self�kwargs� r) �H/usr/lib/python3.9/site-packages/oci/core/models/volume_group_replica.py�__init__5 sL 9��zVolumeGroupReplica.__init__c C s | j S )z� **[Required]** Gets the availability_domain of this VolumeGroupReplica. The availability domain of the volume group replica. :return: The availability_domain of this VolumeGroupReplica. :rtype: str �r �r'