Show / Hide Table of Contents

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 Source

CreationTime

Time of creation.

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

Description

The description of the NAT gateway.

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

ForwardTableId

The forward table id.

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

Id

The ID of the NAT gateway.

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

Name

Name of the NAT gateway.

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

SnatTableId

The snat table id.

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

Spec

The specification of the NAT gateway.

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

Status

The status of the NAT gateway.

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

VpcId

The ID of the VPC.

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