Class NetworkLoadBalancerHealthSummary
A health status summary for the specified network load balancer
Inherited Members
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class NetworkLoadBalancerHealthSummary
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 with which the health status is associated. |
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NetworkLoadBalancerHealthSummary.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
NetworkLoadBalancerHealthSummary.StatusEnum? | The overall health status of the network load balancer.
|
Remarks
Required