ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Endpoint� )�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 d d� Z dd� Zdd� ZdS )�ComputeInstanceEndpointzN Defines the details required for a COMPUTE_INSTANCE-type `Endpoint`. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ComputeInstanceEndpoint object with values from keyword arguments. The default value of the :py:attr:`~oci.vn_monitoring.models.ComputeInstanceEndpoint.type` attribute of this class is ``COMPUTE_INSTANCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this ComputeInstanceEndpoint. Allowed values for this property are: "IP_ADDRESS", "SUBNET", "COMPUTE_INSTANCE", "VNIC", "LOAD_BALANCER", "LOAD_BALANCER_LISTENER", "NETWORK_LOAD_BALANCER", "NETWORK_LOAD_BALANCER_LISTENER", "VLAN", "ON_PREM" :type type: str :param address: The value to assign to the address property of this ComputeInstanceEndpoint. :type address: str :param instance_id: The value to assign to the instance_id property of this ComputeInstanceEndpoint. :type instance_id: str :param vnic_id: The value to assign to the vnic_id property of this ComputeInstanceEndpoint. :type vnic_id: str �str)�type�address�instance_id�vnic_idr r Z instanceIdZvnicIdNZCOMPUTE_INSTANCE)Z swagger_typesZ attribute_mapZ_type�_address�_instance_id�_vnic_id)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/compute_instance_endpoint.py�__init__ s ��z ComputeInstanceEndpoint.__init__c C s | j S )z� **[Required]** Gets the address of this ComputeInstanceEndpoint. The IPv4 address of the COMPUTE_INSTANCE-type `Endpoint` object. :return: The address of this ComputeInstanceEndpoint. :rtype: str �r �r r r r r >