ruạṛ
a N��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 � bootOrderr �uuidLun� sizeInMBsr �persistentModeN) � swagger_types� attribute_map�_name�_boot_order�_uuid� _uuid_lun�_size_in_mbs� _location�_persistent_mode)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 N 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"