📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: block_volume_replica_info.pyc
a N��f0 � @ 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 d d� Z dd� Zdd� ZdS )�BlockVolumeReplicaInfoz\ Information about the block volume replica in the destination availability domain. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new BlockVolumeReplicaInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this BlockVolumeReplicaInfo. :type display_name: str :param block_volume_replica_id: The value to assign to the block_volume_replica_id property of this BlockVolumeReplicaInfo. :type block_volume_replica_id: str :param availability_domain: The value to assign to the availability_domain property of this BlockVolumeReplicaInfo. :type availability_domain: str �str)�display_name�block_volume_replica_id�availability_domain�displayName�blockVolumeReplicaId�availabilityDomainN)� swagger_types� attribute_map� _display_name�_block_volume_replica_id�_availability_domain)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/block_volume_replica_info.py�__init__ s ��zBlockVolumeReplicaInfo.__init__c C s | j S )a. **[Required]** Gets the display_name of this BlockVolumeReplicaInfo. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this BlockVolumeReplicaInfo. :rtype: str �r �r r r r r 2 s z#BlockVolumeReplicaInfo.display_namec C s || _ dS )a* Sets the display_name of this BlockVolumeReplicaInfo. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this BlockVolumeReplicaInfo. :type: str Nr )r r r r r r ? s c C s | j S )z� **[Required]** Gets the block_volume_replica_id of this BlockVolumeReplicaInfo. The block volume replica's Oracle ID (OCID). :return: The block_volume_replica_id of this BlockVolumeReplicaInfo. :rtype: str �r r r r r r L s z.BlockVolumeReplicaInfo.block_volume_replica_idc C s || _ dS )a Sets the block_volume_replica_id of this BlockVolumeReplicaInfo. The block volume replica's Oracle ID (OCID). :param block_volume_replica_id: The block_volume_replica_id of this BlockVolumeReplicaInfo. :type: str Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the availability_domain of this BlockVolumeReplicaInfo. The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this BlockVolumeReplicaInfo. :rtype: str �r r r r r r d s z*BlockVolumeReplicaInfo.availability_domainc C s || _ dS )a Sets the availability_domain of this BlockVolumeReplicaInfo. The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this BlockVolumeReplicaInfo. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zBlockVolumeReplicaInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zBlockVolumeReplicaInfo.__eq__c C s | |k S r r r r r r �__ne__� s zBlockVolumeReplicaInfo.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"