📂 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_configuration_launch_instance_details.pyc
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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zed=d>� �Zej d?d>� �Zed@dA� �Zej dBdA� �ZedCdD� �Z e j dEdD� �Z edFdG� �Z!e!j dHdG� �Z!edIdJ� �Z"e"j dKdJ� �Z"edLdM� �Z#e#j dNdM� �Z#edOdP� �Z$e$j dQdP� �Z$dRdS� Z%dTdU� Z&dVdW� Z'dXS )Y�*InstanceConfigurationLaunchInstanceDetailsa Instance launch details for creating an instance from an instance configuration. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance. See :class:`LaunchInstanceDetails` for more information. �NATIVE�EMULATED�PARAVIRTUALIZED�CUSTOM�LIVE_MIGRATE�REBOOTc K s dddddddddddddddddd d dddd dd�| _ ddddddddddddddddd d!d"d#d$d%d&d'd�| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _ d(| _ d(| _d(| _d(| _ d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(S ))aF Initializes a new InstanceConfigurationLaunchInstanceDetails 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 InstanceConfigurationLaunchInstanceDetails. :type availability_domain: str :param capacity_reservation_id: The value to assign to the capacity_reservation_id property of this InstanceConfigurationLaunchInstanceDetails. :type capacity_reservation_id: str :param compartment_id: The value to assign to the compartment_id property of this InstanceConfigurationLaunchInstanceDetails. :type compartment_id: str :param create_vnic_details: The value to assign to the create_vnic_details property of this InstanceConfigurationLaunchInstanceDetails. :type create_vnic_details: oci.core.models.InstanceConfigurationCreateVnicDetails :param defined_tags: The value to assign to the defined_tags property of this InstanceConfigurationLaunchInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this InstanceConfigurationLaunchInstanceDetails. :type display_name: str :param extended_metadata: The value to assign to the extended_metadata property of this InstanceConfigurationLaunchInstanceDetails. :type extended_metadata: dict(str, object) :param freeform_tags: The value to assign to the freeform_tags property of this InstanceConfigurationLaunchInstanceDetails. :type freeform_tags: dict(str, str) :param ipxe_script: The value to assign to the ipxe_script property of this InstanceConfigurationLaunchInstanceDetails. :type ipxe_script: str :param metadata: The value to assign to the metadata property of this InstanceConfigurationLaunchInstanceDetails. :type metadata: dict(str, str) :param shape: The value to assign to the shape property of this InstanceConfigurationLaunchInstanceDetails. :type shape: str :param shape_config: The value to assign to the shape_config property of this InstanceConfigurationLaunchInstanceDetails. :type shape_config: oci.core.models.InstanceConfigurationLaunchInstanceShapeConfigDetails :param platform_config: The value to assign to the platform_config property of this InstanceConfigurationLaunchInstanceDetails. :type platform_config: oci.core.models.InstanceConfigurationLaunchInstancePlatformConfig :param source_details: The value to assign to the source_details property of this InstanceConfigurationLaunchInstanceDetails. :type source_details: oci.core.models.InstanceConfigurationInstanceSourceDetails :param fault_domain: The value to assign to the fault_domain property of this InstanceConfigurationLaunchInstanceDetails. :type fault_domain: str :param dedicated_vm_host_id: The value to assign to the dedicated_vm_host_id property of this InstanceConfigurationLaunchInstanceDetails. :type dedicated_vm_host_id: str :param launch_mode: The value to assign to the launch_mode property of this InstanceConfigurationLaunchInstanceDetails. Allowed values for this property are: "NATIVE", "EMULATED", "PARAVIRTUALIZED", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type launch_mode: str :param launch_options: The value to assign to the launch_options property of this InstanceConfigurationLaunchInstanceDetails. :type launch_options: oci.core.models.InstanceConfigurationLaunchOptions :param agent_config: The value to assign to the agent_config property of this InstanceConfigurationLaunchInstanceDetails. :type agent_config: oci.core.models.InstanceConfigurationLaunchInstanceAgentConfigDetails :param is_pv_encryption_in_transit_enabled: The value to assign to the is_pv_encryption_in_transit_enabled property of this InstanceConfigurationLaunchInstanceDetails. :type is_pv_encryption_in_transit_enabled: bool :param preferred_maintenance_action: The value to assign to the preferred_maintenance_action property of this InstanceConfigurationLaunchInstanceDetails. Allowed values for this property are: "LIVE_MIGRATE", "REBOOT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type preferred_maintenance_action: str :param instance_options: The value to assign to the instance_options property of this InstanceConfigurationLaunchInstanceDetails. :type instance_options: oci.core.models.InstanceConfigurationInstanceOptions :param availability_config: The value to assign to the availability_config property of this InstanceConfigurationLaunchInstanceDetails. :type availability_config: oci.core.models.InstanceConfigurationAvailabilityConfig :param preemptible_instance_config: The value to assign to the preemptible_instance_config property of this InstanceConfigurationLaunchInstanceDetails. :type preemptible_instance_config: oci.core.models.PreemptibleInstanceConfigDetails �str�&InstanceConfigurationCreateVnicDetailszdict(str, dict(str, object))zdict(str, object)zdict(str, str)�5InstanceConfigurationLaunchInstanceShapeConfigDetails�1InstanceConfigurationLaunchInstancePlatformConfig�*InstanceConfigurationInstanceSourceDetails�"InstanceConfigurationLaunchOptions�5InstanceConfigurationLaunchInstanceAgentConfigDetails�bool�$InstanceConfigurationInstanceOptions�'InstanceConfigurationAvailabilityConfig� PreemptibleInstanceConfigDetails)�availability_domain�capacity_reservation_id�compartment_id�create_vnic_details�defined_tags�display_name�extended_metadata� freeform_tags�ipxe_script�metadata�shape�shape_config�platform_config�source_details�fault_domain�dedicated_vm_host_id�launch_mode�launch_options�agent_config�#is_pv_encryption_in_transit_enabled�preferred_maintenance_action�instance_options�availability_config�preemptible_instance_config�availabilityDomain�capacityReservationId� compartmentId�createVnicDetails�definedTags�displayName�extendedMetadata�freeformTags� ipxeScriptr! r"