public static enum SnatServiceManager.Action extends Enum<SnatServiceManager.Action>
Enum Constant and Description |
---|
CNT_ROUTER_ALL_SWITCH_DISBL |
CNT_ROUTER_ALL_SWITCH_ENBL |
CNT_ROUTER_DISBL |
CNT_ROUTER_ENBL |
SNAT_ALL_SWITCH_DISBL |
SNAT_ALL_SWITCH_ENBL |
SNAT_ROUTER_DISBL |
SNAT_ROUTER_ENBL |
Modifier and Type | Method and Description |
---|---|
static SnatServiceManager.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnatServiceManager.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnatServiceManager.Action SNAT_ALL_SWITCH_ENBL
public static final SnatServiceManager.Action SNAT_ALL_SWITCH_DISBL
public static final SnatServiceManager.Action SNAT_ROUTER_ENBL
public static final SnatServiceManager.Action SNAT_ROUTER_DISBL
public static final SnatServiceManager.Action CNT_ROUTER_ALL_SWITCH_ENBL
public static final SnatServiceManager.Action CNT_ROUTER_ALL_SWITCH_DISBL
public static final SnatServiceManager.Action CNT_ROUTER_ENBL
public static final SnatServiceManager.Action CNT_ROUTER_DISBL
public static SnatServiceManager.Action[] values()
for (SnatServiceManager.Action c : SnatServiceManager.Action.values()) System.out.println(c);
public static SnatServiceManager.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 © 2019 OpenDaylight. All rights reserved.