GetTransitRouterMulticastDomainAssociationsAssociation

data class GetTransitRouterMulticastDomainAssociationsAssociation(val id: String, val resourceId: String, val resourceOwnerId: Int, val resourceType: String, val status: String, val transitRouterAttachmentId: String, val transitRouterMulticastDomainId: String, val vswitchId: String)

Constructors

constructor(id: String, resourceId: String, resourceOwnerId: Int, resourceType: String, status: String, transitRouterAttachmentId: String, transitRouterMulticastDomainId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Transit Router Multicast Domain Association. It formats as <transit_router_multicast_domain_id>:<transit_router_attachment_id>:<vswitch_id>.

Link copied to clipboard

The ID of the resource associated with the multicast domain.

Link copied to clipboard

The ID of the Alibaba Cloud account to which the resource associated with the multicast domain belongs.

Link copied to clipboard

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

Link copied to clipboard

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

The ID of the vSwitch.