📂 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: session_summary.pyc
a N��fr1 � @ 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 ).�SessionSummaryz= Summary information for a bastion session resource. �CREATING�ACTIVE�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new SessionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SessionSummary. :type id: str :param display_name: The value to assign to the display_name property of this SessionSummary. :type display_name: str :param bastion_name: The value to assign to the bastion_name property of this SessionSummary. :type bastion_name: str :param bastion_id: The value to assign to the bastion_id property of this SessionSummary. :type bastion_id: str :param target_resource_details: The value to assign to the target_resource_details property of this SessionSummary. :type target_resource_details: oci.bastion.models.TargetResourceDetails :param time_created: The value to assign to the time_created property of this SessionSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SessionSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SessionSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this SessionSummary. :type lifecycle_details: str :param session_ttl_in_seconds: The value to assign to the session_ttl_in_seconds property of this SessionSummary. :type session_ttl_in_seconds: int �str�TargetResourceDetails�datetime�int) �id�display_name�bastion_name� bastion_id�target_resource_details�time_created�time_updated�lifecycle_state�lifecycle_details�session_ttl_in_secondsr �displayName�bastionName� bastionId�targetResourceDetails�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�sessionTtlInSecondsN)� swagger_types� attribute_map�_id� _display_name� _bastion_name�_bastion_id�_target_resource_details� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_session_ttl_in_seconds)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bastion/models/session_summary.py�__init__$ s@ 1�� zSessionSummary.__init__c C s | j S )z� **[Required]** Gets the id of this SessionSummary. The unique identifier (OCID) of the session, which can't be changed after creation. :return: The id of this SessionSummary. :rtype: str �r% �r/ r1 r1 r2 r y s zSessionSummary.idc C s || _ dS )z� Sets the id of this SessionSummary. The unique identifier (OCID) of the session, which can't be changed after creation. :param id: The id of this SessionSummary. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the display_name of this SessionSummary. The name of the session. :return: The display_name of this SessionSummary. :rtype: str �r&