Class GetVpcDhcpOptionsResult
Inheritance
System.Object
GetVpcDhcpOptionsResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcDhcpOptionsResult
Fields
View SourceDhcpOptionsId
EC2 DHCP Options ID
Declaration
public readonly string DhcpOptionsId
Field Value
| Type | Description |
|---|---|
| System.String |
DomainName
The suffix domain name to used when resolving non Fully Qualified Domain Names. e.g. the search value in the /etc/resolv.conf file.
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
DomainNameServers
List of name servers.
Declaration
public readonly ImmutableArray<string> DomainNameServers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Filters
Declaration
public readonly ImmutableArray<GetVpcDhcpOptionsFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVpcDhcpOptionsFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NetbiosNameServers
List of NETBIOS name servers.
Declaration
public readonly ImmutableArray<string> NetbiosNameServers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NetbiosNodeType
The NetBIOS node type (1, 2, 4, or 8). For more information about these node types, see RFC 2132.
Declaration
public readonly string NetbiosNodeType
Field Value
| Type | Description |
|---|---|
| System.String |
NtpServers
List of NTP servers.
Declaration
public readonly ImmutableArray<string> NtpServers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OwnerId
The ID of the AWS account that owns the DHCP options set.
Declaration
public readonly string OwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the resource.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |