📂 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: boot_volume_attachment.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 @ sf 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�BootVolumeAttachmentz� Represents an attachment between a boot volume and an instance. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. � ATTACHING�ATTACHED� DETACHING�DETACHED�NONE�BM_ENCRYPTION_IN_TRANSITc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new BootVolumeAttachment 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 BootVolumeAttachment. :type availability_domain: str :param boot_volume_id: The value to assign to the boot_volume_id property of this BootVolumeAttachment. :type boot_volume_id: str :param compartment_id: The value to assign to the compartment_id property of this BootVolumeAttachment. :type compartment_id: str :param display_name: The value to assign to the display_name property of this BootVolumeAttachment. :type display_name: str :param id: The value to assign to the id property of this BootVolumeAttachment. :type id: str :param instance_id: The value to assign to the instance_id property of this BootVolumeAttachment. :type instance_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BootVolumeAttachment. Allowed values for this property are: "ATTACHING", "ATTACHED", "DETACHING", "DETACHED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this BootVolumeAttachment. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this BootVolumeAttachment. :type time_updated: datetime :param is_pv_encryption_in_transit_enabled: The value to assign to the is_pv_encryption_in_transit_enabled property of this BootVolumeAttachment. :type is_pv_encryption_in_transit_enabled: bool :param encryption_in_transit_type: The value to assign to the encryption_in_transit_type property of this BootVolumeAttachment. Allowed values for this property are: "NONE", "BM_ENCRYPTION_IN_TRANSIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type encryption_in_transit_type: str �strZdatetime�bool)�availability_domain�boot_volume_id�compartment_id�display_name�id�instance_id�lifecycle_state�time_created�time_updated�#is_pv_encryption_in_transit_enabled�encryption_in_transit_typeZavailabilityDomainZbootVolumeIdZ compartmentIdZdisplayNamer Z instanceIdZlifecycleStateZtimeCreatedZtimeUpdatedZisPvEncryptionInTransitEnabledZencryptionInTransitTypeN) Z swagger_typesZ attribute_map�_availability_domain�_boot_volume_id�_compartment_id� _display_name�_id�_instance_id�_lifecycle_state� _time_created� _time_updated�$_is_pv_encryption_in_transit_enabled�_encryption_in_transit_type)�self�kwargs� r'