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