GetTransitRouterMulticastDomainMembersMember

data class GetTransitRouterMulticastDomainMembersMember(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 member belongs. 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 in the current multicast domain.

Link copied to clipboard
val id: String

The key of the resource supplied above.The value is formulated as <transit_router_multicast_domain_id>:<group_ip_address>:<network_interface_id>.

Link copied to clipboard

The ID of the ENI.

Link copied to clipboard

The status of the resource

Link copied to clipboard

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

Link copied to clipboard

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