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