GetTransitRouteTableAggregationsTransitRouteTableAggregation

data class GetTransitRouteTableAggregationsTransitRouteTableAggregation(val id: String, val routeType: String, val status: String, val transitRouteTableAggregationCidr: String, val transitRouteTableAggregationDescription: String, val transitRouteTableAggregationName: String, val transitRouteTableAggregationScope: String, val transitRouteTableId: String)

Constructors

constructor(id: String, routeType: String, status: String, transitRouteTableAggregationCidr: String, transitRouteTableAggregationDescription: String, transitRouteTableAggregationName: String, transitRouteTableAggregationScope: String, transitRouteTableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Transit Route Table Aggregation. It formats as <transit_route_table_id>:<transit_route_table_aggregation_cidr>.

Link copied to clipboard

The route type of the aggregate route.

Link copied to clipboard

The status of Transit Route Table Aggregation. Valid Values: AllConfigured, Configuring, ConfigFailed, PartialConfigured, Deleting.

Link copied to clipboard

The destination CIDR block of the aggregate route.

Link copied to clipboard

The description of the aggregate route.

Link copied to clipboard

The name of the aggregate route.

Link copied to clipboard

The scope of networks that you want to advertise the aggregate route.

Link copied to clipboard

The ID of the route table of the Enterprise Edition transit router.