📂 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: update_ingress_gateway_details.cpython-39.opt-1.pyc
a ���fD � @ 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� �Zdd� Z dd� Zdd� ZdS )�UpdateIngressGatewayDetailsz( The information to be updated. c K sP ddddddd�| _ dd d ddd d�| _d| _d| _d| _d| _d| _d| _dS )a6 Initializes a new UpdateIngressGatewayDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateIngressGatewayDetails. :type description: str :param hosts: The value to assign to the hosts property of this UpdateIngressGatewayDetails. :type hosts: list[oci.service_mesh.models.IngressGatewayHost] :param access_logging: The value to assign to the access_logging property of this UpdateIngressGatewayDetails. :type access_logging: oci.service_mesh.models.AccessLoggingConfiguration :param mtls: The value to assign to the mtls property of this UpdateIngressGatewayDetails. :type mtls: oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateIngressGatewayDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateIngressGatewayDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[IngressGatewayHost]ZAccessLoggingConfigurationZ1IngressGatewayMutualTransportLayerSecurityDetailszdict(str, str)zdict(str, dict(str, object)))�description�hosts�access_logging�mtls� freeform_tags�defined_tagsr r Z accessLoggingr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_description�_hosts�_access_logging�_mtls�_freeform_tags� _defined_tags)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/service_mesh/models/update_ingress_gateway_details.py�__init__ s( � � z$UpdateIngressGatewayDetails.__init__c C s | j S )aK Gets the description of this UpdateIngressGatewayDetails. 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 UpdateIngressGatewayDetails. :rtype: str �r �r r r r r I s z'UpdateIngressGatewayDetails.descriptionc C s || _ dS )aU Sets the description of this UpdateIngressGatewayDetails. 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 UpdateIngressGatewayDetails. :type: str Nr )r r r r r r X s c C s | j S )a' Gets the hosts of this UpdateIngressGatewayDetails. An array of hostnames and their listener configuration that this gateway will bind to. :return: The hosts of this UpdateIngressGatewayDetails. :rtype: list[oci.service_mesh.models.IngressGatewayHost] �r r r r r r g s z!UpdateIngressGatewayDetails.hostsc C s || _ dS )a+ Sets the hosts of this UpdateIngressGatewayDetails. An array of hostnames and their listener configuration that this gateway will bind to. :param hosts: The hosts of this UpdateIngressGatewayDetails. :type: list[oci.service_mesh.models.IngressGatewayHost] Nr )r r r r r r s s c C s | j S )z� Gets the access_logging of this UpdateIngressGatewayDetails. :return: The access_logging of this UpdateIngressGatewayDetails. :rtype: oci.service_mesh.models.AccessLoggingConfiguration �r r r r r r s z*UpdateIngressGatewayDetails.access_loggingc C s || _ dS )z� Sets the access_logging of this UpdateIngressGatewayDetails. :param access_logging: The access_logging of this UpdateIngressGatewayDetails. :type: oci.service_mesh.models.AccessLoggingConfiguration Nr )r r r r r r � s c C s | j S )z� Gets the mtls of this UpdateIngressGatewayDetails. :return: The mtls of this UpdateIngressGatewayDetails. :rtype: oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails �r r r r r r � s z UpdateIngressGatewayDetails.mtlsc C s || _ dS )z� Sets the mtls of this UpdateIngressGatewayDetails. :param mtls: The mtls of this UpdateIngressGatewayDetails. :type: oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails Nr )r r r r r r � s c C s | j S )a] Gets the freeform_tags of this UpdateIngressGatewayDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this UpdateIngressGatewayDetails. :rtype: dict(str, str) �r r r r r r � s z)UpdateIngressGatewayDetails.freeform_tagsc C s || _ dS )ai Sets the freeform_tags of this UpdateIngressGatewayDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this UpdateIngressGatewayDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )aW Gets the defined_tags of this UpdateIngressGatewayDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this UpdateIngressGatewayDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z(UpdateIngressGatewayDetails.defined_tagsc C s || _ dS )ab Sets the defined_tags of this UpdateIngressGatewayDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this UpdateIngressGatewayDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$UpdateIngressGatewayDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"UpdateIngressGatewayDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z"UpdateIngressGatewayDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&