GetTransitRouterPrefixListAssociationsPlainArgs

data class GetTransitRouterPrefixListAssociationsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val ownerUid: Int? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val prefixListId: String? = null, val status: String? = null, val transitRouterId: String, val transitRouterTableId: String) : ConvertibleToJava<GetTransitRouterPrefixListAssociationsPlainArgs>

A collection of arguments for invoking getTransitRouterPrefixListAssociations.

Constructors

constructor(ids: List<String>? = null, outputFile: String? = null, ownerUid: Int? = null, pageNumber: Int? = null, pageSize: Int? = null, prefixListId: String? = null, status: String? = null, transitRouterId: String, transitRouterTableId: String)

Properties

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

A list of Cen Transit Router Prefix List 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 ownerUid: Int? = null

The ID of the Alibaba Cloud account to which the prefix list belongs.

Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val prefixListId: String? = null

The ID of the prefix list.

Link copied to clipboard
val status: String? = null

The status of the prefix list. Valid Value: Active, Updating.

Link copied to clipboard

The ID of the transit router.

Link copied to clipboard

The ID of the route table of the transit router.

Functions

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