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: openapi/v1-deprecated/v1.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45818,8 +45818,8 @@
45818
45818
"properties": {
45819
45819
"cloudProvider": {
45820
45820
"type": "string",
45821
-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
45822
-
"enum": ["AWS", "AZURE"]
45821
+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster.",
45822
+
"enum": ["AWS", "AZURE", "GCP"]
45823
45823
}
45824
45824
},
45825
45825
"description": "Settings to configure the region where you wish to store your archived data.",
Copy file name to clipboardExpand all lines: openapi/v1-deprecated/v1.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48485,10 +48485,11 @@
48485
48485
"properties": {
48486
48486
"cloudProvider": {
48487
48487
"type": "string",
48488
-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
48488
+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster.",
0 commit comments