Skip to content

Commit 91c7e1c

Browse files
authored
Add locations field to mirroring deployment group. (#13367)
1 parent 37ee09c commit 91c7e1c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

mmv1/products/networksecurity/MirroringDeploymentGroup.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,26 @@ properties:
138138
description: |-
139139
User-provided description of the deployment group.
140140
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

0 commit comments

Comments
 (0)