alicloud_cen_transit_router_multicast_domain_peer_members
更新时间:
This data source provides Cen Transit Router Multicast Domain Peer Member available to the user. What is Transit Router Multicast Domain Peer Member
-> NOTE: Available since v1.195.0.
Example Usage
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
}
Argument Reference
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:- VPC: queries multicast resources by VPC.
- TR: queries multicast resources that are also deployed in a different region.
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 runningterraform plan
).
Attributes Reference
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
- Thekey
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.
文档内容是否对您有帮助?