Package com.oracle.bmc.core.requests
Enum ListDrgRouteRulesRequest.RouteType
- java.lang.Object
-
- java.lang.Enum<ListDrgRouteRulesRequest.RouteType>
-
- com.oracle.bmc.core.requests.ListDrgRouteRulesRequest.RouteType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListDrgRouteRulesRequest.RouteType>
- Enclosing class:
- ListDrgRouteRulesRequest
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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Static
public static final ListDrgRouteRulesRequest.RouteType Static
-
Dynamic
public static final ListDrgRouteRulesRequest.RouteType Dynamic
-
-
Method Detail
-
values
public static ListDrgRouteRulesRequest.RouteType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListDrgRouteRulesRequest.RouteType c : ListDrgRouteRulesRequest.RouteType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListDrgRouteRulesRequest.RouteType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListDrgRouteRulesRequest.RouteType create(String key)
-
-