📂 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
›
service_mesh
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/service_mesh/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_ingress_gateway_details.cpython-39.pyc
a ���f�+ � @ 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 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateIngressGatewayDetailsz5 The information about a new IngressGateway. c K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateIngressGatewayDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateIngressGatewayDetails. :type name: str :param description: The value to assign to the description property of this CreateIngressGatewayDetails. :type description: str :param mesh_id: The value to assign to the mesh_id property of this CreateIngressGatewayDetails. :type mesh_id: str :param hosts: The value to assign to the hosts property of this CreateIngressGatewayDetails. :type hosts: list[oci.service_mesh.models.IngressGatewayHost] :param access_logging: The value to assign to the access_logging property of this CreateIngressGatewayDetails. :type access_logging: oci.service_mesh.models.AccessLoggingConfiguration :param mtls: The value to assign to the mtls property of this CreateIngressGatewayDetails. :type mtls: oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails :param compartment_id: The value to assign to the compartment_id property of this CreateIngressGatewayDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateIngressGatewayDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateIngressGatewayDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[IngressGatewayHost]ZAccessLoggingConfigurationZ1IngressGatewayMutualTransportLayerSecurityDetailszdict(str, str)zdict(str, dict(str, object))) �name�description�mesh_id�hosts�access_logging�mtls�compartment_id� freeform_tags�defined_tagsr r ZmeshIdr Z accessLoggingr Z compartmentIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_name�_description�_mesh_id�_hosts�_access_logging�_mtls�_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/service_mesh/models/create_ingress_gateway_details.py�__init__ s: +� �z$CreateIngressGatewayDetails.__init__c C s | j S )a� **[Required]** Gets the name of this CreateIngressGatewayDetails. A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name` :return: The name of this CreateIngressGatewayDetails. :rtype: str �r �r r r r r ^ s z CreateIngressGatewayDetails.namec C s || _ dS )at Sets the name of this CreateIngressGatewayDetails. A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name` :param name: The name of this CreateIngressGatewayDetails. :type: str Nr )r r r r r r m s c C s | j S )aK Gets the description of this CreateIngressGatewayDetails. Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: `This is my new resource` :return: The description of this CreateIngressGatewayDetails. :rtype: str �r r r r r r | s z'CreateIngressGatewayDetails.descriptionc C s || _ dS )aU Sets the description of this CreateIngressGatewayDetails. Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: `This is my new resource` :param description: The description of this CreateIngressGatewayDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the mesh_id of this CreateIngressGatewayDetails. The OCID of the service mesh in which this ingress gateway is created. :return: The mesh_id of this CreateIngressGatewayDetails. :rtype: str �r r r r r r � s z#CreateIngressGatewayDetails.mesh_idc C s || _ dS )z� Sets the mesh_id of this CreateIngressGatewayDetails. The OCID of the service mesh in which this ingress gateway is created. :param mesh_id: The mesh_id of this CreateIngressGatewayDetails. :type: str Nr"