ruạṛ
a ���f�1 � @ 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 �strZTargetResourceDetailsZdatetime�int) �id�display_name�bastion_name� bastion_id�target_resource_details�time_created�time_updated�lifecycle_state�lifecycle_details�session_ttl_in_secondsr ZdisplayNameZbastionNameZ bastionIdZtargetResourceDetailsZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZsessionTtlInSecondsN)Z swagger_typesZ 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� r$ �F/usr/lib/python3.9/site-packages/oci/bastion/models/session_summary.py�__init__&