public static class SecureAccessControlRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecureAccessControlRule |
build() |
SecureAccessControlRule.Builder |
copy(SecureAccessControlRule model) |
SecureAccessControlRule.Builder |
ipNotation(IpNotationType ipNotation)
The type of IP notation.
|
SecureAccessControlRule.Builder |
value(String value)
The associated value of the selected IP notation.
|
SecureAccessControlRule.Builder |
vcnIps(String vcnIps)
A comma-separated IP or CIDR address for VCN OCID IP notation selection.
|
public SecureAccessControlRule.Builder ipNotation(IpNotationType ipNotation)
The type of IP notation.
ipNotation
- the value to setpublic SecureAccessControlRule.Builder value(String value)
The associated value of the selected IP notation.
value
- the value to setpublic SecureAccessControlRule.Builder vcnIps(String vcnIps)
A comma-separated IP or CIDR address for VCN OCID IP notation selection.
vcnIps
- the value to setpublic SecureAccessControlRule build()
public SecureAccessControlRule.Builder copy(SecureAccessControlRule model)
Copyright © 2016–2024. All rights reserved.