public enum RouteTypeEnum extends Enum<RouteTypeEnum>
| Enum Constant and Description |
|---|
BLACK_HOLE |
CUSTOM |
HAVIP |
NAT |
SYSTEM |
TGW |
| Modifier and Type | Method and Description |
|---|---|
String |
getBvsValue() |
String |
getCsnValue() |
String |
getName() |
String |
getValue() |
static RouteTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteTypeEnum BLACK_HOLE
public static final RouteTypeEnum CUSTOM
public static final RouteTypeEnum SYSTEM
public static final RouteTypeEnum TGW
public static final RouteTypeEnum HAVIP
public static final RouteTypeEnum NAT
public static RouteTypeEnum[] values()
for (RouteTypeEnum c : RouteTypeEnum.values()) System.out.println(c);
public static RouteTypeEnum 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 nullpublic String getValue()
public String getName()
public String getBvsValue()
public String getCsnValue()
Copyright © 2025. All rights reserved.