📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_managed_ssh_session_target_resource_details.pyc
a N��fd � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�"CreateSessionTargetResourceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�,CreateManagedSshSessionTargetResourceDetailszD Details about a managed SSH session for a target resource. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )aT Initializes a new CreateManagedSshSessionTargetResourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.bastion.models.CreateManagedSshSessionTargetResourceDetails.session_type` attribute of this class is ``MANAGED_SSH`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param session_type: The value to assign to the session_type property of this CreateManagedSshSessionTargetResourceDetails. Allowed values for this property are: "MANAGED_SSH", "PORT_FORWARDING", "DYNAMIC_PORT_FORWARDING" :type session_type: str :param target_resource_operating_system_user_name: The value to assign to the target_resource_operating_system_user_name property of this CreateManagedSshSessionTargetResourceDetails. :type target_resource_operating_system_user_name: str :param target_resource_id: The value to assign to the target_resource_id property of this CreateManagedSshSessionTargetResourceDetails. :type target_resource_id: str :param target_resource_private_ip_address: The value to assign to the target_resource_private_ip_address property of this CreateManagedSshSessionTargetResourceDetails. :type target_resource_private_ip_address: str :param target_resource_port: The value to assign to the target_resource_port property of this CreateManagedSshSessionTargetResourceDetails. :type target_resource_port: int �str�int)�session_type�*target_resource_operating_system_user_name�target_resource_id�"target_resource_private_ip_address�target_resource_port�sessionType�%targetResourceOperatingSystemUserName�targetResourceId�targetResourcePrivateIpAddress�targetResourcePortN�MANAGED_SSH)� swagger_types� attribute_map� _session_type�+_target_resource_operating_system_user_name�_target_resource_id�#_target_resource_private_ip_address�_target_resource_port)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bastion/models/create_managed_ssh_session_target_resource_details.py�__init__ s$ � �z5CreateManagedSshSessionTargetResourceDetails.__init__c C s | j S )a� **[Required]** Gets the target_resource_operating_system_user_name of this CreateManagedSshSessionTargetResourceDetails. The name of the user on the target resource operating system that the session uses for the connection. :return: The target_resource_operating_system_user_name of this CreateManagedSshSessionTargetResourceDetails. :rtype: str �r �r r r r r C s zWCreateManagedSshSessionTargetResourceDetails.target_resource_operating_system_user_namec C s || _ dS )a� Sets the target_resource_operating_system_user_name of this CreateManagedSshSessionTargetResourceDetails. The name of the user on the target resource operating system that the session uses for the connection. :param target_resource_operating_system_user_name: The target_resource_operating_system_user_name of this CreateManagedSshSessionTargetResourceDetails. :type: str Nr"