GetTransitRouterRouteTableAssociationsPlainArgs

data class GetTransitRouterRouteTableAssociationsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null, val transitRouterAttachmentId: String? = null, val transitRouterAttachmentResourceId: String? = null, val transitRouterAttachmentResourceType: String? = null, val transitRouterRouteTableId: String? = null) : ConvertibleToJava<GetTransitRouterRouteTableAssociationsPlainArgs>

A collection of arguments for invoking getTransitRouterRouteTableAssociations.

Constructors

constructor(ids: List<String>? = null, outputFile: String? = null, status: String? = null, transitRouterAttachmentId: String? = null, transitRouterAttachmentResourceId: String? = null, transitRouterAttachmentResourceType: String? = null, transitRouterRouteTableId: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of CEN Transit Router Route Table Association IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the route table, including Active, Associating, Dissociating.

Link copied to clipboard

The ID of the network instance connection.

Link copied to clipboard

The ID of the next hop.

Link copied to clipboard

The type of next hop. Valid values:

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetTransitRouterRouteTableAssociationsPlainArgs