ruạṛ
a N��f�8 � @ 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 @ sL 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&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�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 sx ddddddddddd� | _ ddddd d ddd dd� | _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 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 �str�datetime�bool) �availability_domain�boot_volume_id�compartment_id�display_name�id�instance_id�lifecycle_state�time_created�#is_pv_encryption_in_transit_enabled�encryption_in_transit_type�availabilityDomain�bootVolumeId� compartmentId�displayNamer � instanceId�lifecycleState�timeCreated�isPvEncryptionInTransitEnabled�encryptionInTransitTypeN)� swagger_types� attribute_map�_availability_domain�_boot_volume_id�_compartment_id� _display_name�_id�_instance_id�_lifecycle_state� _time_created�$_is_pv_encryption_in_transit_enabled�_encryption_in_transit_type)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/boot_volume_attachment.py�__init__+ s@ 3�� zBootVolumeAttachment.__init__c C s | j S )a **[Required]** Gets the availability_domain of this BootVolumeAttachment. The availability domain of an instance. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this BootVolumeAttachment. :rtype: str �r% �r/ r1 r1 r2 r � s z(BootVolumeAttachment.availability_domainc C s || _ dS )a Sets the availability_domain of this BootVolumeAttachment. The availability domain of an instance. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this BootVolumeAttachment. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the boot_volume_id of this BootVolumeAttachment. The OCID of the boot volume. :return: The boot_volume_id of this BootVolumeAttachment. :rtype: str �r&