Uses of Class
com.oracle.bmc.core.model.RouteRule.DestinationType
-
Packages that use RouteRule.DestinationType Package Description com.oracle.bmc.core.model -
-
Uses of RouteRule.DestinationType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return RouteRule.DestinationType Modifier and Type Method Description static RouteRule.DestinationType
RouteRule.DestinationType. create(String key)
RouteRule.DestinationType
RouteRule. getDestinationType()
Type of destination for the rule.static RouteRule.DestinationType
RouteRule.DestinationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouteRule.DestinationType[]
RouteRule.DestinationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type RouteRule.DestinationType Modifier and Type Method Description RouteRule.Builder
RouteRule.Builder. destinationType(RouteRule.DestinationType destinationType)
Type of destination for the rule.Constructors in com.oracle.bmc.core.model with parameters of type RouteRule.DestinationType Constructor Description RouteRule(String cidrBlock, String destination, RouteRule.DestinationType destinationType, String networkEntityId, String description, RouteRule.RouteType routeType)
Deprecated.
-