Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data DnsServersOptionsModifyStructure = DnsServersOptionsModifyStructure' {}
- newDnsServersOptionsModifyStructure :: DnsServersOptionsModifyStructure
- dnsServersOptionsModifyStructure_customDnsServers :: Lens' DnsServersOptionsModifyStructure (Maybe [Text])
- dnsServersOptionsModifyStructure_enabled :: Lens' DnsServersOptionsModifyStructure (Maybe Bool)
Documentation
data DnsServersOptionsModifyStructure Source #
Information about the DNS server to be used.
See: newDnsServersOptionsModifyStructure
smart constructor.
DnsServersOptionsModifyStructure' | |
|
Instances
newDnsServersOptionsModifyStructure :: DnsServersOptionsModifyStructure Source #
Create a value of DnsServersOptionsModifyStructure
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:customDnsServers:DnsServersOptionsModifyStructure'
, dnsServersOptionsModifyStructure_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.
$sel:enabled:DnsServersOptionsModifyStructure'
, dnsServersOptionsModifyStructure_enabled
- Indicates whether DNS servers should be used. Specify False
to delete
the existing DNS servers.
dnsServersOptionsModifyStructure_customDnsServers :: Lens' DnsServersOptionsModifyStructure (Maybe [Text]) Source #
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_enabled :: Lens' DnsServersOptionsModifyStructure (Maybe Bool) Source #
Indicates whether DNS servers should be used. Specify False
to delete
the existing DNS servers.