Uses of Class
com.oracle.bmc.dataflow.model.IpNotationType
-
Packages that use IpNotationType Package Description com.oracle.bmc.dataflow.model -
-
Uses of IpNotationType in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return IpNotationType Modifier and Type Method Description static IpNotationType
IpNotationType. create(String key)
IpNotationType
SecureAccessControlRule. getIpNotation()
The type of IP notation.static IpNotationType
IpNotationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IpNotationType[]
IpNotationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type IpNotationType Modifier and Type Method Description SecureAccessControlRule.Builder
SecureAccessControlRule.Builder. ipNotation(IpNotationType ipNotation)
The type of IP notation.Constructors in com.oracle.bmc.dataflow.model with parameters of type IpNotationType Constructor Description SecureAccessControlRule(IpNotationType ipNotation, String value, String vcnIps)
Deprecated.
-