Get Vpc Dhcp Options Result
data class GetVpcDhcpOptionsResult(val arn: String, val dhcpOptionsId: String, val domainName: String, val domainNameServers: List<String>, val filters: List<GetVpcDhcpOptionsFilter>? = null, val id: String, val netbiosNameServers: List<String>, val netbiosNodeType: String, val ntpServers: List<String>, val ownerId: String, val tags: Map<String, String>)
A collection of values returned by getVpcDhcpOptions.
Properties
Link copied to clipboard
EC2 DHCP Options ID
Link copied to clipboard
Suffix domain name to used when resolving non Fully Qualified Domain NamesE.g., the search
value in the /etc/resolv.conf
file.
Link copied to clipboard
List of name servers.
Link copied to clipboard
Link copied to clipboard
List of NETBIOS name servers.
Link copied to clipboard
NetBIOS node type (1, 2, 4, or 8). For more information about these node types, see RFC 2132.
Link copied to clipboard
List of NTP servers.