Show / Hide Table of Contents

Class GetRouteEntriesResult

Inheritance
System.Object
GetRouteEntriesResult
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRouteEntriesResult

Fields

View Source

CidrBlock

The destination CIDR block of the route entry.

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

Entries

A list of Route Entries. Each element contains the following attributes:

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

Id

The provider-assigned unique ID for this managed resource.

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

InstanceId

The instance ID of the next hop.

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

OutputFile

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

RouteTableId

The ID of the router table to which the route entry belongs.

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

Type

The type of the route entry.

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