Uses of Class
com.oracle.bmc.core.model.SecurityRule.DestinationType
-
Packages that use SecurityRule.DestinationType Package Description com.oracle.bmc.core.model -
-
Uses of SecurityRule.DestinationType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return SecurityRule.DestinationType Modifier and Type Method Description static SecurityRule.DestinationTypeSecurityRule.DestinationType. create(String key)SecurityRule.DestinationTypeSecurityRule. getDestinationType()Type of destination for the rule.static SecurityRule.DestinationTypeSecurityRule.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.core.model with parameters of type SecurityRule.DestinationType Modifier and Type Method Description SecurityRule.BuilderSecurityRule.Builder. destinationType(SecurityRule.DestinationType destinationType)Type of destination for the rule.Constructors in com.oracle.bmc.core.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.
-