📂 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: instance_console_connection.cpython-39.opt-1.pyc
a ���f�8 � @ 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 @ sH e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�InstanceConsoleConnectiona� The `InstanceConsoleConnection` API provides you with console access to Compute instances, enabling you to troubleshoot malfunctioning instances remotely. For more information about instance console connections, see `Troubleshooting Instances Using Instance Console Connections`__. __ https://docs.cloud.oracle.com/iaas/Content/Compute/References/serialconsole.htm �ACTIVE�CREATING�DELETED�DELETING�FAILEDc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aN Initializes a new InstanceConsoleConnection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this InstanceConsoleConnection. :type compartment_id: str :param connection_string: The value to assign to the connection_string property of this InstanceConsoleConnection. :type connection_string: str :param defined_tags: The value to assign to the defined_tags property of this InstanceConsoleConnection. :type defined_tags: dict(str, dict(str, object)) :param fingerprint: The value to assign to the fingerprint property of this InstanceConsoleConnection. :type fingerprint: str :param freeform_tags: The value to assign to the freeform_tags property of this InstanceConsoleConnection. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this InstanceConsoleConnection. :type id: str :param instance_id: The value to assign to the instance_id property of this InstanceConsoleConnection. :type instance_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this InstanceConsoleConnection. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param service_host_key_fingerprint: The value to assign to the service_host_key_fingerprint property of this InstanceConsoleConnection. :type service_host_key_fingerprint: str :param vnc_connection_string: The value to assign to the vnc_connection_string property of this InstanceConsoleConnection. :type vnc_connection_string: str �strzdict(str, dict(str, object))zdict(str, str)) �compartment_id�connection_string�defined_tags�fingerprint� freeform_tags�id�instance_id�lifecycle_state�service_host_key_fingerprint�vnc_connection_stringZ compartmentIdZconnectionStringZdefinedTagsr ZfreeformTagsr Z instanceIdZlifecycleStateZserviceHostKeyFingerprintZvncConnectionStringN)Z swagger_typesZ attribute_map�_compartment_id�_connection_string� _defined_tags�_fingerprint�_freeform_tags�_id�_instance_id�_lifecycle_state�_service_host_key_fingerprint�_vnc_connection_string)�self�kwargs� r# �O/usr/lib/python3.9/site-packages/oci/core/models/instance_console_connection.py�__init__+ s@ 1�� z"InstanceConsoleConnection.__init__c C s | j S )z� Gets the compartment_id of this InstanceConsoleConnection. The OCID of the compartment to contain the console connection. :return: The compartment_id of this InstanceConsoleConnection. :rtype: str �r �r! r# r# r$ r � s z(InstanceConsoleConnection.compartment_idc C s || _ dS )z� Sets the compartment_id of this InstanceConsoleConnection. The OCID of the compartment to contain the console connection. :param compartment_id: The compartment_id of this InstanceConsoleConnection. :type: str Nr&