Class GetRouteEntriesResult
Inheritance
System.Object
GetRouteEntriesResult
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRouteEntriesResult
Fields
View SourceCidrBlock
The destination CIDR block of the conflicted route entry.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
Entries
A list of CEN Route Entries. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetRouteEntriesEntryResult> Entries
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRouteEntriesEntryResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
ID of the CEN child instance.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
RouteTableId
ID of the route table.
Declaration
public readonly string RouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |