GetTransitRouterMulticastDomainPeerMembersPlainArgs

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

A collection of arguments for invoking getTransitRouterMulticastDomainPeerMembers.

Constructors

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

Properties

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

A list of Cen Transit Router Multicast Domain Peer Member 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

The IDs of the inter-region multicast domains.

Link copied to clipboard
val resourceId: String? = null

The ID of the resource associated with the multicast resource.

Link copied to clipboard
val resourceType: String? = null

The type of the multicast resource. Valid values:

Link copied to clipboard

The ID of the network instance connection.

Link copied to clipboard

The ID of the multicast domain to which the multicast member belongs.

Functions

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