File tree Expand file tree Collapse file tree 2 files changed +9
-21
lines changed
third_party/terraform/services/networkservices Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1414---
1515name : MulticastDomainGroup
1616description : 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'
1721base_url : projects/{{project}}/locations/{{location}}/multicastDomainGroups
1822update_mask : true
1923self_link :
@@ -72,7 +76,7 @@ parameters:
7276properties :
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
Original file line number Diff line number Diff line change 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-
181package networkservices_test
192
203import (
You can’t perform that action at this time.
0 commit comments