#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DnsServersOptionsModifyStructure
Implementations
Appends an item to custom_dns_servers
.
To override the contents of this collection use set_custom_dns_servers
.
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.
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.
Indicates whether DNS servers should be used. Specify False
to delete the existing DNS servers.
Indicates whether DNS servers should be used. Specify False
to delete the existing DNS servers.
Consumes the builder and constructs a DnsServersOptionsModifyStructure
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more