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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�/ChangeIntegrationInstanceNetworkEndpointDetailsa� Input payload to update an Integration instance endpoint details. An empty payload will clear out any existing configuration. Some actions may not be applicable to specific integration types, see `Differences in Instance Management`__ for details. __ https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/application-integration&id=INTOO-GUID-931B5E33-4FE6-4997-93E5-8748516F46AA__GUID-176E43D5-4116-4828-8120-B929DF2A6B5E c K s ddi| _ ddi| _d| _dS )a� Initializes a new ChangeIntegrationInstanceNetworkEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_endpoint_details: The value to assign to the network_endpoint_details property of this ChangeIntegrationInstanceNetworkEndpointDetails. :type network_endpoint_details: oci.integration.models.NetworkEndpointDetails �network_endpoint_details�NetworkEndpointDetails�networkEndpointDetailsN)� swagger_types� attribute_map�_network_endpoint_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/integration/models/change_integration_instance_network_endpoint_details.py�__init__ s ��z8ChangeIntegrationInstanceNetworkEndpointDetails.__init__c C s | j S )a Gets the network_endpoint_details of this ChangeIntegrationInstanceNetworkEndpointDetails. :return: The network_endpoint_details of this ChangeIntegrationInstanceNetworkEndpointDetails. :rtype: oci.integration.models.NetworkEndpointDetails �r �r r r r r * s zHChangeIntegrationInstanceNetworkEndpointDetails.network_endpoint_detailsc C s || _ dS )a) Sets the network_endpoint_details of this ChangeIntegrationInstanceNetworkEndpointDetails. :param network_endpoint_details: The network_endpoint_details of this ChangeIntegrationInstanceNetworkEndpointDetails. :type: oci.integration.models.NetworkEndpointDetails Nr )r r r r r r 4 s c C s t | �S �N)r r r r r �__repr__>