Class NetworkFirewallHealthStatus
Response for network firewall health status.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class NetworkFirewallHealthStatus
Properties
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HealthStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| HealthStatus? | Overall health status of Network firewall |
Remarks
Required