GetTransitRouterVbrAttachmentsPlainArgs

data class GetTransitRouterVbrAttachmentsPlainArgs(val cenId: String, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null, val transitRouterId: String? = null) : ConvertibleToJava<GetTransitRouterVbrAttachmentsPlainArgs>

A collection of arguments for invoking getTransitRouterVbrAttachments.

Constructors

Link copied to clipboard
constructor(cenId: String, ids: List<String>? = null, outputFile: String? = null, status: String? = null, transitRouterId: String? = null)

Properties

Link copied to clipboard

ID of the CEN instance.

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

A list of resource id. The element value is same as transit_router_id.

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 resource. Valid values Attached, Attaching and Detaching.

Link copied to clipboard
val transitRouterId: String? = null

ID of the transit router.

Functions

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