Skip to content

Commit 30cf18f

Browse files
authored
Add locations field to intercept endpoint group association. (#13370)
1 parent a47bdc5 commit 30cf18f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

mmv1/products/networksecurity/InterceptEndpointGroupAssociation.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ properties:
127127
The list of locations where the association is present. This information
128128
is retrieved from the linked endpoint group, and not configured as part
129129
of the association itself.
130+
deprecation_message: |-
131+
`locationsDetails` is deprecated and will be removed in a future major release. Use `locations` instead.
130132
min_version: 'beta'
131133
output: true
132134
item_type:
@@ -171,3 +173,30 @@ properties:
171173
See https://google.aip.dev/128.
172174
min_version: 'beta'
173175
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

0 commit comments

Comments
 (0)