public static interface DnsServersOptionsModifyStructure.Builder extends SdkPojo, CopyableBuilder<DnsServersOptionsModifyStructure.Builder,DnsServersOptionsModifyStructure>
Modifier and Type | Method and Description |
---|---|
DnsServersOptionsModifyStructure.Builder |
customDnsServers(Collection<String> customDnsServers)
The IPv4 address range, in CIDR notation, of the DNS servers to be used.
|
DnsServersOptionsModifyStructure.Builder |
customDnsServers(String... customDnsServers)
The IPv4 address range, in CIDR notation, of the DNS servers to be used.
|
DnsServersOptionsModifyStructure.Builder |
enabled(Boolean enabled)
Indicates whether DNS servers should be used.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DnsServersOptionsModifyStructure.Builder customDnsServers(Collection<String> customDnsServers)
The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.
customDnsServers
- The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS
servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the
existing values.DnsServersOptionsModifyStructure.Builder customDnsServers(String... customDnsServers)
The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.
customDnsServers
- The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS
servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the
existing values.DnsServersOptionsModifyStructure.Builder enabled(Boolean enabled)
Indicates whether DNS servers should be used. Specify False
to delete the existing DNS servers.
enabled
- Indicates whether DNS servers should be used. Specify False
to delete the existing DNS
servers.Copyright © 2019. All rights reserved.