Uses of Class
com.oracle.bmc.vnmonitoring.model.UpdateSecurityRuleDetails.DestinationType
-
Packages that use UpdateSecurityRuleDetails.DestinationType Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of UpdateSecurityRuleDetails.DestinationType in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return UpdateSecurityRuleDetails.DestinationType Modifier and Type Method Description static UpdateSecurityRuleDetails.DestinationType
UpdateSecurityRuleDetails.DestinationType. create(String key)
UpdateSecurityRuleDetails.DestinationType
UpdateSecurityRuleDetails. getDestinationType()
Type of destination for the rule.static UpdateSecurityRuleDetails.DestinationType
UpdateSecurityRuleDetails.DestinationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateSecurityRuleDetails.DestinationType[]
UpdateSecurityRuleDetails.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 UpdateSecurityRuleDetails.DestinationType Modifier and Type Method Description UpdateSecurityRuleDetails.Builder
UpdateSecurityRuleDetails.Builder. destinationType(UpdateSecurityRuleDetails.DestinationType destinationType)
Type of destination for the rule.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type UpdateSecurityRuleDetails.DestinationType Constructor Description UpdateSecurityRuleDetails(String description, String destination, UpdateSecurityRuleDetails.DestinationType destinationType, UpdateSecurityRuleDetails.Direction direction, IcmpOptions icmpOptions, String id, Boolean isStateless, String protocol, String source, UpdateSecurityRuleDetails.SourceType sourceType, TcpOptions tcpOptions, UdpOptions udpOptions)
Deprecated.
-