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

Fields

View Source

CidrBlock

The destination CIDR block of the route entry to query.

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

Conflicts

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

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

NextHopId

ID of the next hop.

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

NextHopType

Type of the next hop, including "Instance", "HaVip" and "RouterInterface".

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

OperationalMode

Whether to allow the route entry to be published or removed to or from CEN.

Declaration
public readonly bool OperationalMode
Field Value
Type Description
System.Boolean
View Source

PublishStatus

The publish status of the route entry in CEN, including "Published" and "NonPublished".

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

RouteTableId

ID of the route table of the VPC or VBR.

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

RouteType

Type of the route entry, including "System", "Custom" and "BGP".

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