GetTransitRouterMulticastDomainSourcesSource

data class GetTransitRouterMulticastDomainSourcesSource(val groupIpAddress: String, val id: String, val networkInterfaceId: String, val status: String, val transitRouterMulticastDomainId: String, val vpcId: String)

Constructors

constructor(groupIpAddress: String, id: String, networkInterfaceId: String, status: String, transitRouterMulticastDomainId: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address of the multicast group to which the multicast source belongs. Value range: 224.0.0.1 to 239.255.255.254. If the multicast group you specified does not exist in the current multicast domain, the system will automatically create a new multicast group for you.

Link copied to clipboard
val id: String

The id of the resource.

Link copied to clipboard

ENI ID of the multicast source.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

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

Link copied to clipboard

The VPC to which the ENI of the multicast source belongs. This field is mandatory for VPCs that is owned by another accounts.