Show / Hide Table of Contents

Class GetNatGatewayResult

Inheritance
System.Object
GetNatGatewayResult
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 GetNatGatewayResult

Fields

View Source

AllocationId

The Id of the EIP allocated to the selected Nat Gateway.

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

Filters

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

Id

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

NetworkInterfaceId

The Id of the ENI allocated to the selected Nat Gateway.

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

PrivateIp

The private Ip address of the selected Nat Gateway.

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

PublicIp

The public Ip (EIP) address of the selected Nat Gateway.

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

State

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

SubnetId

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

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.