📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: copy_volume_backup_details.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 d d� Z dd� Zdd� ZdS )�CopyVolumeBackupDetailsz( CopyVolumeBackupDetails model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CopyVolumeBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param destination_region: The value to assign to the destination_region property of this CopyVolumeBackupDetails. :type destination_region: str :param display_name: The value to assign to the display_name property of this CopyVolumeBackupDetails. :type display_name: str :param kms_key_id: The value to assign to the kms_key_id property of this CopyVolumeBackupDetails. :type kms_key_id: str �str)�destination_region�display_name� kms_key_idZdestinationRegionZdisplayNameZkmsKeyIdN)Z swagger_typesZ attribute_map�_destination_region� _display_name�_kms_key_id)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/core/models/copy_volume_backup_details.py�__init__ s ��z CopyVolumeBackupDetails.__init__c C s | j S )a **[Required]** Gets the destination_region of this CopyVolumeBackupDetails. The name of the destination region. Example: `us-ashburn-1` :return: The destination_region of this CopyVolumeBackupDetails. :rtype: str �r �r r r r r 4 s z*CopyVolumeBackupDetails.destination_regionc C s || _ dS )a Sets the destination_region of this CopyVolumeBackupDetails. The name of the destination region. Example: `us-ashburn-1` :param destination_region: The destination_region of this CopyVolumeBackupDetails. :type: str Nr )r r r r r r B s c C s | j S )a! Gets the display_name of this CopyVolumeBackupDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this CopyVolumeBackupDetails. :rtype: str �r r r r r r P s z$CopyVolumeBackupDetails.display_namec C s || _ dS )a, Sets the display_name of this CopyVolumeBackupDetails. 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 CopyVolumeBackupDetails. :type: str Nr )r r r r r r ] s c C s | j S )a% Gets the kms_key_id of this CopyVolumeBackupDetails. The OCID of the Vault service key in the destination region which will be the master encryption key for the copied volume backup. If you do not specify this attribute the volume backup will be encrypted with the Oracle-provided encryption key when it is copied to the destination region. For more information about the Vault service and encryption keys, see `Overview of Vault service`__ and `Using Keys`__. __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm :return: The kms_key_id of this CopyVolumeBackupDetails. :rtype: str �r r r r r r j s z"CopyVolumeBackupDetails.kms_key_idc C s || _ dS )a. Sets the kms_key_id of this CopyVolumeBackupDetails. The OCID of the Vault service key in the destination region which will be the master encryption key for the copied volume backup. If you do not specify this attribute the volume backup will be encrypted with the Oracle-provided encryption key when it is copied to the destination region. For more information about the Vault service and encryption keys, see `Overview of Vault service`__ and `Using Keys`__. __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm __ https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm :param kms_key_id: The kms_key_id of this CopyVolumeBackupDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z CopyVolumeBackupDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCopyVolumeBackupDetails.__eq__c C s | |k S r r r r r r �__ne__� s zCopyVolumeBackupDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"