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 SourceAllocationId
The Id of the EIP allocated to the selected Nat Gateway.
Declaration
public readonly string AllocationId
Field Value
| Type | Description |
|---|---|
| System.String |
Filters
Declaration
public readonly ImmutableArray<GetNatGatewayFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNatGatewayFilterResult> |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkInterfaceId
The Id of the ENI allocated to the selected Nat Gateway.
Declaration
public readonly string NetworkInterfaceId
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
The private Ip address of the selected Nat Gateway.
Declaration
public readonly string PrivateIp
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIp
The public Ip (EIP) address of the selected Nat Gateway.
Declaration
public readonly string PublicIp
Field Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcId
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |