Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
apigateway
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: create_gateway_details.pyc
a N��fg4 � @ 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]�ResponseCacheDetailszdict(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_bundles�displayName� compartmentId�endpointType�subnetId�networkSecurityGroupIds� certificateId�responseCacheDetails�freeformTags�definedTags� caBundlesN)� swagger_types� 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+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 c 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 r 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/ r+ r+ r, r � s z#CreateGatewayDetails.compartment_idc C s || _ dS )aQ Sets 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 :param compartment_id: The compartment_id of this CreateGatewayDetails. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )a� **[Required]** Gets the endpoint_type of this CreateGatewayDetails. Gateway endpoint type. `PUBLIC` will have a public ip address assigned to it, while `PRIVATE` will only be accessible on a private IP address on the subnet. Example: `PUBLIC` or `PRIVATE` :return: The endpoint_type of this CreateGatewayDetails. :rtype: str �r! r/ r+ r+ r, r � s z"CreateGatewayDetails.endpoint_typec C s || _ dS )a~ Sets the endpoint_type of this CreateGatewayDetails. Gateway endpoint type. `PUBLIC` will have a public ip address assigned to it, while `PRIVATE` will only be accessible on a private IP address on the subnet. Example: `PUBLIC` or `PRIVATE` :param endpoint_type: The endpoint_type of this CreateGatewayDetails. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )aJ **[Required]** Gets the subnet_id of this CreateGatewayDetails. The `OCID`__ of the subnet in which related resources are created. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The subnet_id of this CreateGatewayDetails. :rtype: str �r"