📂 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_bastion_details.pyc
a N��f29 � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�CreateBastionDetailsaG The configuration details for a new bastion. 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�ENABLEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a} Initializes a new CreateBastionDetails 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 CreateBastionDetails. :type bastion_type: str :param name: The value to assign to the name property of this CreateBastionDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateBastionDetails. :type compartment_id: str :param target_subnet_id: The value to assign to the target_subnet_id property of this CreateBastionDetails. :type target_subnet_id: str :param phone_book_entry: The value to assign to the phone_book_entry property of this CreateBastionDetails. :type phone_book_entry: str :param static_jump_host_ip_addresses: The value to assign to the static_jump_host_ip_addresses property of this CreateBastionDetails. :type static_jump_host_ip_addresses: list[str] :param client_cidr_block_allow_list: The value to assign to the client_cidr_block_allow_list property of this CreateBastionDetails. :type client_cidr_block_allow_list: list[str] :param max_session_ttl_in_seconds: The value to assign to the max_session_ttl_in_seconds property of this CreateBastionDetails. :type max_session_ttl_in_seconds: int :param dns_proxy_status: The value to assign to the dns_proxy_status property of this CreateBastionDetails. Allowed values for this property are: "DISABLED", "ENABLED" :type dns_proxy_status: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateBastionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBastionDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]�intzdict(str, str)zdict(str, dict(str, object)))�bastion_type�name�compartment_id�target_subnet_id�phone_book_entry�static_jump_host_ip_addresses�client_cidr_block_allow_list�max_session_ttl_in_seconds�dns_proxy_status� freeform_tags�defined_tags�bastionTyper � compartmentId�targetSubnetId�phoneBookEntry�staticJumpHostIpAddresses�clientCidrBlockAllowList�maxSessionTtlInSeconds�dnsProxyStatus�freeformTags�definedTagsN) � swagger_types� attribute_map� _bastion_type�_name�_compartment_id�_target_subnet_id�_phone_book_entry�_static_jump_host_ip_addresses�_client_cidr_block_allow_list�_max_session_ttl_in_seconds�_dns_proxy_status�_freeform_tags� _defined_tags)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bastion/models/create_bastion_details.py�__init__ sF 4��zCreateBastionDetails.__init__c C s | j S )z� **[Required]** Gets the bastion_type of this CreateBastionDetails. The type of bastion. Use `standard`. :return: The bastion_type of this CreateBastionDetails. :rtype: str �r"