File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
src/resources/network-interconnects Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1780
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4d23d05052d02bb368fe9c777172efa371c6be9d1855f3851d42f89c05b57370 .yml
3
- openapi_spec_hash : 57e8b58a5c0f3ffa1dfb7a9e68486641
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e11ecd82283dd3f7b3656cad55808ac97ed1580774b39d374ad31e8177dd90d1 .yml
3
+ openapi_spec_hash : 7164ecdc98d777ab3e0fcff08126b34a
4
4
config_hash : d0e248ca79b5e8c02f412a9f5cbf5fc5
Original file line number Diff line number Diff line change @@ -174,6 +174,11 @@ export namespace InterconnectCreateResponse {
174
174
type : string ;
175
175
176
176
owner ?: string ;
177
+
178
+ /**
179
+ * Bandwidth structure as visible through the customer-facing API.
180
+ */
181
+ speed ?: '50M' | '100M' | '200M' | '300M' | '400M' | '500M' | '1G' | '2G' | '5G' | '10G' | '20G' | '50G' ;
177
182
}
178
183
}
179
184
@@ -226,6 +231,11 @@ export namespace InterconnectListResponse {
226
231
type : string ;
227
232
228
233
owner ?: string ;
234
+
235
+ /**
236
+ * Bandwidth structure as visible through the customer-facing API.
237
+ */
238
+ speed ?: '50M' | '100M' | '200M' | '300M' | '400M' | '500M' | '1G' | '2G' | '5G' | '10G' | '20G' | '50G' ;
229
239
}
230
240
}
231
241
@@ -273,6 +283,11 @@ export namespace InterconnectGetResponse {
273
283
type : string ;
274
284
275
285
owner ?: string ;
286
+
287
+ /**
288
+ * Bandwidth structure as visible through the customer-facing API.
289
+ */
290
+ speed ?: '50M' | '100M' | '200M' | '300M' | '400M' | '500M' | '1G' | '2G' | '5G' | '10G' | '20G' | '50G' ;
276
291
}
277
292
}
278
293
You can’t perform that action at this time.
0 commit comments