Show / Hide Table of Contents

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 Source

CidrBlock

The destination CIDR block of the conflicted route entry.

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

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>
View Source

Id

The provider-assigned unique ID for this managed resource.

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

InstanceId

ID of the CEN child instance.

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

OutputFile

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

RouteTableId

ID of the route table.

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