Class NetworkLoadBalancerEndpoint
Defines the details required for a NETWORK_LOAD_BALANCER-type Endpoint.
Inherited Members
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