Class DefaultVpcDhcpOptionsState
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 DefaultVpcDhcpOptionsState : ResourceArgs
Constructors
View SourceDefaultVpcDhcpOptionsState()
Declaration
public DefaultVpcDhcpOptionsState()
Properties
View SourceDomainName
Declaration
public Input<string> DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainNameServers
Declaration
public Input<string> DomainNameServers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetbiosNameServers
List of NETBIOS name servers.
Declaration
public InputList<string> NetbiosNameServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NetbiosNodeType
The NetBIOS node type (1, 2, 4, or 8). AWS recommends to specify 2 since broadcast and multicast are not supported in their network. For more information about these node types, see RFC 2132.
Declaration
public Input<string> NetbiosNodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NtpServers
Declaration
public Input<string> NtpServers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerId
The ID of the AWS account that owns the DHCP options set.
Declaration
public Input<string> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |