GetCoipPoolPlainArgs

data class GetCoipPoolPlainArgs(val filters: List<GetCoipPoolFilter>? = null, val localGatewayRouteTableId: String? = null, val poolId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCoipPoolPlainArgs>

A collection of arguments for invoking getCoipPool.

Constructors

Link copied to clipboard
constructor(filters: List<GetCoipPoolFilter>? = null, localGatewayRouteTableId: String? = null, poolId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Local Gateway Route Table Id assigned to desired COIP Pool

Link copied to clipboard
val poolId: String? = null

ID of the specific COIP Pool to retrieve.

Link copied to clipboard
val tags: Map<String, String>? = null

Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Functions

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