Show / Hide Table of Contents

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 Source

DhcpOptionsId

EC2 DHCP Options ID

Declaration
public readonly string DhcpOptionsId
Field Value
Type Description
System.String
View Source

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
View Source

DomainNameServers

List of name servers.

Declaration
public readonly ImmutableArray<string> DomainNameServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Filters

Declaration
public readonly ImmutableArray<GetVpcDhcpOptionsFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVpcDhcpOptionsFilterResult>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

NetbiosNameServers

List of NETBIOS name servers.

Declaration
public readonly ImmutableArray<string> NetbiosNameServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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
View Source

NtpServers

List of NTP servers.

Declaration
public readonly ImmutableArray<string> NtpServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

OwnerId

The ID of the AWS account that owns the DHCP options set.

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.