📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_source_via_image_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�InstanceSourceDetails� )�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 dd� Zdd� Zdd� Z dS )�InstanceSourceViaImageDetailsz. InstanceSourceViaImageDetails model. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new InstanceSourceViaImageDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.InstanceSourceViaImageDetails.source_type` attribute of this class is ``image`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this InstanceSourceViaImageDetails. :type source_type: str :param boot_volume_size_in_gbs: The value to assign to the boot_volume_size_in_gbs property of this InstanceSourceViaImageDetails. :type boot_volume_size_in_gbs: int :param image_id: The value to assign to the image_id property of this InstanceSourceViaImageDetails. :type image_id: str :param kms_key_id: The value to assign to the kms_key_id property of this InstanceSourceViaImageDetails. :type kms_key_id: str :param boot_volume_vpus_per_gb: The value to assign to the boot_volume_vpus_per_gb property of this InstanceSourceViaImageDetails. :type boot_volume_vpus_per_gb: int �str�int)�source_type�boot_volume_size_in_gbs�image_id� kms_key_id�boot_volume_vpus_per_gb� sourceType�bootVolumeSizeInGBs�imageId�kmsKeyId�bootVolumeVpusPerGBN�image)� swagger_types� attribute_map�_source_type�_boot_volume_size_in_gbs� _image_id�_kms_key_id�_boot_volume_vpus_per_gb)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/instance_source_via_image_details.py�__init__ s$ � �z&InstanceSourceViaImageDetails.__init__c C s | j S )a. Gets the boot_volume_size_in_gbs of this InstanceSourceViaImageDetails. The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB). :return: The boot_volume_size_in_gbs of this InstanceSourceViaImageDetails. :rtype: int �r �r r r r r B s z5InstanceSourceViaImageDetails.boot_volume_size_in_gbsc C s || _ dS )aD Sets the boot_volume_size_in_gbs of this InstanceSourceViaImageDetails. The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB). :param boot_volume_size_in_gbs: The boot_volume_size_in_gbs of this InstanceSourceViaImageDetails. :type: int Nr"