Class LoadBalancerListenerEndpoint
Defines the details required for a LOAD_BALANCER_LISTENER-type Endpoint.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class LoadBalancerListenerEndpoint : EndpointProperties
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