NetworkFirewallHealthStatus¶
-
class
oci.network_firewall.models.NetworkFirewallHealthStatus(**kwargs)¶ Bases:
objectResponse for network firewall health status.
Attributes
STATUS_CRITICALA constant which can be used with the status property of a NetworkFirewallHealthStatus. STATUS_OKA constant which can be used with the status property of a NetworkFirewallHealthStatus. STATUS_UNKNOWNA constant which can be used with the status property of a NetworkFirewallHealthStatus. STATUS_WARNINGA constant which can be used with the status property of a NetworkFirewallHealthStatus. status[Required] Gets the status of this NetworkFirewallHealthStatus. Methods
__init__(**kwargs)Initializes a new NetworkFirewallHealthStatus object with values from keyword arguments. -
STATUS_CRITICAL= 'CRITICAL'¶ A constant which can be used with the status property of a NetworkFirewallHealthStatus. This constant has a value of “CRITICAL”
-
STATUS_OK= 'OK'¶ A constant which can be used with the status property of a NetworkFirewallHealthStatus. This constant has a value of “OK”
-
STATUS_UNKNOWN= 'UNKNOWN'¶ A constant which can be used with the status property of a NetworkFirewallHealthStatus. This constant has a value of “UNKNOWN”
-
STATUS_WARNING= 'WARNING'¶ A constant which can be used with the status property of a NetworkFirewallHealthStatus. This constant has a value of “WARNING”
-
__init__(**kwargs)¶ Initializes a new NetworkFirewallHealthStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: status (str) – The value to assign to the status property of this NetworkFirewallHealthStatus. Allowed values for this property are: “CRITICAL”, “WARNING”, “OK”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
status¶ [Required] Gets the status of this NetworkFirewallHealthStatus. Overall health status of Network firewall
Allowed values for this property are: “CRITICAL”, “WARNING”, “OK”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this NetworkFirewallHealthStatus. Return type: str
-