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 SourceCidrBlock
The destination CIDR block of the route entry to query.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
NextHopId
ID of the next hop.
Declaration
public readonly string NextHopId
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopType
Type of the next hop, including "Instance", "HaVip" and "RouterInterface".
Declaration
public readonly string NextHopType
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
RouteTableId
ID of the route table of the VPC or VBR.
Declaration
public readonly string RouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
RouteType
Type of the route entry, including "System", "Custom" and "BGP".
Declaration
public readonly string RouteType
Field Value
| Type | Description |
|---|---|
| System.String |