Show / Hide Table of Contents

Class NetworkLoadBalancerEndpoint

Defines the details required for a NETWORK_LOAD_BALANCER-type Endpoint.

Inheritance
object
Endpoint
NetworkLoadBalancerEndpoint
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 NetworkLoadBalancerEndpoint : Endpoint

Properties

NetworkLoadBalancerId

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

The OCID of the network load balancer.

Remarks

Required

In this article
Back to top