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 SourceCidrBlock
The destination CIDR block of the route entry.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopId
ID of the next hop.
Declaration
public readonly string NextHopId
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopRegionId
ID of the region where the next hop is located.
Declaration
public readonly string NextHopRegionId
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopType
Type of the next hop.
Declaration
public readonly string NextHopType
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type of the route entry.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |