Since: API level 17
public static final enum

FirewallRule.Status

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.net.firewall.FirewallRule.Status

Class Overview

This constant is used to indicate the status of the rule, the status is related with the state of the rule in the iptables.

Since
API level 17
MDM 5.5

Summary

Enum Values
FirewallRule.Status  DISABLED  Indicates that the rule is not applied in the iptables and it is not being enforced at this moment. 
FirewallRule.Status  ENABLED  Indicates that the rule is already applied in the iptables and is being enforced in the device. 
FirewallRule.Status  PENDING  Indicates that the rule is in the enqueued to be applied in the iptables. 
Public Methods
static FirewallRule.Status valueOf(String name)
final static Status[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FirewallRule.Status DISABLED

Since: API level

Indicates that the rule is not applied in the iptables and it is not being enforced at this moment.

Since
API level 17
MDM 5.5

public static final FirewallRule.Status ENABLED

Since: API level

Indicates that the rule is already applied in the iptables and is being enforced in the device.

Since
API level 17
MDM 5.5

public static final FirewallRule.Status PENDING

Since: API level

Indicates that the rule is in the enqueued to be applied in the iptables. The Status will be changed to ENABLED soon.

Since
API level 17
MDM 5.5

Public Methods

public static FirewallRule.Status valueOf (String name)

Since: API level 28

public static final Status[] values ()

Since: API level 28