GetTransitRouterMulticastDomainAssociationsResult

data class GetTransitRouterMulticastDomainAssociationsResult(val associations: List<GetTransitRouterMulticastDomainAssociationsAssociation>, val id: String, val ids: List<String>, 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)

A collection of values returned by getTransitRouterMulticastDomainAssociations.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Cen Transit Router Multicast Domain Associations. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
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.

Link copied to clipboard
val status: String? = null

The status of the associated resource.

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.