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