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
Copy file name to clipboardExpand all lines: mongodbatlas/private_endpoints.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,8 @@ type InterfaceEndpointConnection struct {
71
71
PrivateEndpointResourceIDstring`json:"privateEndpointResourceId,omitempty"`// Unique identifier of the private endpoint.
72
72
DeleteRequested*bool`json:"deleteRequested,omitempty"`// Indicates if Atlas received a request to remove the interface endpoint from the private endpoint connection.
73
73
ErrorMessagestring`json:"errorMessage,omitempty"`// Error message pertaining to the interface endpoint. Returns null if there are no errors.
74
-
ConnectionStatusstring`json:"connectionStatus,omitempty"`// Status of the interface endpoint: NONE, PENDING_ACCEPTANCE, PENDING, AVAILABLE, REJECTED, DELETING.
74
+
AWSConnectionStatusstring`json:"connectionStatus,omitempty"`// Status of the interface endpoint: NONE, PENDING_ACCEPTANCE, PENDING, AVAILABLE, REJECTED, DELETING.
75
+
AzureStatusstring`json:"status,omitempty"`// Status of the interface endpoint AZURE: INITIATING, AVAILABLE, FAILED, DELETING.
0 commit comments