Uses of Class
com.oracle.bmc.dataflow.model.SecureAccessControlRule.Builder
-
Packages that use SecureAccessControlRule.Builder Package Description com.oracle.bmc.dataflow.model -
-
Uses of SecureAccessControlRule.Builder in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return SecureAccessControlRule.Builder Modifier and Type Method Description static SecureAccessControlRule.Builder
SecureAccessControlRule. builder()
Create a new builder.SecureAccessControlRule.Builder
SecureAccessControlRule.Builder. copy(SecureAccessControlRule model)
SecureAccessControlRule.Builder
SecureAccessControlRule.Builder. ipNotation(IpNotationType ipNotation)
The type of IP notation.SecureAccessControlRule.Builder
SecureAccessControlRule. toBuilder()
SecureAccessControlRule.Builder
SecureAccessControlRule.Builder. value(String value)
The associated value of the selected IP notation.SecureAccessControlRule.Builder
SecureAccessControlRule.Builder. vcnIps(String vcnIps)
A comma-separated IP or CIDR address for VCN OCID IP notation selection.
-