Show / Hide Table of Contents

Class NetworkFirewallHealthStatus

Response for network firewall health status.

Inheritance
object
NetworkFirewallHealthStatus
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top