Skip to content

Commit 7181d98

Browse files
authored
Multicast domain group (#15899)
1 parent 74d86d6 commit 7181d98

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

mmv1/products/networkservices/MulticastDomainGroup.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
---
1515
name: MulticastDomainGroup
1616
description: Create a multicast domain group in the current project.
17+
references:
18+
guides:
19+
'Create Multicast Domain Group': 'https://docs.cloud.google.com/vpc/docs/multicast/create-domains#create-domain-group'
20+
api: 'https://docs.cloud.google.com/vpc/docs/multicast/reference/rest/v1/projects.locations.multicastDomainGroups'
1721
base_url: projects/{{project}}/locations/{{location}}/multicastDomainGroups
1822
update_mask: true
1923
self_link:
@@ -72,7 +76,7 @@ parameters:
7276
properties:
7377
- name: createTime
7478
type: String
75-
description: '[Output only] The timestamp when the multicast domain group was created.'
79+
description: 'The timestamp when the multicast domain group was created.'
7680
output: true
7781
- name: description
7882
type: String
@@ -83,7 +87,7 @@ properties:
8387
- name: multicastDomains
8488
type: Array
8589
description: |-
86-
[Output only] Multicast domains associated with the group.
90+
Multicast domains associated with the group.
8791
There can be at most 2 multicast domains in a group.
8892
output: true
8993
item_type:
@@ -112,17 +116,18 @@ properties:
112116
UPDATING
113117
UPDATE_FAILED
114118
INACTIVE
119+
output: true
115120
- name: uniqueId
116121
type: String
117122
description: |-
118-
[Output only] The Google-generated UUID for the resource. This value is
123+
The Google-generated UUID for the resource. This value is
119124
unique across all multicast domain group resources. If a domain is deleted
120125
and another with the same name is created, the new domain is assigned a
121126
different unique_id.
122127
output: true
123128
- name: updateTime
124129
type: String
125130
description: |-
126-
[Output only] The timestamp when the multicast domain group was most
131+
The timestamp when the multicast domain group was most
127132
recently updated.
128133
output: true

mmv1/third_party/terraform/services/networkservices/resource_network_services_multicast_domain_group_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)