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.
Constructors
Link copied to clipboard
fun GetVpcDhcpOptionsResult(arn: String, dhcpOptionsId: String, domainName: String, domainNameServers: List<String>, filters: List<GetVpcDhcpOptionsFilter>? = null, id: String, netbiosNameServers: List<String>, netbiosNodeType: String, ntpServers: List<String>, ownerId: String, tags: Map<String, String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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