You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"associations": [ # 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
+
"name": "A String", # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
"associations": [ # 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
+
"name": "A String", # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
"associations": [ # 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
+
"name": "A String", # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
"associations": [ # 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
+
"name": "A String", # Output only. The resource name of the MirroringEndpointGroupAssociation. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociation}
"description": "Output only. [Output only] Create time stamp",
7080
7088
"format": "google-datetime",
@@ -7207,6 +7215,46 @@
7207
7215
},
7208
7216
"type": "object"
7209
7217
},
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."
0 commit comments