TransitRouterMulticastDomainSourceArgs

data class TransitRouterMulticastDomainSourceArgs(val groupIpAddress: Output<String>? = null, val networkInterfaceId: Output<String>? = null, val transitRouterMulticastDomainId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<TransitRouterMulticastDomainSourceArgs>

Provides a Cen Transit Router Multicast Domain Source resource. For information about Cen Transit Router Multicast Domain Source and how to use it, see What is Transit Router Multicast Domain Source.

NOTE: Available since v1.195.0.

Import

Cen Transit Router Multicast Domain Source can be imported using the id, e.g.

$ pulumi import alicloud:cen/transitRouterMulticastDomainSource:TransitRouterMulticastDomainSource example <transit_router_multicast_domain_id>:<group_ip_address>:<network_interface_id>

Constructors

Link copied to clipboard
fun TransitRouterMulticastDomainSourceArgs(groupIpAddress: Output<String>? = null, networkInterfaceId: Output<String>? = null, transitRouterMulticastDomainId: Output<String>? = null, vpcId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val groupIpAddress: Output<String>? = null

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 networkInterfaceId: Output<String>? = null

ENI ID of the multicast source.

Link copied to clipboard

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

Link copied to clipboard
val vpcId: Output<String>? = null

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