ruạṛ
a N��f�e � @ 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 dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"dDdE� Z#dFdG� Z$dHdI� Z%dJS )K�BootVolumeBackupa� A point-in-time copy of a boot volume that can then be used to create a new boot volume or recover a boot volume. For more information, see `Overview of Boot Volume Backups`__ 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/bootvolumebackups.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �CREATING� AVAILABLE�TERMINATING� TERMINATED�FAULTY�REQUEST_RECEIVED�MANUAL� SCHEDULED�FULL�INCREMENTALc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a? Initializes a new BootVolumeBackup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param boot_volume_id: The value to assign to the boot_volume_id property of this BootVolumeBackup. :type boot_volume_id: str :param compartment_id: The value to assign to the compartment_id property of this BootVolumeBackup. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this BootVolumeBackup. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this BootVolumeBackup. :type system_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this BootVolumeBackup. :type display_name: str :param expiration_time: The value to assign to the expiration_time property of this BootVolumeBackup. :type expiration_time: datetime :param freeform_tags: The value to assign to the freeform_tags property of this BootVolumeBackup. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this BootVolumeBackup. :type id: str :param image_id: The value to assign to the image_id property of this BootVolumeBackup. :type image_id: str :param kms_key_id: The value to assign to the kms_key_id property of this BootVolumeBackup. :type kms_key_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BootVolumeBackup. Allowed values for this property are: "CREATING", "AVAILABLE", "TERMINATING", "TERMINATED", "FAULTY", "REQUEST_RECEIVED", '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 BootVolumeBackup. :type size_in_gbs: int :param source_boot_volume_backup_id: The value to assign to the source_boot_volume_backup_id property of this BootVolumeBackup. :type source_boot_volume_backup_id: str :param source_type: The value to assign to the source_type property of this BootVolumeBackup. Allowed values for this property are: "MANUAL", "SCHEDULED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_type: str :param time_created: The value to assign to the time_created property of this BootVolumeBackup. :type time_created: datetime :param time_request_received: The value to assign to the time_request_received property of this BootVolumeBackup. :type time_request_received: datetime :param type: The value to assign to the type property of this BootVolumeBackup. Allowed values for this property are: "FULL", "INCREMENTAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param unique_size_in_gbs: The value to assign to the unique_size_in_gbs property of this BootVolumeBackup. :type unique_size_in_gbs: int �strzdict(str, dict(str, object))�datetimezdict(str, str)�int)�boot_volume_id�compartment_id�defined_tags�system_tags�display_name�expiration_time� freeform_tags�id�image_id� kms_key_id�lifecycle_state�size_in_gbs�source_boot_volume_backup_id�source_type�time_created�time_request_received�type�unique_size_in_gbs�bootVolumeId� compartmentId�definedTags� systemTags�displayName�expirationTime�freeformTagsr �imageId�kmsKeyId�lifecycleState� sizeInGBs�sourceBootVolumeBackupId� sourceType�timeCreated�timeRequestReceivedr$ �uniqueSizeInGBsN)� swagger_types� attribute_map�_boot_volume_id�_compartment_id� _defined_tags�_system_tags� _display_name�_expiration_time�_freeform_tags�_id� _image_id�_kms_key_id�_lifecycle_state�_size_in_gbs�_source_boot_volume_backup_id�_source_type� _time_created�_time_request_received�_type�_unique_size_in_gbs)�self�kwargs� rL ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/boot_volume_backup.py�__init__D sp U��zBootVolumeBackup.__init__c C s | j S )z� Gets the boot_volume_id of this BootVolumeBackup. The OCID of the boot volume. :return: The boot_volume_id of this BootVolumeBackup. :rtype: str �r8 �rJ rL rL rM r � s zBootVolumeBackup.boot_volume_idc C s || _ dS )z� Sets the boot_volume_id of this BootVolumeBackup. The OCID of the boot volume. :param boot_volume_id: The boot_volume_id of this BootVolumeBackup. :type: str NrO )rJ r rL rL rM r � s c C s | j S )z� **[Required]** Gets the compartment_id of this BootVolumeBackup. The OCID of the compartment that contains the boot volume backup. :return: The compartment_id of this BootVolumeBackup. :rtype: str �r9 rP rL rL rM r � s zBootVolumeBackup.compartment_idc C s || _ dS )z� Sets the compartment_id of this BootVolumeBackup. The OCID of the compartment that contains the boot volume backup. :param compartment_id: The compartment_id of this BootVolumeBackup. :type: str NrQ )rJ r rL rL rM r � s c C s | j S )a� Gets the defined_tags of this BootVolumeBackup. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this BootVolumeBackup. :rtype: dict(str, dict(str, object)) �r: rP rL rL rM r s zBootVolumeBackup.defined_tagsc C s || _ dS )a� Sets the defined_tags of this BootVolumeBackup. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this BootVolumeBackup. :type: dict(str, dict(str, object)) NrR )rJ r rL rL rM r s c C s | j S )a> Gets the system_tags of this BootVolumeBackup. System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The system_tags of this BootVolumeBackup. :rtype: dict(str, dict(str, object)) �r; rP rL rL rM r ' s zBootVolumeBackup.system_tagsc C s || _ dS )aH Sets the system_tags of this BootVolumeBackup. System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param system_tags: The system_tags of this BootVolumeBackup. :type: dict(str, dict(str, object)) NrS )rJ r rL rL rM r 4 s c C s | j S )a" **[Required]** Gets the display_name of this BootVolumeBackup. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this BootVolumeBackup. :rtype: str �r<