Show / Hide Table of Contents

Class GetRegionRouteEntriesEntryResult

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

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

NextHopId

ID of the next hop.

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

NextHopRegionId

ID of the region where the next hop is located.

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

NextHopType

Type of the next hop.

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

Type

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.