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 IpNotationTypeIpNotationType. create(String key)IpNotationTypeSecureAccessControlRule. getIpNotation()The type of IP notation.static IpNotationTypeIpNotationType. 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.BuilderSecureAccessControlRule.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.
-