TransitRouterMulticastDomainMember

class TransitRouterMulticastDomainMember : KotlinCustomResource

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

NOTE: Available since v1.195.0.

Import

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

$ pulumi import alicloud:cen/transitRouterMulticastDomainMember:TransitRouterMulticastDomainMember example <transit_router_multicast_domain_id>:<group_ip_address>:<network_interface_id>

Properties

Link copied to clipboard
val dryRun: Output<Boolean>?

Specifies whether only to precheck the request.

Link copied to clipboard
val groupIpAddress: Output<String>

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: Output<String>
Link copied to clipboard

The ID of the ENI.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the Transit Router Multicast Domain Member.

Link copied to clipboard

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

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