File tree 1 file changed +74
-0
lines changed
mmv1/products/networksecurity
1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change @@ -128,3 +128,77 @@ properties:
128
128
description : |-
129
129
User-provided description of the endpoint group.
130
130
Used as additional context for the endpoint group.
131
+ - name : associations
132
+ type : Array
133
+ is_set : true
134
+ description : |-
135
+ List of associations to this endpoint group.
136
+ output : true
137
+ item_type :
138
+ type : NestedObject
139
+ properties :
140
+ - name : name
141
+ type : String
142
+ description : |-
143
+ The connected association's resource name, for example:
144
+ `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega`.
145
+ See https://google.aip.dev/124.
146
+ output : true
147
+ - name : network
148
+ type : String
149
+ description : |-
150
+ The associated network, for example:
151
+ projects/123456789/global/networks/my-network.
152
+ See https://google.aip.dev/124.
153
+ output : true
154
+ - name : state
155
+ type : String
156
+ description : |-
157
+ Most recent known state of the association.
158
+ Possible values:
159
+ STATE_UNSPECIFIED
160
+ ACTIVE
161
+ CREATING
162
+ DELETING
163
+ CLOSED
164
+ OUT_OF_SYNC
165
+ DELETE_FAILED
166
+ output : true
167
+ - name : connectedDeploymentGroups
168
+ type : Array
169
+ is_set : true
170
+ description : |-
171
+ List of details about the connected deployment groups to this endpoint
172
+ group.
173
+ output : true
174
+ item_type :
175
+ type : NestedObject
176
+ properties :
177
+ - name : name
178
+ type : String
179
+ description : |-
180
+ The connected deployment group's resource name, for example:
181
+ `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
182
+ See https://google.aip.dev/124.
183
+ output : true
184
+ - name : locations
185
+ type : Array
186
+ is_set : true
187
+ description : The list of locations where the deployment group is present.
188
+ output : true
189
+ item_type :
190
+ type : NestedObject
191
+ properties :
192
+ - name : location
193
+ type : String
194
+ description : The cloud location, e.g. `us-central1-a` or `asia-south1-b`.
195
+ output : true
196
+ - name : state
197
+ type : String
198
+ description : |-
199
+ The current state of the association in this location.
200
+ Possible values:
201
+ STATE_UNSPECIFIED
202
+ ACTIVE
203
+ OUT_OF_SYNC
204
+ output : true
You can’t perform that action at this time.
0 commit comments