Class GetNatGatewaysGatewayResult
Inheritance
System.Object
GetNatGatewaysGatewayResult
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.AliCloud.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNatGatewaysGatewayResult
Fields
View SourceCreationTime
Time of creation.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the NAT gateway.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
ForwardTableId
The forward table id.
Declaration
public readonly string ForwardTableId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the NAT gateway.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the NAT gateway.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SnatTableId
The snat table id.
Declaration
public readonly string SnatTableId
Field Value
| Type | Description |
|---|---|
| System.String |
Spec
The specification of the NAT gateway.
Declaration
public readonly string Spec
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the NAT gateway.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
The ID of the VPC.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |