public static enum MatchingIpInterfacePolicy.Action extends Enum<MatchingIpInterfacePolicy.Action>
| Enum Constant and Description | 
|---|
DISABLE_COLLECTION  | 
DISABLE_SNMP_POLL  | 
DO_NOT_PERSIST  | 
ENABLE_COLLECTION  | 
ENABLE_SNMP_POLL  | 
MANAGE  | 
UNMANAGE  | 
| Modifier and Type | Method and Description | 
|---|---|
static MatchingIpInterfacePolicy.Action | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MatchingIpInterfacePolicy.Action[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MatchingIpInterfacePolicy.Action MANAGE
public static final MatchingIpInterfacePolicy.Action UNMANAGE
public static final MatchingIpInterfacePolicy.Action DO_NOT_PERSIST
public static final MatchingIpInterfacePolicy.Action ENABLE_SNMP_POLL
public static final MatchingIpInterfacePolicy.Action DISABLE_SNMP_POLL
public static final MatchingIpInterfacePolicy.Action ENABLE_COLLECTION
public static final MatchingIpInterfacePolicy.Action DISABLE_COLLECTION
public static MatchingIpInterfacePolicy.Action[] values()
for (MatchingIpInterfacePolicy.Action c : MatchingIpInterfacePolicy.Action.values()) System.out.println(c);
public static MatchingIpInterfacePolicy.Action valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.