Skip to content

Commit 6214b6f

Browse files
authored
Multicast consumer association documentation update (#15897)
1 parent 2bb5f61 commit 6214b6f

File tree

5 files changed

+10
-36
lines changed

5 files changed

+10
-36
lines changed

mmv1/products/networkservices/MulticastConsumerAssociation.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
name: MulticastConsumerAssociation
1616
description: Create a multicast consumer association in the specified location
1717
of the current project.
18+
references:
19+
guides:
20+
'Create Multicast Consumer Association': 'https://docs.cloud.google.com/vpc/docs/multicast/enable-consumer-network#add-consumer'
21+
api: 'https://docs.cloud.google.com/vpc/docs/multicast/reference/rest/v1/projects.locations.multicastConsumerAssociations'
1822
base_url: projects/{{project}}/locations/{{location}}/multicastConsumerAssociations
1923
update_mask: true
2024
self_link: projects/{{project}}/locations/{{location}}/multicastConsumerAssociations/{{multicast_consumer_association_id}}
@@ -82,7 +86,7 @@ properties:
8286
type: String
8387
description: |-
8488
The resource name of the multicast domain activation that is in the
85-
same zone as this multicast producer association.
89+
same zone as this multicast consumer association.
8690
Use the following format:
8791
// `projects/*/locations/*/multicastDomainActivations/*`.
8892
immutable: true

mmv1/products/networkservices/MulticastGroupRange.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
---
1515
name: MulticastGroupRange
1616
description: Create a multicast group range in the current project.
17+
references:
18+
guides:
19+
'Create Multicast Group Range': 'https://docs.cloud.google.com/vpc/docs/multicast/create-group-ranges#create_a_group_range'
20+
api: 'https://docs.cloud.google.com/vpc/docs/multicast/reference/rest/v1/projects.locations.multicastGroupRanges'
1721
base_url: projects/{{project}}/locations/{{location}}/multicastGroupRanges
1822
update_mask: true
1923
self_link: projects/{{project}}/locations/{{location}}/multicastGroupRanges/{{multicast_group_range_id}}

mmv1/products/networkservices/MulticastGroupRangeActivation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: Create a multicast group range activation in the specified location
1717
of the current project.
1818
references:
1919
guides:
20-
'Create Multicast Producer Association': 'https://docs.cloud.google.com/vpc/docs/multicast/create-group-ranges#activate_the_group_range'
20+
'Create Multicast Group Range Activation': 'https://docs.cloud.google.com/vpc/docs/multicast/create-group-ranges#activate_the_group_range'
2121
api: 'https://docs.cloud.google.com/vpc/docs/multicast/reference/rest/v1/projects.locations.multicastGroupRangeActivations'
2222
base_url: projects/{{project}}/locations/{{location}}/multicastGroupRangeActivations
2323
update_mask: true

mmv1/third_party/terraform/services/networkservices/resource_network_services_multicast_consumer_association_test.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
3-
4-
// ----------------------------------------------------------------------------
5-
//
6-
// *** AUTO GENERATED CODE *** Type: MMv1 ***
7-
//
8-
// ----------------------------------------------------------------------------
9-
//
10-
// This file is automatically generated by Magic Modules and manual
11-
// changes will be clobbered when the file is regenerated.
12-
//
13-
// Please read more about how to change this file in
14-
// .github/CONTRIBUTING.md.
15-
//
16-
// ----------------------------------------------------------------------------
17-
181
package networkservices_test
192

203
import (

mmv1/third_party/terraform/services/networkservices/resource_network_services_multicast_group_range_test.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
3-
4-
// ----------------------------------------------------------------------------
5-
//
6-
// *** AUTO GENERATED CODE *** Type: MMv1 ***
7-
//
8-
// ----------------------------------------------------------------------------
9-
//
10-
// This file is automatically generated by Magic Modules and manual
11-
// changes will be clobbered when the file is regenerated.
12-
//
13-
// Please read more about how to change this file in
14-
// .github/CONTRIBUTING.md.
15-
//
16-
// ----------------------------------------------------------------------------
17-
181
package networkservices_test
192

203
import (

0 commit comments

Comments
 (0)