Uses of Class
com.oracle.bmc.vnmonitoring.model.RouteRule.RouteType
-
Packages that use RouteRule.RouteType Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of RouteRule.RouteType in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return RouteRule.RouteType Modifier and Type Method Description static RouteRule.RouteType
RouteRule.RouteType. create(String key)
RouteRule.RouteType
RouteRule. getRouteType()
A route rule can be STATIC if manually added to the route table, LOCAL if added by OCI to the route table.static RouteRule.RouteType
RouteRule.RouteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouteRule.RouteType[]
RouteRule.RouteType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type RouteRule.RouteType Modifier and Type Method Description RouteRule.Builder
RouteRule.Builder. routeType(RouteRule.RouteType routeType)
A route rule can be STATIC if manually added to the route table, LOCAL if added by OCI to the route table.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type RouteRule.RouteType Constructor Description RouteRule(String cidrBlock, String destination, RouteRule.DestinationType destinationType, String networkEntityId, String description, RouteRule.RouteType routeType)
Deprecated.
-