public static enum ListDrgRouteRulesRequest.RouteType extends Enum<ListDrgRouteRulesRequest.RouteType> implements BmcEnum
Static routes are specified through the DRG route table API. Dynamic routes are learned by the DRG from the DRG attachments through various routing protocols.
Modifier and Type | Method and Description |
---|---|
static ListDrgRouteRulesRequest.RouteType |
create(String key) |
String |
getValue() |
static ListDrgRouteRulesRequest.RouteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDrgRouteRulesRequest.RouteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDrgRouteRulesRequest.RouteType Static
public static final ListDrgRouteRulesRequest.RouteType Dynamic
public static ListDrgRouteRulesRequest.RouteType[] values()
for (ListDrgRouteRulesRequest.RouteType c : ListDrgRouteRulesRequest.RouteType.values()) System.out.println(c);
public static ListDrgRouteRulesRequest.RouteType 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 static ListDrgRouteRulesRequest.RouteType create(String key)
Copyright © 2016–2025. All rights reserved.