📂 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_target_resource_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 @ sb e Zd ZdZdZdZdZdd� Zedd� �Z e d d � �Zejdd � �Zdd � Z dd� Zdd� ZdS )�"CreateSessionTargetResourceDetailsz< Details about a bastion session's target resource. �MANAGED_SSH�PORT_FORWARDING�DYNAMIC_PORT_FORWARDINGc K s ddi| _ ddi| _d| _dS )a� Initializes a new CreateSessionTargetResourceDetails 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.bastion.models.CreateManagedSshSessionTargetResourceDetails` * :class:`~oci.bastion.models.CreateDynamicPortForwardingSessionTargetResourceDetails` * :class:`~oci.bastion.models.CreatePortForwardingSessionTargetResourceDetails` 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 CreateSessionTargetResourceDetails. Allowed values for this property are: "MANAGED_SSH", "PORT_FORWARDING", "DYNAMIC_PORT_FORWARDING" :type session_type: str �session_type�str�sessionTypeN)� swagger_types� attribute_map� _session_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bastion/models/create_session_target_resource_details.py�__init__ s ��z+CreateSessionTargetResourceDetails.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �,CreateManagedSshSessionTargetResourceDetailsr �7CreateDynamicPortForwardingSessionTargetResourceDetailsr �0CreatePortForwardingSessionTargetResourceDetailsr Nr )�object_dictionary�typer r r �get_subtype7 s z.CreateSessionTargetResourceDetails.get_subtypec C s | j S )aK **[Required]** Gets the session_type of this CreateSessionTargetResourceDetails. The session type. Allowed values for this property are: "MANAGED_SSH", "PORT_FORWARDING", "DYNAMIC_PORT_FORWARDING" :return: The session_type of this CreateSessionTargetResourceDetails. :rtype: str )r �r r r r r J s z/CreateSessionTargetResourceDetails.session_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the session_type of this CreateSessionTargetResourceDetails. The session type. :param session_type: The session_type of this CreateSessionTargetResourceDetails. :type: str )r r r z<Invalid value for `session_type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r X s ��c C s t | �S �N)r r r r r �__repr__j s z+CreateSessionTargetResourceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__m s z)CreateSessionTargetResourceDetails.__eq__c C s | |k S r r r"