GetTransitRouterVpnAttachmentsPlainArgs

data class GetTransitRouterVpnAttachmentsPlainArgs(val cenId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val transitRouterAttachmentId: String? = null, val transitRouterId: String? = null) : ConvertibleToJava<GetTransitRouterVpnAttachmentsPlainArgs>

A collection of arguments for invoking getTransitRouterVpnAttachments.

Constructors

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

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the Cloud Enterprise Network (CEN) instance.

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

A list of Transit Router Vpn Attachment IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Group Metric Rule name.

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 Transit Router Vpn Attachment. Valid Value: Attached, Attaching, Detaching.

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

The tag of the resource

Link copied to clipboard

The ID of the VPN attachment.

Link copied to clipboard
val transitRouterId: String? = null

The ID of the transit router.

Functions

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