Class BackendSetHealth
The health status details for a backend set.
This object does not explicitly enumerate backend servers with a status of OK. However, the backend sets are included in the
totalBackendCount sum.
Inherited Members
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class BackendSetHealthProperties
CriticalStateBackendNames
Declaration
[Required(ErrorMessage = "CriticalStateBackendNames is required.")]
[JsonProperty(PropertyName = "criticalStateBackendNames")]
public List<string> CriticalStateBackendNames { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of backend servers that are currently in the  | 
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BackendSetHealth.StatusEnum? Status { get; set; }Property Value
| Type | Description | 
|---|---|
| BackendSetHealth.StatusEnum? | Overall health status of the backend set.
 
 | 
Remarks
Required
TotalBackendCount
Declaration
[Required(ErrorMessage = "TotalBackendCount is required.")]
[JsonProperty(PropertyName = "totalBackendCount")]
public int? TotalBackendCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The total number of backend servers in this backend set.
 | 
Remarks
Required
UnknownStateBackendNames
Declaration
[Required(ErrorMessage = "UnknownStateBackendNames is required.")]
[JsonProperty(PropertyName = "unknownStateBackendNames")]
public List<string> UnknownStateBackendNames { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of backend servers that are currently in the  | 
Remarks
Required
WarningStateBackendNames
Declaration
[Required(ErrorMessage = "WarningStateBackendNames is required.")]
[JsonProperty(PropertyName = "warningStateBackendNames")]
public List<string> WarningStateBackendNames { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of backend servers that are currently in the  | 
Remarks
Required