File tree 1 file changed +29
-0
lines changed
mmv1/products/networksecurity
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ properties:
127
127
The list of locations where the association is present. This information
128
128
is retrieved from the linked endpoint group, and not configured as part
129
129
of the association itself.
130
+ deprecation_message : |-
131
+ `locationsDetails` is deprecated and will be removed in a future major release. Use `locations` instead.
130
132
min_version : ' beta'
131
133
output : true
132
134
item_type :
@@ -171,3 +173,30 @@ properties:
171
173
See https://google.aip.dev/128.
172
174
min_version : ' beta'
173
175
output : true
176
+ - name : locations
177
+ type : Array
178
+ is_set : true
179
+ description : |-
180
+ The list of locations where the association is configured. This information
181
+ is retrieved from the linked endpoint group.
182
+ min_version : ' beta'
183
+ output : true
184
+ item_type :
185
+ type : NestedObject
186
+ properties :
187
+ - name : location
188
+ type : String
189
+ description : |-
190
+ The cloud location, e.g. `us-central1-a` or `asia-south1-b`.
191
+ min_version : ' beta'
192
+ output : true
193
+ - name : state
194
+ type : String
195
+ description : |-
196
+ The current state of the association in this location.
197
+ Possible values:
198
+ STATE_UNSPECIFIED
199
+ ACTIVE
200
+ OUT_OF_SYNC
201
+ min_version : ' beta'
202
+ output : true
You can’t perform that action at this time.
0 commit comments