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 SourceCidrBlock
The destination CIDR block of the route entry.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
The instance ID of the next hop.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopType
The type of the next hop.
Declaration
public readonly string NextHopType
Field Value
| Type | Description |
|---|---|
| System.String |
RouteTableId
The ID of the router table to which the route entry belongs.
Declaration
public readonly string RouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the route entry.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the route entry.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |