📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_launch_options.cpython-39.pyc
a ���fh, � @ 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 ZdZdZdZdZdZdd� Ze dd� �Z e jd d� �Z e d d� �Zejdd� �Ze d d� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�UpdateLaunchOptionszL Options for tuning the compatibility and performance of VM shapes. �ISCSI�PARAVIRTUALIZED�VFIOc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UpdateLaunchOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param boot_volume_type: The value to assign to the boot_volume_type property of this UpdateLaunchOptions. Allowed values for this property are: "ISCSI", "PARAVIRTUALIZED" :type boot_volume_type: str :param network_type: The value to assign to the network_type property of this UpdateLaunchOptions. Allowed values for this property are: "VFIO", "PARAVIRTUALIZED" :type network_type: str :param is_pv_encryption_in_transit_enabled: The value to assign to the is_pv_encryption_in_transit_enabled property of this UpdateLaunchOptions. :type is_pv_encryption_in_transit_enabled: bool �str�bool)�boot_volume_type�network_type�#is_pv_encryption_in_transit_enabledZbootVolumeTypeZnetworkTypeZisPvEncryptionInTransitEnabledN)Z swagger_typesZ attribute_map�_boot_volume_type� _network_type�$_is_pv_encryption_in_transit_enabled)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/core/models/update_launch_options.py�__init__"