📂 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
›
apigateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apigateway/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_gateway_details.cpython-39.pyc
a ���f�4 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateGatewayDetailsz, Information about the new gateway. c K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateGatewayDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateGatewayDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateGatewayDetails. :type compartment_id: str :param endpoint_type: The value to assign to the endpoint_type property of this CreateGatewayDetails. :type endpoint_type: str :param subnet_id: The value to assign to the subnet_id property of this CreateGatewayDetails. :type subnet_id: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this CreateGatewayDetails. :type network_security_group_ids: list[str] :param certificate_id: The value to assign to the certificate_id property of this CreateGatewayDetails. :type certificate_id: str :param response_cache_details: The value to assign to the response_cache_details property of this CreateGatewayDetails. :type response_cache_details: oci.apigateway.models.ResponseCacheDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateGatewayDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateGatewayDetails. :type defined_tags: dict(str, dict(str, object)) :param ca_bundles: The value to assign to the ca_bundles property of this CreateGatewayDetails. :type ca_bundles: list[oci.apigateway.models.CaBundle] �strz list[str]ZResponseCacheDetailszdict(str, str)zdict(str, dict(str, object))zlist[CaBundle]) �display_name�compartment_id� endpoint_type� subnet_id�network_security_group_ids�certificate_id�response_cache_details� freeform_tags�defined_tags� ca_bundlesZdisplayNameZ compartmentIdZendpointTypeZsubnetIdZnetworkSecurityGroupIdsZ certificateIdZresponseCacheDetailsZfreeformTagsZdefinedTagsZ caBundlesN)Z swagger_typesZ attribute_map� _display_name�_compartment_id�_endpoint_type� _subnet_id�_network_security_group_ids�_certificate_id�_response_cache_details�_freeform_tags� _defined_tags�_ca_bundles)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apigateway/models/create_gateway_details.py�__init__ s@ /�� zCreateGatewayDetails.__init__c C s | j S )a? Gets the display_name of this CreateGatewayDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :return: The display_name of this CreateGatewayDetails. :rtype: str �r �r r r r r e s z!CreateGatewayDetails.display_namec C s || _ dS )aJ Sets the display_name of this CreateGatewayDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :param display_name: The display_name of this CreateGatewayDetails. :type: str Nr! )r r r r r r t s c C s | j S )aS **[Required]** Gets the compartment_id of this CreateGatewayDetails. The `OCID`__ of the compartment in which the resource is created. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateGatewayDetails. :rtype: str �r r"