Show / Hide Table of Contents

Class GetRouteEntriesEntryResult

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

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

InstanceId

The instance ID of the next hop.

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

NextHopType

The type of the next hop.

Declaration
public readonly string NextHopType
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

Status

The status of the route entry.

Declaration
public readonly string Status
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.