GetTransitRouterMulticastDomainAssociationsPlainArgs

data class GetTransitRouterMulticastDomainAssociationsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val resourceId: String? = null, val resourceType: String? = null, val status: String? = null, val transitRouterAttachmentId: String? = null, val transitRouterMulticastDomainId: String, val vswitchId: String? = null) : ConvertibleToJava<GetTransitRouterMulticastDomainAssociationsPlainArgs>

A collection of arguments for invoking getTransitRouterMulticastDomainAssociations.

Constructors

constructor(ids: List<String>? = null, outputFile: String? = null, resourceId: String? = null, resourceType: String? = null, status: String? = null, transitRouterAttachmentId: String? = null, transitRouterMulticastDomainId: String, vswitchId: String? = null)

Properties

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

A list of Transit Router Multicast Domain 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 resourceId: String? = null

The ID of the resource associated with the multicast domain.

Link copied to clipboard
val resourceType: String? = null

The type of resource associated with the multicast domain. Valid Value: VPC.

Link copied to clipboard
val status: String? = null

The status of the associated resource. Valid Value: Associated, Associating, Dissociating.

Link copied to clipboard

The ID of the network instance connection.

Link copied to clipboard

The ID of the multicast domain.

Link copied to clipboard
val vswitchId: String? = null

The ID of the vSwitch.

Functions

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