Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Whitelist.Builder |
addresses(List<String> addresses)
A set of IP addresses or CIDR notations to include in the whitelist.
|
Whitelist.Builder |
addressLists(List<String> addressLists)
A list of OCID
of IP address lists to include in the whitelist.
|
Whitelist |
build() |
Whitelist.Builder |
copy(Whitelist model) |
Whitelist.Builder |
name(String name)
The unique name of the whitelist.
|
public Whitelist.Builder name(String name)
The unique name of the whitelist.
name
- the value to setpublic Whitelist.Builder addresses(List<String> addresses)
A set of IP addresses or CIDR notations to include in the whitelist.
addresses
- the value to setpublic Whitelist.Builder addressLists(List<String> addressLists)
A list of OCID of IP address lists to include in the whitelist.
addressLists
- the value to setpublic Whitelist build()
public Whitelist.Builder copy(Whitelist model)
Copyright © 2016–2024. All rights reserved.