Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgRouteRule.DestinationType
-
Packages that use DrgRouteRule.DestinationType Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgRouteRule.DestinationType in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DrgRouteRule.DestinationType Modifier and Type Method Description static DrgRouteRule.DestinationType
DrgRouteRule.DestinationType. create(String key)
DrgRouteRule.DestinationType
DrgRouteRule. getDestinationType()
The type of destination for the rule.static DrgRouteRule.DestinationType
DrgRouteRule.DestinationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrgRouteRule.DestinationType[]
DrgRouteRule.DestinationType. 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 DrgRouteRule.DestinationType Modifier and Type Method Description DrgRouteRule.Builder
DrgRouteRule.Builder. destinationType(DrgRouteRule.DestinationType destinationType)
The type of destination for the rule.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DrgRouteRule.DestinationType Constructor Description DrgRouteRule(String destination, DrgRouteRule.DestinationType destinationType, String nextHopDrgAttachmentId, DrgRouteRule.RouteType routeType, Boolean isConflict, Boolean isBlackhole, String id, DrgRouteRule.RouteProvenance routeProvenance, Object attributes)
Deprecated.
-