Endpoint

class oci.vn_monitoring.models.Endpoint(**kwargs)

Bases: object

Information describing a source or destination in a PathAnalyzerTest resource.

Attributes

TYPE_COMPUTE_INSTANCE A constant which can be used with the type property of a Endpoint.
TYPE_IP_ADDRESS A constant which can be used with the type property of a Endpoint.
TYPE_LOAD_BALANCER A constant which can be used with the type property of a Endpoint.
TYPE_LOAD_BALANCER_LISTENER A constant which can be used with the type property of a Endpoint.
TYPE_NETWORK_LOAD_BALANCER A constant which can be used with the type property of a Endpoint.
TYPE_NETWORK_LOAD_BALANCER_LISTENER A constant which can be used with the type property of a Endpoint.
TYPE_ON_PREM A constant which can be used with the type property of a Endpoint.
TYPE_SUBNET A constant which can be used with the type property of a Endpoint.
TYPE_VLAN A constant which can be used with the type property of a Endpoint.
TYPE_VNIC A constant which can be used with the type property of a Endpoint.
type [Required] Gets the type of this Endpoint.

Methods

__init__(**kwargs) Initializes a new Endpoint object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_COMPUTE_INSTANCE = 'COMPUTE_INSTANCE'

A constant which can be used with the type property of a Endpoint. This constant has a value of “COMPUTE_INSTANCE”

TYPE_IP_ADDRESS = 'IP_ADDRESS'

A constant which can be used with the type property of a Endpoint. This constant has a value of “IP_ADDRESS”

TYPE_LOAD_BALANCER = 'LOAD_BALANCER'

A constant which can be used with the type property of a Endpoint. This constant has a value of “LOAD_BALANCER”

TYPE_LOAD_BALANCER_LISTENER = 'LOAD_BALANCER_LISTENER'

A constant which can be used with the type property of a Endpoint. This constant has a value of “LOAD_BALANCER_LISTENER”

TYPE_NETWORK_LOAD_BALANCER = 'NETWORK_LOAD_BALANCER'

A constant which can be used with the type property of a Endpoint. This constant has a value of “NETWORK_LOAD_BALANCER”

TYPE_NETWORK_LOAD_BALANCER_LISTENER = 'NETWORK_LOAD_BALANCER_LISTENER'

A constant which can be used with the type property of a Endpoint. This constant has a value of “NETWORK_LOAD_BALANCER_LISTENER”

TYPE_ON_PREM = 'ON_PREM'

A constant which can be used with the type property of a Endpoint. This constant has a value of “ON_PREM”

TYPE_SUBNET = 'SUBNET'

A constant which can be used with the type property of a Endpoint. This constant has a value of “SUBNET”

TYPE_VLAN = 'VLAN'

A constant which can be used with the type property of a Endpoint. This constant has a value of “VLAN”

TYPE_VNIC = 'VNIC'

A constant which can be used with the type property of a Endpoint. This constant has a value of “VNIC”

__init__(**kwargs)

Initializes a new Endpoint object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:type (str) – The value to assign to the type property of this Endpoint. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

type

[Required] Gets the type of this Endpoint. The type of the Endpoint.

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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this Endpoint.
Return type:str