Skip to content

Commit 0f2353d

Browse files
feat(networksecurity): update the api
#### networksecurity:v1beta1 The following keys were added: - schemas.MirroringEndpointGroup.properties.associations (Total Keys: 3) - schemas.MirroringEndpointGroupAssociationDetails (Total Keys: 8)
1 parent af466d7 commit 0f2353d

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

docs/dyn/networksecurity_v1beta1.projects.locations.mirroringEndpointGroups.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ <h3>Method Details</h3>
111111
The object takes the form of:
112112

113113
{ # Message describing MirroringEndpointGroup object.
114+
&quot;associations&quot;: [ # Output only. List of Mirroring Endpoint Group Associations that are associated to this endpoint group.
115+
{ # This is a subset of the MirroringEndpointGroupAssociation message, containing fields to be used by the consumer.
116+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
117+
&quot;network&quot;: &quot;A String&quot;, # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
118+
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the association.
119+
},
120+
],
114121
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
115122
&quot;labels&quot;: { # Optional. Labels as key value pairs
116123
&quot;a_key&quot;: &quot;A String&quot;,
@@ -204,6 +211,13 @@ <h3>Method Details</h3>
204211
An object of the form:
205212

206213
{ # Message describing MirroringEndpointGroup object.
214+
&quot;associations&quot;: [ # Output only. List of Mirroring Endpoint Group Associations that are associated to this endpoint group.
215+
{ # This is a subset of the MirroringEndpointGroupAssociation message, containing fields to be used by the consumer.
216+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
217+
&quot;network&quot;: &quot;A String&quot;, # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
218+
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the association.
219+
},
220+
],
207221
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
208222
&quot;labels&quot;: { # Optional. Labels as key value pairs
209223
&quot;a_key&quot;: &quot;A String&quot;,
@@ -237,6 +251,13 @@ <h3>Method Details</h3>
237251
{ # Message for response to listing MirroringEndpointGroups
238252
&quot;mirroringEndpointGroups&quot;: [ # The list of MirroringEndpointGroup
239253
{ # Message describing MirroringEndpointGroup object.
254+
&quot;associations&quot;: [ # Output only. List of Mirroring Endpoint Group Associations that are associated to this endpoint group.
255+
{ # This is a subset of the MirroringEndpointGroupAssociation message, containing fields to be used by the consumer.
256+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
257+
&quot;network&quot;: &quot;A String&quot;, # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
258+
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the association.
259+
},
260+
],
240261
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
241262
&quot;labels&quot;: { # Optional. Labels as key value pairs
242263
&quot;a_key&quot;: &quot;A String&quot;,
@@ -276,6 +297,13 @@ <h3>Method Details</h3>
276297
The object takes the form of:
277298

278299
{ # Message describing MirroringEndpointGroup object.
300+
&quot;associations&quot;: [ # Output only. List of Mirroring Endpoint Group Associations that are associated to this endpoint group.
301+
{ # This is a subset of the MirroringEndpointGroupAssociation message, containing fields to be used by the consumer.
302+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
303+
&quot;network&quot;: &quot;A String&quot;, # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
304+
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the association.
305+
},
306+
],
279307
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
280308
&quot;labels&quot;: { # Optional. Labels as key value pairs
281309
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4887,7 +4887,7 @@
48874887
}
48884888
}
48894889
},
4890-
"revision": "20250101",
4890+
"revision": "20250118",
48914891
"rootUrl": "https://networksecurity.googleapis.com/",
48924892
"schemas": {
48934893
"AddAddressGroupItemsRequest": {
@@ -7075,6 +7075,14 @@
70757075
"description": "Message describing MirroringEndpointGroup object.",
70767076
"id": "MirroringEndpointGroup",
70777077
"properties": {
7078+
"associations": {
7079+
"description": "Output only. List of Mirroring Endpoint Group Associations that are associated to this endpoint group.",
7080+
"items": {
7081+
"$ref": "MirroringEndpointGroupAssociationDetails"
7082+
},
7083+
"readOnly": true,
7084+
"type": "array"
7085+
},
70787086
"createTime": {
70797087
"description": "Output only. [Output only] Create time stamp",
70807088
"format": "google-datetime",
@@ -7207,6 +7215,46 @@
72077215
},
72087216
"type": "object"
72097217
},
7218+
"MirroringEndpointGroupAssociationDetails": {
7219+
"description": "This is a subset of the MirroringEndpointGroupAssociation message, containing fields to be used by the consumer.",
7220+
"id": "MirroringEndpointGroupAssociationDetails",
7221+
"properties": {
7222+
"name": {
7223+
"description": "Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}",
7224+
"readOnly": true,
7225+
"type": "string"
7226+
},
7227+
"network": {
7228+
"description": "Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.",
7229+
"readOnly": true,
7230+
"type": "string"
7231+
},
7232+
"state": {
7233+
"description": "Output only. Current state of the association.",
7234+
"enum": [
7235+
"STATE_UNSPECIFIED",
7236+
"ACTIVE",
7237+
"CREATING",
7238+
"DELETING",
7239+
"CLOSED",
7240+
"OUT_OF_SYNC",
7241+
"DELETE_FAILED"
7242+
],
7243+
"enumDescriptions": [
7244+
"Not set.",
7245+
"Ready.",
7246+
"Being created.",
7247+
"Being deleted.",
7248+
"Mirroring is disabled due to an operation on another resource.",
7249+
"The underlying data plane is out of sync with the association. The association is not expected to be usable. This state can result in undefined behavior. See the `locations_details` field for more details.",
7250+
"An attempt to delete the association has failed. This is a terminal state and the association is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the association."
7251+
],
7252+
"readOnly": true,
7253+
"type": "string"
7254+
}
7255+
},
7256+
"type": "object"
7257+
},
72107258
"MirroringEndpointGroupAssociationLocationDetails": {
72117259
"description": "Details about the association status in a specific cloud location.",
72127260
"id": "MirroringEndpointGroupAssociationLocationDetails",

0 commit comments

Comments
 (0)