📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
bastion
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bastion/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bastion_summary.cpython-39.pyc
a ���f�G � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze 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%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Zd6d7� Zd8d9� Zd:d;� Zd<S )=�BastionSummaryaF Summary information for a bastion resource. A bastion provides secured, public access to target resources in the cloud that you cannot otherwise reach from the internet. A bastion resides in a public subnet and establishes the network infrastructure needed to connect a user to a target resource in a private subnet. �DISABLED�ENABLED�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new BastionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param bastion_type: The value to assign to the bastion_type property of this BastionSummary. :type bastion_type: str :param id: The value to assign to the id property of this BastionSummary. :type id: str :param name: The value to assign to the name property of this BastionSummary. :type name: str :param compartment_id: The value to assign to the compartment_id property of this BastionSummary. :type compartment_id: str :param target_vcn_id: The value to assign to the target_vcn_id property of this BastionSummary. :type target_vcn_id: str :param target_subnet_id: The value to assign to the target_subnet_id property of this BastionSummary. :type target_subnet_id: str :param dns_proxy_status: The value to assign to the dns_proxy_status property of this BastionSummary. Allowed values for this property are: "DISABLED", "ENABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type dns_proxy_status: str :param time_created: The value to assign to the time_created property of this BastionSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this BastionSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this BastionSummary. Allowed values for this property are: "CREATING", "UPDATING", "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 BastionSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this BastionSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BastionSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this BastionSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�bastion_type�id�name�compartment_id� target_vcn_id�target_subnet_id�dns_proxy_status�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsZbastionTyper r Z compartmentIdZtargetVcnIdZtargetSubnetIdZdnsProxyStatusZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map� _bastion_type�_id�_name�_compartment_id�_target_vcn_id�_target_subnet_id�_dns_proxy_status� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r. �F/usr/lib/python3.9/site-packages/oci/bastion/models/bastion_summary.py�__init__2 sX C��zBastionSummary.__init__c C s | j S )z� **[Required]** Gets the bastion_type of this BastionSummary. The type of bastion. :return: The bastion_type of this BastionSummary. :rtype: str �r �r, r. r. r/ r � s zBastionSummary.bastion_typec C s || _ dS )z� Sets the bastion_type of this BastionSummary. The type of bastion. :param bastion_type: The bastion_type of this BastionSummary. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the id of this BastionSummary. The unique identifier (OCID) of the bastion, which can't be changed after creation. :return: The id of this BastionSummary. :rtype: str �r r2 r. r. r/ r � s zBastionSummary.idc C s || _ dS )z� Sets the id of this BastionSummary. The unique identifier (OCID) of the bastion, which can't be changed after creation. :param id: The id of this BastionSummary. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the name of this BastionSummary. The name of the bastion, which can't be changed after creation. :return: The name of this BastionSummary. :rtype: str �r r2 r. r. r/ r � s zBastionSummary.namec C s || _ dS )z� Sets the name of this BastionSummary. The name of the bastion, which can't be changed after creation. :param name: The name of this BastionSummary. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the compartment_id of this BastionSummary. The unique identifier (OCID) of the compartment where the bastion is located. :return: The compartment_id of this BastionSummary. :rtype: str �r! r2 r. r. r/ r � s zBastionSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this BastionSummary. The unique identifier (OCID) of the compartment where the bastion is located. :param compartment_id: The compartment_id of this BastionSummary. :type: str Nr5 )r, r r. r. r/ r � s c C s | j S )a **[Required]** Gets the target_vcn_id of this BastionSummary. The unique identifier (OCID) of the virtual cloud network (VCN) that the bastion connects to. :return: The target_vcn_id of this BastionSummary. :rtype: str �r"