Show / Hide Table of Contents

Class GetRouteTablesTableResult

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

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 route table instance.

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

Id

ID of the Route Table.

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

Name

Name of the route table.

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

RouterId

Router Id of the route table.

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

RouteTableType

The type of route table.

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