File tree 1 file changed +23
-0
lines changed
mmv1/products/networksecurity
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,26 @@ properties:
138
138
description : |-
139
139
User-provided description of the deployment group.
140
140
Used as additional context for the deployment group.
141
+ - name : locations
142
+ type : Array
143
+ is_set : true
144
+ description : |-
145
+ The list of locations where the deployment group is present.
146
+ output : true
147
+ item_type :
148
+ type : NestedObject
149
+ properties :
150
+ - name : location
151
+ type : String
152
+ description : |-
153
+ The cloud location, e.g. `us-central1-a` or `asia-south1-b`.
154
+ output : true
155
+ - name : state
156
+ type : String
157
+ description : |-
158
+ The current state of the association in this location.
159
+ Possible values:
160
+ STATE_UNSPECIFIED
161
+ ACTIVE
162
+ OUT_OF_SYNC
163
+ output : true
You can’t perform that action at this time.
0 commit comments