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