This data source provides Cen Transit Router Multicast Domain Peer Member available to the user. What is Transit Router Multicast Domain Peer Member
Basic Usage
data "alicloud_cen_transit_router_multicast_domain_peer_members" "default" {
transit_router_multicast_domain_id = "tr-mcast-domain-2d9oq455uk533zfrxx"
}
output "alicloud_cen_transit_router_multicast_domain_peer_member_example_id" {
value = data.alicloud_cen_transit_router_multicast_domain_peer_members.default.members.0.id
}
The following arguments are supported:
ids
- (Optional, ForceNew) A list of Cen Transit Router Multicast Domain Peer Member IDs.transit_router_multicast_domain_id
- (Required, ForceNew) The ID of the multicast domain to which the multicast member belongs.peer_transit_router_multicast_domains
- (Optional, ForceNew) The IDs of the inter-region multicast domains.resource_id
- (Optional, ForceNew) The ID of the resource associated with the multicast resource.resource_type
- (Optional, ForceNew) The type of the multicast resource. Valid values:
transit_router_attachment_id
- (Optional, ForceNew) The ID of the network instance connection.output_file
- (Optional) File name where to save data source results (after running terraform plan
).The following attributes are exported in addition to the arguments listed above:
members
- A list of Transit Router Multicast Domain Peer Member Entries. Each element contains the following attributes:
id
- The key
of the resource supplied above.The value is formulated as <transit_router_multicast_domain_id>:<group_ip_address>:<peer_transit_router_multicast_domain_id>
.group_ip_address
- The IP address of the multicast group to which the multicast member 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 in the current multicast domain.peer_transit_router_multicast_domain_id
- The multicast domain ID of the peer transit router.status
- The status of the resourcetransit_router_multicast_domain_id
- The ID of the multicast domain to which the multicast member belongs.