ruạṛ
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �Diskz The assets disk. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a7 Initializes a new Disk object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Disk. :type name: str :param boot_order: The value to assign to the boot_order property of this Disk. :type boot_order: int :param uuid: The value to assign to the uuid property of this Disk. :type uuid: str :param uuid_lun: The value to assign to the uuid_lun property of this Disk. :type uuid_lun: str :param size_in_mbs: The value to assign to the size_in_mbs property of this Disk. :type size_in_mbs: int :param location: The value to assign to the location property of this Disk. :type location: str :param persistent_mode: The value to assign to the persistent_mode property of this Disk. :type persistent_mode: str �str�int)�name� boot_order�uuid�uuid_lun�size_in_mbs�location�persistent_moder Z bootOrderr ZuuidLunZ sizeInMBsr ZpersistentModeN) Z swagger_typesZ attribute_map�_name�_boot_order�_uuid� _uuid_lun�_size_in_mbs� _location�_persistent_mode)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/disk.py�__init__ s. #�� z Disk.__init__c C s | j S )z~ Gets the name of this Disk. Disk name. :return: The name of this Disk. :rtype: str �r �r r r r r P s z Disk.namec C s || _ dS )z� Sets the name of this Disk. Disk name. :param name: The name of this Disk. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the boot_order of this Disk. Order of boot volumes. :return: The boot_order of this Disk. :rtype: int �r r r r r r h s zDisk.boot_orderc C s || _ dS )z� Sets the boot_order of this Disk. Order of boot volumes. :param boot_order: The boot_order of this Disk. :type: int Nr )r r r r r r t s c C s | j S )z� Gets the uuid of this Disk. Disk UUID for the virtual disk, if available. :return: The uuid of this Disk. :rtype: str �r r r r r r � s z Disk.uuidc C s || _ dS )z� Sets the uuid of this Disk. Disk UUID for the virtual disk, if available. :param uuid: The uuid of this Disk. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the uuid_lun of this Disk. Disk UUID LUN for the virtual disk, if available. :return: The uuid_lun of this Disk. :rtype: str �r r r r r r � s z Disk.uuid_lunc C s || _ dS )z� Sets the uuid_lun of this Disk. Disk UUID LUN for the virtual disk, if available. :param uuid_lun: The uuid_lun of this Disk. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the size_in_mbs of this Disk. The size of the volume in MBs. :return: The size_in_mbs of this Disk. :rtype: int �r r r r r r � s zDisk.size_in_mbsc C s || _ dS )z� Sets the size_in_mbs of this Disk. The size of the volume in MBs. :param size_in_mbs: The size_in_mbs of this Disk. :type: int Nr! )r r r r r r � s c C s | j S )z� Gets the location of this Disk. Location of the boot/data volume. :return: The location of this Disk. :rtype: str �r r r r r r � s z Disk.locationc C s || _ dS )z� Sets the location of this Disk. Location of the boot/data volume. :param location: The location of this Disk. :type: str Nr"