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