Show / Hide Table of Contents

Class LoadBalancerListenerEndpoint

Defines the details required for a LOAD_BALANCER_LISTENER-type Endpoint.

Inheritance
object
Endpoint
LoadBalancerListenerEndpoint
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class LoadBalancerListenerEndpoint : Endpoint

Properties

ListenerId

Declaration
[Required(ErrorMessage = "ListenerId is required.")]
[JsonProperty(PropertyName = "listenerId")]
public string ListenerId { get; set; }
Property Value
Type Description
string

The OCID of the load balancer listener.

Remarks

Required

LoadBalancerId

Declaration
[Required(ErrorMessage = "LoadBalancerId is required.")]
[JsonProperty(PropertyName = "loadBalancerId")]
public string LoadBalancerId { get; set; }
Property Value
Type Description
string

The OCID of the listener's load balancer.

Remarks

Required

In this article
Back to top