ruạṛ
a O��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� �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]�AccessLoggingConfiguration�1IngressGatewayMutualTransportLayerSecurityDetailszdict(str, str)zdict(str, dict(str, object)))�description�hosts�access_logging�mtls� freeform_tags�defined_tagsr r � accessLoggingr �freeformTags�definedTagsN)� swagger_types� attribute_map�_description�_hosts�_access_logging�_mtls�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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 V 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 e 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"