📂 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: launch_instance_platform_config.cpython-39.pyc
a ���f�1 � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�LaunchInstancePlatformConfiga� The platform configuration requested for the instance. If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used. Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned. For more information about shielded instances, see `Shielded Instances`__. For more information about BIOS settings for bare metal instances, see `BIOS Settings for Bare Metal Instances`__. __ https://docs.cloud.oracle.com/iaas/Content/Compute/References/shielded-instances.htm __ https://docs.cloud.oracle.com/iaas/Content/Compute/References/bios-settings.htm �AMD_MILAN_BM�AMD_MILAN_BM_GPU�AMD_ROME_BM�AMD_ROME_BM_GPU� GENERIC_BM�INTEL_ICELAKE_BM�INTEL_SKYLAKE_BM�AMD_VM�INTEL_VMc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new LaunchInstancePlatformConfig object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.core.models.AmdRomeBmGpuLaunchInstancePlatformConfig` * :class:`~oci.core.models.AmdRomeBmLaunchInstancePlatformConfig` * :class:`~oci.core.models.IntelIcelakeBmLaunchInstancePlatformConfig` * :class:`~oci.core.models.AmdVmLaunchInstancePlatformConfig` * :class:`~oci.core.models.IntelVmLaunchInstancePlatformConfig` * :class:`~oci.core.models.IntelSkylakeBmLaunchInstancePlatformConfig` * :class:`~oci.core.models.AmdMilanBmLaunchInstancePlatformConfig` * :class:`~oci.core.models.GenericBmLaunchInstancePlatformConfig` * :class:`~oci.core.models.AmdMilanBmGpuLaunchInstancePlatformConfig` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this LaunchInstancePlatformConfig. Allowed values for this property are: "AMD_MILAN_BM", "AMD_MILAN_BM_GPU", "AMD_ROME_BM", "AMD_ROME_BM_GPU", "GENERIC_BM", "INTEL_ICELAKE_BM", "INTEL_SKYLAKE_BM", "AMD_VM", "INTEL_VM" :type type: str :param is_secure_boot_enabled: The value to assign to the is_secure_boot_enabled property of this LaunchInstancePlatformConfig. :type is_secure_boot_enabled: bool :param is_trusted_platform_module_enabled: The value to assign to the is_trusted_platform_module_enabled property of this LaunchInstancePlatformConfig. :type is_trusted_platform_module_enabled: bool :param is_measured_boot_enabled: The value to assign to the is_measured_boot_enabled property of this LaunchInstancePlatformConfig. :type is_measured_boot_enabled: bool :param is_memory_encryption_enabled: The value to assign to the is_memory_encryption_enabled property of this LaunchInstancePlatformConfig. :type is_memory_encryption_enabled: bool �str�bool)�type�is_secure_boot_enabled�"is_trusted_platform_module_enabled�is_measured_boot_enabled�is_memory_encryption_enabledr ZisSecureBootEnabledZisTrustedPlatformModuleEnabledZisMeasuredBootEnabledZisMemoryEncryptionEnabledN)Z swagger_typesZ attribute_map�_type�_is_secure_boot_enabled�#_is_trusted_platform_module_enabled�_is_measured_boot_enabled�_is_memory_encryption_enabled)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/core/models/launch_instance_platform_config.py�__init__F s"