@pulumiverse/scaleway 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{appleSliconValleyServer.d.ts → appleSiliconServer.d.ts} +13 -13
- package/{appleSliconValleyServer.js → appleSiliconServer.js} +12 -12
- package/appleSiliconServer.js.map +1 -0
- package/blockSnapshot.d.ts +5 -1
- package/blockSnapshot.js +5 -1
- package/blockSnapshot.js.map +1 -1
- package/blockVolume.d.ts +19 -0
- package/blockVolume.js +19 -0
- package/blockVolume.js.map +1 -1
- package/container.d.ts +12 -0
- package/container.js +2 -0
- package/container.js.map +1 -1
- package/database.d.ts +17 -9
- package/database.js +11 -3
- package/database.js.map +1 -1
- package/databaseAcl.d.ts +14 -6
- package/databaseAcl.js +11 -3
- package/databaseAcl.js.map +1 -1
- package/databaseBackup.d.ts +21 -12
- package/databaseBackup.js +15 -6
- package/databaseBackup.js.map +1 -1
- package/databaseInstance.d.ts +47 -50
- package/databaseInstance.js +7 -7
- package/databaseInstance.js.map +1 -1
- package/databasePrivilege.d.ts +5 -5
- package/databasePrivilege.js +2 -2
- package/databaseReadReplica.d.ts +12 -12
- package/databaseReadReplica.js +3 -3
- package/databaseUser.d.ts +30 -22
- package/databaseUser.js +12 -4
- package/databaseUser.js.map +1 -1
- package/documentdbDatabase.d.ts +11 -4
- package/documentdbDatabase.js +8 -1
- package/documentdbDatabase.js.map +1 -1
- package/documentdbPrivateNetworkEndpoint.d.ts +51 -75
- package/documentdbPrivateNetworkEndpoint.js +27 -17
- package/documentdbPrivateNetworkEndpoint.js.map +1 -1
- package/documentdbPrivilege.d.ts +9 -2
- package/documentdbPrivilege.js +9 -2
- package/documentdbPrivilege.js.map +1 -1
- package/documentdbReadReplica.d.ts +8 -1
- package/documentdbReadReplica.js +8 -1
- package/documentdbReadReplica.js.map +1 -1
- package/documentdbUser.d.ts +8 -1
- package/documentdbUser.js +8 -1
- package/documentdbUser.js.map +1 -1
- package/domainRecord.d.ts +3 -3
- package/function.d.ts +15 -12
- package/function.js +2 -0
- package/function.js.map +1 -1
- package/functionTrigger.d.ts +16 -0
- package/functionTrigger.js +16 -0
- package/functionTrigger.js.map +1 -1
- package/getAccountSshKey.d.ts +8 -4
- package/getAccountSshKey.js.map +1 -1
- package/getBillingConsumptions.d.ts +21 -0
- package/getBillingConsumptions.js +6 -0
- package/getBillingConsumptions.js.map +1 -1
- package/getBillingInvoices.d.ts +2 -2
- package/getBillingInvoices.js +2 -2
- package/getBlockSnapshot.d.ts +58 -0
- package/getBlockSnapshot.js +28 -0
- package/getBlockSnapshot.js.map +1 -1
- package/getConfig.d.ts +22 -0
- package/getConfig.js +17 -0
- package/getConfig.js.map +1 -0
- package/getContainer.d.ts +4 -0
- package/getContainer.js.map +1 -1
- package/getDatabase.d.ts +2 -2
- package/getDatabase.js +2 -2
- package/getDatabaseAcl.d.ts +2 -2
- package/getDatabaseAcl.js +2 -2
- package/getDatabaseBackup.d.ts +8 -8
- package/getDatabaseInstance.d.ts +14 -10
- package/getDatabaseInstance.js +6 -2
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabasePrivilege.d.ts +4 -4
- package/getDatabasePrivilege.js +2 -2
- package/getFunction.d.ts +1 -0
- package/getFunction.js.map +1 -1
- package/getIamApiKey.d.ts +68 -0
- package/getIamApiKey.js +47 -0
- package/getIamApiKey.js.map +1 -0
- package/getIamApplication.d.ts +6 -6
- package/getIamGroup.d.ts +10 -8
- package/getIamGroup.js +6 -4
- package/getIamGroup.js.map +1 -1
- package/getIamSshKey.d.ts +8 -4
- package/getIamSshKey.js.map +1 -1
- package/getIamUser.d.ts +10 -8
- package/getIamUser.js +2 -4
- package/getIamUser.js.map +1 -1
- package/getIpamIp.d.ts +19 -15
- package/getIpamIp.js +8 -4
- package/getIpamIp.js.map +1 -1
- package/getIpamIps.d.ts +25 -21
- package/getIpamIps.js +6 -2
- package/getIpamIps.js.map +1 -1
- package/getLbAcls.d.ts +13 -9
- package/getLbAcls.js +4 -0
- package/getLbAcls.js.map +1 -1
- package/getLbBackend.d.ts +12 -10
- package/getLbBackend.js +6 -4
- package/getLbBackend.js.map +1 -1
- package/getLbBackends.d.ts +9 -5
- package/getLbBackends.js +4 -0
- package/getLbBackends.js.map +1 -1
- package/getLbFrontend.d.ts +10 -8
- package/getLbFrontend.js +6 -4
- package/getLbFrontend.js.map +1 -1
- package/getLbFrontends.d.ts +13 -9
- package/getLbFrontends.js +6 -2
- package/getLbFrontends.js.map +1 -1
- package/getLbIps.d.ts +42 -12
- package/getLbIps.js +16 -2
- package/getLbIps.js.map +1 -1
- package/getLbRoute.d.ts +8 -6
- package/getLbRoute.js +6 -4
- package/getLbRoute.js.map +1 -1
- package/getLbRoutes.d.ts +11 -7
- package/getLbRoutes.js +6 -2
- package/getLbRoutes.js.map +1 -1
- package/getLbs.d.ts +18 -14
- package/getLbs.js +4 -0
- package/getLbs.js.map +1 -1
- package/getLoadbalancer.d.ts +14 -10
- package/getLoadbalancer.js +4 -0
- package/getLoadbalancer.js.map +1 -1
- package/getLoadbalancerCertificate.d.ts +12 -12
- package/getLoadbalancerCertificate.js +6 -6
- package/getLoadbalancerIp.d.ts +14 -6
- package/getLoadbalancerIp.js +6 -2
- package/getLoadbalancerIp.js.map +1 -1
- package/getMarketplaceImage.d.ts +2 -2
- package/getMnqSqs.d.ts +7 -7
- package/getMnqSqs.js +2 -2
- package/getRedisCluster.d.ts +52 -6
- package/getRedisCluster.js +6 -2
- package/getRedisCluster.js.map +1 -1
- package/getRegistryImage.d.ts +6 -6
- package/getRegistryImage.js +2 -2
- package/getRegistryNamespace.d.ts +4 -4
- package/getVpc.d.ts +10 -10
- package/getVpcGatewayNetwork.d.ts +4 -32
- package/getVpcGatewayNetwork.js +2 -2
- package/getVpcGatewayNetwork.js.map +1 -1
- package/getVpcPrivateNetwork.d.ts +12 -12
- package/getVpcPrivateNetwork.js +2 -2
- package/getVpcPublicGateway.d.ts +8 -10
- package/getVpcPublicGateway.js +2 -2
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +2 -2
- package/getVpcPublicGatewayDhcp.js +2 -2
- package/getVpcPublicGatewayDhcpReservation.d.ts +12 -12
- package/getVpcPublicGatewayDhcpReservation.js +6 -6
- package/getVpcPublicGatewayIp.d.ts +4 -4
- package/getVpcPublicGatewayIp.js +4 -4
- package/getVpcPublicPatRule.d.ts +11 -11
- package/getVpcPublicPatRule.js +4 -4
- package/getVpcRoutes.d.ts +96 -0
- package/getVpcRoutes.js +32 -0
- package/getVpcRoutes.js.map +1 -0
- package/getVpcs.d.ts +11 -11
- package/iamApiKey.d.ts +44 -33
- package/iamApiKey.js +16 -2
- package/iamApiKey.js.map +1 -1
- package/iamApplication.d.ts +1 -1
- package/iamApplication.js +1 -1
- package/iamGroup.d.ts +1 -1
- package/iamGroup.js +1 -1
- package/iamGroupMembership.d.ts +4 -4
- package/iamGroupMembership.js +1 -1
- package/iamPolicy.d.ts +22 -22
- package/iamPolicy.js +1 -1
- package/iamSshKey.d.ts +1 -2
- package/iamSshKey.js +1 -2
- package/iamSshKey.js.map +1 -1
- package/iamUser.d.ts +10 -10
- package/index.d.ts +12 -3
- package/index.js +20 -11
- package/index.js.map +1 -1
- package/instanceServer.d.ts +3 -3
- package/iotHub.d.ts +2 -2
- package/ipamIp.d.ts +14 -12
- package/ipamIp.js +6 -4
- package/ipamIp.js.map +1 -1
- package/ipamIpReverseDns.d.ts +4 -2
- package/ipamIpReverseDns.js +4 -2
- package/ipamIpReverseDns.js.map +1 -1
- package/kubernetesCluster.d.ts +18 -21
- package/kubernetesCluster.js +18 -21
- package/kubernetesCluster.js.map +1 -1
- package/loadbalancer.d.ts +102 -43
- package/loadbalancer.js +63 -4
- package/loadbalancer.js.map +1 -1
- package/loadbalancerAcl.d.ts +10 -8
- package/loadbalancerAcl.js +4 -2
- package/loadbalancerAcl.js.map +1 -1
- package/loadbalancerBackend.d.ts +10 -9
- package/loadbalancerBackend.js +4 -3
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerFrontend.d.ts +27 -25
- package/loadbalancerFrontend.js +4 -2
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerIp.d.ts +28 -15
- package/loadbalancerIp.js +6 -3
- package/loadbalancerIp.js.map +1 -1
- package/loadbalancerRoute.d.ts +14 -13
- package/loadbalancerRoute.js +4 -3
- package/loadbalancerRoute.js.map +1 -1
- package/mnqNatsAccount.d.ts +11 -11
- package/mnqNatsAccount.js +5 -5
- package/mnqNatsCredentials.d.ts +10 -10
- package/mnqNatsCredentials.js +4 -4
- package/mnqSns.d.ts +15 -15
- package/mnqSns.js +7 -7
- package/mnqSnsCredentials.d.ts +16 -16
- package/mnqSnsCredentials.js +4 -4
- package/mnqSnsTopic.d.ts +16 -16
- package/mnqSnsTopic.js +4 -4
- package/mnqSnsTopicSubscription.d.ts +16 -16
- package/mnqSnsTopicSubscription.js +4 -4
- package/mnqSqs.d.ts +12 -12
- package/mnqSqs.js +4 -4
- package/mnqSqsCredentials.d.ts +16 -16
- package/mnqSqsCredentials.js +4 -4
- package/mnqSqsQueue.d.ts +12 -12
- package/mnqSqsQueue.js +3 -3
- package/objectBucketAcl.d.ts +3 -3
- package/objectBucketLockConfiguration.d.ts +3 -3
- package/objectBucketPolicy.d.ts +3 -3
- package/objectBucketWebsiteConfiguration.d.ts +3 -3
- package/objectItem.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/redisCluster.d.ts +68 -68
- package/redisCluster.js +4 -4
- package/registryNamespace.d.ts +3 -3
- package/registryNamespace.js +1 -1
- package/sdbDatabase.d.ts +3 -3
- package/temDomain.d.ts +4 -4
- package/temDomain.js +1 -1
- package/temDomainValidation.d.ts +2 -1
- package/temDomainValidation.js +2 -1
- package/temDomainValidation.js.map +1 -1
- package/types/input.d.ts +111 -71
- package/types/output.d.ts +267 -171
- package/vpc.d.ts +13 -13
- package/vpc.js +2 -2
- package/vpcGatewayNetwork.d.ts +39 -38
- package/vpcGatewayNetwork.js +9 -8
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPrivateNetwork.d.ts +28 -28
- package/vpcPrivateNetwork.js +2 -2
- package/vpcPublicGateway.d.ts +27 -27
- package/vpcPublicGateway.js +3 -3
- package/vpcPublicGatewayDhcp.d.ts +26 -26
- package/vpcPublicGatewayDhcp.js +2 -2
- package/vpcPublicGatewayDhcpReservation.d.ts +19 -19
- package/vpcPublicGatewayDhcpReservation.js +5 -5
- package/vpcPublicGatewayIp.d.ts +18 -18
- package/vpcPublicGatewayIp.js +3 -3
- package/vpcPublicGatewayIpReverseDns.d.ts +6 -6
- package/vpcPublicGatewayIpReverseDns.js +3 -3
- package/vpcPublicGatewayPatRule.d.ts +27 -27
- package/vpcPublicGatewayPatRule.js +3 -3
- package/appleSliconValleyServer.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -209,7 +209,7 @@ export interface DatabaseAclAclRule {
|
|
|
209
209
|
*/
|
|
210
210
|
description: string;
|
|
211
211
|
/**
|
|
212
|
-
* The
|
|
212
|
+
* The IP range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
213
213
|
*/
|
|
214
214
|
ip: string;
|
|
215
215
|
}
|
|
@@ -299,15 +299,15 @@ export interface DatabaseInstanceReadReplica {
|
|
|
299
299
|
}
|
|
300
300
|
export interface DatabaseReadReplicaDirectAccess {
|
|
301
301
|
/**
|
|
302
|
-
* The ID of the endpoint of the
|
|
302
|
+
* The ID of the endpoint of the Read Replica.
|
|
303
303
|
*/
|
|
304
304
|
endpointId: string;
|
|
305
305
|
/**
|
|
306
|
-
* Hostname of the endpoint. Only one of
|
|
306
|
+
* Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
307
307
|
*/
|
|
308
308
|
hostname: string;
|
|
309
309
|
/**
|
|
310
|
-
* IPv4 address of the endpoint (IP address). Only one of
|
|
310
|
+
* IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
311
311
|
*/
|
|
312
312
|
ip: string;
|
|
313
313
|
/**
|
|
@@ -327,15 +327,15 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
327
327
|
*/
|
|
328
328
|
enableIpam: boolean;
|
|
329
329
|
/**
|
|
330
|
-
* The ID of the endpoint of the
|
|
330
|
+
* The ID of the endpoint of the Read Replica.
|
|
331
331
|
*/
|
|
332
332
|
endpointId: string;
|
|
333
333
|
/**
|
|
334
|
-
* Hostname of the endpoint. Only one of
|
|
334
|
+
* Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
335
335
|
*/
|
|
336
336
|
hostname: string;
|
|
337
337
|
/**
|
|
338
|
-
* IPv4 address of the endpoint (IP address). Only one of
|
|
338
|
+
* IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
339
339
|
*/
|
|
340
340
|
ip: string;
|
|
341
341
|
/**
|
|
@@ -347,7 +347,7 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
347
347
|
*/
|
|
348
348
|
port: number;
|
|
349
349
|
/**
|
|
350
|
-
* UUID of the
|
|
350
|
+
* UUID of the Private Netork to be connected to the Read Replica.
|
|
351
351
|
*/
|
|
352
352
|
privateNetworkId: string;
|
|
353
353
|
/**
|
|
@@ -359,6 +359,36 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
359
359
|
*/
|
|
360
360
|
zone: string;
|
|
361
361
|
}
|
|
362
|
+
export interface DocumentdbPrivateNetworkEndpointPrivateNetwork {
|
|
363
|
+
/**
|
|
364
|
+
* The hostname of your endpoint.
|
|
365
|
+
*/
|
|
366
|
+
hostname: string;
|
|
367
|
+
/**
|
|
368
|
+
* The private network ID.
|
|
369
|
+
*/
|
|
370
|
+
id: string;
|
|
371
|
+
/**
|
|
372
|
+
* The IP of your private network service.
|
|
373
|
+
*/
|
|
374
|
+
ip: string;
|
|
375
|
+
/**
|
|
376
|
+
* The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM) service if not set.
|
|
377
|
+
*/
|
|
378
|
+
ipNet: string;
|
|
379
|
+
/**
|
|
380
|
+
* The name of your private service.
|
|
381
|
+
*/
|
|
382
|
+
name: string;
|
|
383
|
+
/**
|
|
384
|
+
* The port of your private service.
|
|
385
|
+
*/
|
|
386
|
+
port: number;
|
|
387
|
+
/**
|
|
388
|
+
* The zone of your endpoint.
|
|
389
|
+
*/
|
|
390
|
+
zone: string;
|
|
391
|
+
}
|
|
362
392
|
export interface DocumentdbReadReplicaDirectAccess {
|
|
363
393
|
/**
|
|
364
394
|
* The ID of the endpoint of the read replica.
|
|
@@ -655,31 +685,31 @@ export interface GetBaremetalServerPrivateNetwork {
|
|
|
655
685
|
}
|
|
656
686
|
export interface GetBillingConsumptionsConsumption {
|
|
657
687
|
/**
|
|
658
|
-
*
|
|
688
|
+
* The consumed quantity.
|
|
659
689
|
*/
|
|
660
690
|
billedQuantity: string;
|
|
661
691
|
/**
|
|
662
|
-
*
|
|
692
|
+
* The name of the consumption category.
|
|
663
693
|
*/
|
|
664
694
|
categoryName: string;
|
|
665
695
|
/**
|
|
666
|
-
* The product name
|
|
696
|
+
* The product name.
|
|
667
697
|
*/
|
|
668
698
|
productName: string;
|
|
669
699
|
/**
|
|
670
|
-
*
|
|
700
|
+
* `projectId`) The ID of the project the consumption list is associated with.
|
|
671
701
|
*/
|
|
672
702
|
projectId: string;
|
|
673
703
|
/**
|
|
674
|
-
*
|
|
704
|
+
* The unique identifier of the product.
|
|
675
705
|
*/
|
|
676
706
|
sku: string;
|
|
677
707
|
/**
|
|
678
|
-
*
|
|
708
|
+
* The unit of consumed quantity.
|
|
679
709
|
*/
|
|
680
710
|
unit: string;
|
|
681
711
|
/**
|
|
682
|
-
*
|
|
712
|
+
* The monetary value of the consumption.
|
|
683
713
|
*/
|
|
684
714
|
value: string;
|
|
685
715
|
}
|
|
@@ -806,7 +836,6 @@ export interface GetDatabaseInstanceLoadBalancer {
|
|
|
806
836
|
ip: string;
|
|
807
837
|
/**
|
|
808
838
|
* The name of the RDB instance.
|
|
809
|
-
* Only one of `name` and `instanceId` should be specified.
|
|
810
839
|
*/
|
|
811
840
|
name: string;
|
|
812
841
|
/**
|
|
@@ -847,7 +876,6 @@ export interface GetDatabaseInstancePrivateNetwork {
|
|
|
847
876
|
ipNet: string;
|
|
848
877
|
/**
|
|
849
878
|
* The name of the RDB instance.
|
|
850
|
-
* Only one of `name` and `instanceId` should be specified.
|
|
851
879
|
*/
|
|
852
880
|
name: string;
|
|
853
881
|
/**
|
|
@@ -870,7 +898,6 @@ export interface GetDatabaseInstanceReadReplica {
|
|
|
870
898
|
ip: string;
|
|
871
899
|
/**
|
|
872
900
|
* The name of the RDB instance.
|
|
873
|
-
* Only one of `name` and `instanceId` should be specified.
|
|
874
901
|
*/
|
|
875
902
|
name: string;
|
|
876
903
|
/**
|
|
@@ -1286,21 +1313,21 @@ export interface GetIotDeviceMessageFilterSubscribe {
|
|
|
1286
1313
|
}
|
|
1287
1314
|
export interface GetIpamIpResource {
|
|
1288
1315
|
/**
|
|
1289
|
-
* The ID of the resource that the IP is
|
|
1316
|
+
* The ID of the resource that the IP is attached to.
|
|
1290
1317
|
*/
|
|
1291
1318
|
id?: string;
|
|
1292
1319
|
/**
|
|
1293
|
-
* The name of the resource
|
|
1320
|
+
* The name of the resource the IP is attached to.
|
|
1294
1321
|
*/
|
|
1295
1322
|
name?: string;
|
|
1296
1323
|
/**
|
|
1297
|
-
* The type of the resource
|
|
1324
|
+
* The type of the resource the IP is attached to. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
1298
1325
|
*/
|
|
1299
1326
|
type: string;
|
|
1300
1327
|
}
|
|
1301
1328
|
export interface GetIpamIpsIp {
|
|
1302
1329
|
/**
|
|
1303
|
-
* The Scaleway internal IP address of the
|
|
1330
|
+
* The Scaleway internal IP address of the resource.
|
|
1304
1331
|
*/
|
|
1305
1332
|
address: string;
|
|
1306
1333
|
/**
|
|
@@ -1312,19 +1339,19 @@ export interface GetIpamIpsIp {
|
|
|
1312
1339
|
*/
|
|
1313
1340
|
id: string;
|
|
1314
1341
|
/**
|
|
1315
|
-
* The ID of the
|
|
1342
|
+
* The ID of the Project to filter for.
|
|
1316
1343
|
*/
|
|
1317
1344
|
projectId: string;
|
|
1318
1345
|
/**
|
|
1319
|
-
* The region
|
|
1346
|
+
* The region to filter for.
|
|
1320
1347
|
*/
|
|
1321
1348
|
region: string;
|
|
1322
1349
|
/**
|
|
1323
|
-
* Filter
|
|
1350
|
+
* Filter for a resource attached to the IP, using resource ID, type or name.
|
|
1324
1351
|
*/
|
|
1325
1352
|
resources: outputs.GetIpamIpsIpResource[];
|
|
1326
1353
|
/**
|
|
1327
|
-
* The tags
|
|
1354
|
+
* The IP tags to filter for.
|
|
1328
1355
|
*/
|
|
1329
1356
|
tags: string[];
|
|
1330
1357
|
/**
|
|
@@ -1332,39 +1359,39 @@ export interface GetIpamIpsIp {
|
|
|
1332
1359
|
*/
|
|
1333
1360
|
updatedAt: string;
|
|
1334
1361
|
/**
|
|
1335
|
-
* The zone
|
|
1362
|
+
* The zone of the IP.
|
|
1336
1363
|
*/
|
|
1337
1364
|
zone: string;
|
|
1338
1365
|
}
|
|
1339
1366
|
export interface GetIpamIpsIpResource {
|
|
1340
1367
|
/**
|
|
1341
|
-
* The ID of the resource
|
|
1368
|
+
* The ID of the attached resource.
|
|
1342
1369
|
*/
|
|
1343
1370
|
id: string;
|
|
1344
1371
|
/**
|
|
1345
|
-
* The
|
|
1372
|
+
* The linked MAC address to filter for.
|
|
1346
1373
|
*/
|
|
1347
1374
|
macAddress: string;
|
|
1348
1375
|
/**
|
|
1349
|
-
* The name of the resource
|
|
1376
|
+
* The name of the attached resource.
|
|
1350
1377
|
*/
|
|
1351
1378
|
name: string;
|
|
1352
1379
|
/**
|
|
1353
|
-
* The type of the resource
|
|
1380
|
+
* The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
1354
1381
|
*/
|
|
1355
1382
|
type: string;
|
|
1356
1383
|
}
|
|
1357
1384
|
export interface GetIpamIpsResource {
|
|
1358
1385
|
/**
|
|
1359
|
-
* The ID of the resource
|
|
1386
|
+
* The ID of the attached resource.
|
|
1360
1387
|
*/
|
|
1361
1388
|
id?: string;
|
|
1362
1389
|
/**
|
|
1363
|
-
* The name of the resource
|
|
1390
|
+
* The name of the attached resource.
|
|
1364
1391
|
*/
|
|
1365
1392
|
name?: string;
|
|
1366
1393
|
/**
|
|
1367
|
-
* The type of the resource
|
|
1394
|
+
* The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
1368
1395
|
*/
|
|
1369
1396
|
type: string;
|
|
1370
1397
|
}
|
|
@@ -1502,11 +1529,11 @@ export interface GetKubernetesNodePoolUpgradePolicy {
|
|
|
1502
1529
|
}
|
|
1503
1530
|
export interface GetLbAclsAcl {
|
|
1504
1531
|
/**
|
|
1505
|
-
* The action
|
|
1532
|
+
* The action to be undertaken when an ACL filter matches.
|
|
1506
1533
|
*/
|
|
1507
1534
|
actions: outputs.GetLbAclsAclAction[];
|
|
1508
1535
|
/**
|
|
1509
|
-
* The date
|
|
1536
|
+
* The date on which the ACL was created (RFC 3339 format).
|
|
1510
1537
|
*/
|
|
1511
1538
|
createdAt: string;
|
|
1512
1539
|
/**
|
|
@@ -1514,8 +1541,8 @@ export interface GetLbAclsAcl {
|
|
|
1514
1541
|
*/
|
|
1515
1542
|
description: string;
|
|
1516
1543
|
/**
|
|
1517
|
-
* The frontend ID this ACL is attached to. ACLs with a frontend ID
|
|
1518
|
-
* > **Important:** LB
|
|
1544
|
+
* The frontend ID this ACL is attached to. ACLs with a matching frontend ID are listed.
|
|
1545
|
+
* > **Important:** LB frontend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
|
1519
1546
|
*/
|
|
1520
1547
|
frontendId: string;
|
|
1521
1548
|
/**
|
|
@@ -1524,7 +1551,7 @@ export interface GetLbAclsAcl {
|
|
|
1524
1551
|
*/
|
|
1525
1552
|
id: string;
|
|
1526
1553
|
/**
|
|
1527
|
-
* The
|
|
1554
|
+
* The priority of this ACL in the ordered list.
|
|
1528
1555
|
*/
|
|
1529
1556
|
index: number;
|
|
1530
1557
|
/**
|
|
@@ -1532,11 +1559,11 @@ export interface GetLbAclsAcl {
|
|
|
1532
1559
|
*/
|
|
1533
1560
|
matches: outputs.GetLbAclsAclMatch[];
|
|
1534
1561
|
/**
|
|
1535
|
-
* The ACL name
|
|
1562
|
+
* The ACL name to filter for. ACLs with a matching name are listed.
|
|
1536
1563
|
*/
|
|
1537
1564
|
name: string;
|
|
1538
1565
|
/**
|
|
1539
|
-
* The date
|
|
1566
|
+
* The date on which the ACL was last updated (RFC 3339 format).
|
|
1540
1567
|
*/
|
|
1541
1568
|
updateAt: string;
|
|
1542
1569
|
}
|
|
@@ -1552,11 +1579,11 @@ export interface GetLbAclsAclAction {
|
|
|
1552
1579
|
}
|
|
1553
1580
|
export interface GetLbAclsAclActionRedirect {
|
|
1554
1581
|
/**
|
|
1555
|
-
* The HTTP redirect code
|
|
1582
|
+
* The HTTP redirect code to use.
|
|
1556
1583
|
*/
|
|
1557
1584
|
code: number;
|
|
1558
1585
|
/**
|
|
1559
|
-
* The URL used in case of a location redirect or the scheme name that replaces the request's original scheme.
|
|
1586
|
+
* The URL used in case of a location redirect, or the scheme name that replaces the request's original scheme.
|
|
1560
1587
|
*/
|
|
1561
1588
|
target: string;
|
|
1562
1589
|
/**
|
|
@@ -1566,7 +1593,7 @@ export interface GetLbAclsAclActionRedirect {
|
|
|
1566
1593
|
}
|
|
1567
1594
|
export interface GetLbAclsAclMatch {
|
|
1568
1595
|
/**
|
|
1569
|
-
* The
|
|
1596
|
+
* The HTTP filter to match.
|
|
1570
1597
|
*/
|
|
1571
1598
|
httpFilter: string;
|
|
1572
1599
|
/**
|
|
@@ -1574,7 +1601,7 @@ export interface GetLbAclsAclMatch {
|
|
|
1574
1601
|
*/
|
|
1575
1602
|
httpFilterOption: string;
|
|
1576
1603
|
/**
|
|
1577
|
-
* The possible values
|
|
1604
|
+
* The possible values to match for a given HTTP filter.
|
|
1578
1605
|
*/
|
|
1579
1606
|
httpFilterValues: string[];
|
|
1580
1607
|
/**
|
|
@@ -1582,7 +1609,7 @@ export interface GetLbAclsAclMatch {
|
|
|
1582
1609
|
*/
|
|
1583
1610
|
invert: boolean;
|
|
1584
1611
|
/**
|
|
1585
|
-
* A list of
|
|
1612
|
+
* A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
1586
1613
|
*/
|
|
1587
1614
|
ipSubnets: string[];
|
|
1588
1615
|
}
|
|
@@ -1612,15 +1639,15 @@ export interface GetLbBackendHealthCheckTcp {
|
|
|
1612
1639
|
}
|
|
1613
1640
|
export interface GetLbBackendsBackend {
|
|
1614
1641
|
/**
|
|
1615
|
-
* The date
|
|
1642
|
+
* The date on which the backend was created (RFC 3339 format).
|
|
1616
1643
|
*/
|
|
1617
1644
|
createdAt: string;
|
|
1618
1645
|
/**
|
|
1619
|
-
* Scaleway S3 bucket website to be served
|
|
1646
|
+
* Scaleway S3 bucket website to be served if all backend servers are down.
|
|
1620
1647
|
*/
|
|
1621
1648
|
failoverHost: string;
|
|
1622
1649
|
/**
|
|
1623
|
-
* User sessions will be forwarded to this
|
|
1650
|
+
* User sessions will be forwarded to this backend server port.
|
|
1624
1651
|
*/
|
|
1625
1652
|
forwardPort: number;
|
|
1626
1653
|
/**
|
|
@@ -1632,31 +1659,31 @@ export interface GetLbBackendsBackend {
|
|
|
1632
1659
|
*/
|
|
1633
1660
|
forwardProtocol: string;
|
|
1634
1661
|
/**
|
|
1635
|
-
* Interval between two
|
|
1662
|
+
* Interval between two health check requests.
|
|
1636
1663
|
*/
|
|
1637
1664
|
healthCheckDelay: string;
|
|
1638
1665
|
/**
|
|
1639
|
-
* This block
|
|
1666
|
+
* This block enables HTTP health checks.
|
|
1640
1667
|
*/
|
|
1641
1668
|
healthCheckHttp: outputs.GetLbBackendsBackendHealthCheckHttp[];
|
|
1642
1669
|
/**
|
|
1643
|
-
* This block
|
|
1670
|
+
* This block enables HTTPS health checks.
|
|
1644
1671
|
*/
|
|
1645
1672
|
healthCheckHttps: outputs.GetLbBackendsBackendHealthCheckHttp[];
|
|
1646
1673
|
/**
|
|
1647
|
-
* Number of allowed failed
|
|
1674
|
+
* Number of allowed failed health check requests before the backend server is marked as down.
|
|
1648
1675
|
*/
|
|
1649
1676
|
healthCheckMaxRetries: number;
|
|
1650
1677
|
/**
|
|
1651
|
-
* Port the
|
|
1678
|
+
* Port the health check requests will be sent to.
|
|
1652
1679
|
*/
|
|
1653
1680
|
healthCheckPort: number;
|
|
1654
1681
|
/**
|
|
1655
|
-
* This block
|
|
1682
|
+
* This block enables TCP health checks.
|
|
1656
1683
|
*/
|
|
1657
1684
|
healthCheckTcps: outputs.GetLbBackendsBackendHealthCheckTcp[];
|
|
1658
1685
|
/**
|
|
1659
|
-
* Timeout before
|
|
1686
|
+
* Timeout before a health check request is considered failed.
|
|
1660
1687
|
*/
|
|
1661
1688
|
healthCheckTimeout: string;
|
|
1662
1689
|
/**
|
|
@@ -1668,11 +1695,11 @@ export interface GetLbBackendsBackend {
|
|
|
1668
1695
|
*/
|
|
1669
1696
|
ignoreSslServerVerify: boolean;
|
|
1670
1697
|
/**
|
|
1671
|
-
* The
|
|
1698
|
+
* The Load Balancer ID this backend is attached to. Backends with a matching ID are listed.
|
|
1672
1699
|
*/
|
|
1673
1700
|
lbId: string;
|
|
1674
1701
|
/**
|
|
1675
|
-
* The backend name
|
|
1702
|
+
* The backend name to filter for. Backends with a matching name are listed.
|
|
1676
1703
|
*/
|
|
1677
1704
|
name: string;
|
|
1678
1705
|
/**
|
|
@@ -1688,7 +1715,7 @@ export interface GetLbBackendsBackend {
|
|
|
1688
1715
|
*/
|
|
1689
1716
|
serverIps: string[];
|
|
1690
1717
|
/**
|
|
1691
|
-
* Enables SSL between
|
|
1718
|
+
* Enables SSL between Load Balancer and backend servers.
|
|
1692
1719
|
*/
|
|
1693
1720
|
sslBridging: boolean;
|
|
1694
1721
|
/**
|
|
@@ -1712,7 +1739,7 @@ export interface GetLbBackendsBackend {
|
|
|
1712
1739
|
*/
|
|
1713
1740
|
timeoutTunnel: string;
|
|
1714
1741
|
/**
|
|
1715
|
-
* The date
|
|
1742
|
+
* The date on which the backend was last updated (RFC 3339 format).
|
|
1716
1743
|
*/
|
|
1717
1744
|
updateAt: string;
|
|
1718
1745
|
}
|
|
@@ -1722,11 +1749,11 @@ export interface GetLbBackendsBackendHealthCheckHttp {
|
|
|
1722
1749
|
*/
|
|
1723
1750
|
code: number;
|
|
1724
1751
|
/**
|
|
1725
|
-
* The HTTP host header to use for
|
|
1752
|
+
* The HTTP host header to use for health check requests.
|
|
1726
1753
|
*/
|
|
1727
1754
|
hostHeader: string;
|
|
1728
1755
|
/**
|
|
1729
|
-
* The HTTP method to use for
|
|
1756
|
+
* The HTTP method to use for health check requests.
|
|
1730
1757
|
*/
|
|
1731
1758
|
method: string;
|
|
1732
1759
|
/**
|
|
@@ -1734,7 +1761,7 @@ export interface GetLbBackendsBackendHealthCheckHttp {
|
|
|
1734
1761
|
*/
|
|
1735
1762
|
sni: string;
|
|
1736
1763
|
/**
|
|
1737
|
-
* The HTTPS endpoint URL to call for
|
|
1764
|
+
* The HTTPS endpoint URL to call for health check requests.
|
|
1738
1765
|
*/
|
|
1739
1766
|
uri: string;
|
|
1740
1767
|
}
|
|
@@ -1815,37 +1842,37 @@ export interface GetLbFrontendAclMatch {
|
|
|
1815
1842
|
}
|
|
1816
1843
|
export interface GetLbFrontendsFrontend {
|
|
1817
1844
|
/**
|
|
1818
|
-
* The
|
|
1819
|
-
* > **Important:**
|
|
1845
|
+
* The Load Balancer backend ID this frontend is attached to.
|
|
1846
|
+
* > **Important:** Load Balancer backend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
|
1820
1847
|
*/
|
|
1821
1848
|
backendId: string;
|
|
1822
1849
|
/**
|
|
1823
|
-
* List of
|
|
1850
|
+
* List of certificate IDs that are used by the frontend.
|
|
1824
1851
|
*/
|
|
1825
1852
|
certificateIds: string[];
|
|
1826
1853
|
/**
|
|
1827
|
-
* The date
|
|
1854
|
+
* The date on which the frontend was created (RFC 3339 format).
|
|
1828
1855
|
*/
|
|
1829
1856
|
createdAt: string;
|
|
1830
1857
|
/**
|
|
1831
|
-
*
|
|
1858
|
+
* Whether HTTP/3 protocol is activated.
|
|
1832
1859
|
*/
|
|
1833
1860
|
enableHttp3: boolean;
|
|
1834
1861
|
/**
|
|
1835
|
-
* The associated frontend
|
|
1836
|
-
* > **Important:** LB
|
|
1862
|
+
* The ID of the associated frontend.
|
|
1863
|
+
* > **Important:** LB frontend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
|
1837
1864
|
*/
|
|
1838
1865
|
id: string;
|
|
1839
1866
|
/**
|
|
1840
|
-
* TCP port the frontend
|
|
1867
|
+
* TCP port the frontend listens to.
|
|
1841
1868
|
*/
|
|
1842
1869
|
inboundPort: number;
|
|
1843
1870
|
/**
|
|
1844
|
-
* The
|
|
1871
|
+
* The Load Balancer ID this frontend is attached to. Frontends with a matching ID are listed.
|
|
1845
1872
|
*/
|
|
1846
1873
|
lbId: string;
|
|
1847
1874
|
/**
|
|
1848
|
-
* The frontend name
|
|
1875
|
+
* The frontend name to filter for. Frontends with a matching name are listed.
|
|
1849
1876
|
*/
|
|
1850
1877
|
name: string;
|
|
1851
1878
|
/**
|
|
@@ -1853,29 +1880,29 @@ export interface GetLbFrontendsFrontend {
|
|
|
1853
1880
|
*/
|
|
1854
1881
|
timeoutClient: string;
|
|
1855
1882
|
/**
|
|
1856
|
-
* The date
|
|
1883
|
+
* The date aont which the frontend was last updated (RFC 3339 format).
|
|
1857
1884
|
*/
|
|
1858
1885
|
updateAt: string;
|
|
1859
1886
|
}
|
|
1860
1887
|
export interface GetLbIpsIp {
|
|
1861
1888
|
/**
|
|
1862
|
-
* The associated IP
|
|
1889
|
+
* The ID of the associated IP.
|
|
1863
1890
|
*/
|
|
1864
1891
|
id: string;
|
|
1865
1892
|
/**
|
|
1866
|
-
* The IP
|
|
1893
|
+
* The IP address
|
|
1867
1894
|
*/
|
|
1868
1895
|
ipAddress: string;
|
|
1869
1896
|
/**
|
|
1870
|
-
* The associated
|
|
1897
|
+
* The ID of the associated Load BalancerD, if any
|
|
1871
1898
|
*/
|
|
1872
1899
|
lbId: string;
|
|
1873
1900
|
/**
|
|
1874
|
-
* The
|
|
1901
|
+
* The ID of the Organization the Load Balancer is associated with.
|
|
1875
1902
|
*/
|
|
1876
1903
|
organizationId: string;
|
|
1877
1904
|
/**
|
|
1878
|
-
* The ID of the
|
|
1905
|
+
* The ID of the Project the Load Balancer is associated with.
|
|
1879
1906
|
*/
|
|
1880
1907
|
projectId: string;
|
|
1881
1908
|
/**
|
|
@@ -1883,21 +1910,25 @@ export interface GetLbIpsIp {
|
|
|
1883
1910
|
*/
|
|
1884
1911
|
reverse: string;
|
|
1885
1912
|
/**
|
|
1886
|
-
*
|
|
1913
|
+
* List of tags used as filter. IPs with these exact tags are listed.
|
|
1914
|
+
*/
|
|
1915
|
+
tags: string[];
|
|
1916
|
+
/**
|
|
1917
|
+
* `zone`) The zone in which the IPs exist.
|
|
1887
1918
|
*/
|
|
1888
1919
|
zone: string;
|
|
1889
1920
|
}
|
|
1890
1921
|
export interface GetLbRoutesRoute {
|
|
1891
1922
|
/**
|
|
1892
|
-
* The backend ID
|
|
1923
|
+
* The backend ID to redirect to
|
|
1893
1924
|
*/
|
|
1894
1925
|
backendId: string;
|
|
1895
1926
|
/**
|
|
1896
|
-
* The date
|
|
1927
|
+
* The date on which the route was created (RFC 3339 format).
|
|
1897
1928
|
*/
|
|
1898
1929
|
createdAt: string;
|
|
1899
1930
|
/**
|
|
1900
|
-
* The frontend ID origin of redirection
|
|
1931
|
+
* The frontend ID (the origin of the redirection), to filter for. Routes with a matching frontend ID are listed.
|
|
1901
1932
|
*/
|
|
1902
1933
|
frontendId: string;
|
|
1903
1934
|
/**
|
|
@@ -1913,53 +1944,53 @@ export interface GetLbRoutesRoute {
|
|
|
1913
1944
|
*/
|
|
1914
1945
|
matchSni: string;
|
|
1915
1946
|
/**
|
|
1916
|
-
* The date
|
|
1947
|
+
* The date on which the route was last updated (RFC 3339 format).
|
|
1917
1948
|
*/
|
|
1918
1949
|
updateAt: string;
|
|
1919
1950
|
}
|
|
1920
1951
|
export interface GetLbsLb {
|
|
1921
1952
|
/**
|
|
1922
|
-
* Number of backends the Load
|
|
1953
|
+
* Number of backends the Load Balancer has.
|
|
1923
1954
|
*/
|
|
1924
1955
|
backendCount: number;
|
|
1925
1956
|
/**
|
|
1926
|
-
* Date
|
|
1957
|
+
* Date on which the Load Balancer was created.
|
|
1927
1958
|
*/
|
|
1928
1959
|
createdAt: string;
|
|
1929
1960
|
/**
|
|
1930
|
-
* The description of the
|
|
1961
|
+
* The description of the Load Balancer.
|
|
1931
1962
|
*/
|
|
1932
1963
|
description: string;
|
|
1933
1964
|
/**
|
|
1934
|
-
* Number of frontends the Load
|
|
1965
|
+
* Number of frontends the Load Balancer has.
|
|
1935
1966
|
*/
|
|
1936
1967
|
frontendCount: number;
|
|
1937
1968
|
/**
|
|
1938
|
-
* The ID of the
|
|
1969
|
+
* The ID of the Load Balancer.
|
|
1939
1970
|
*/
|
|
1940
1971
|
id: string;
|
|
1941
1972
|
/**
|
|
1942
|
-
* List of underlying
|
|
1973
|
+
* List of underlying Instances.
|
|
1943
1974
|
*/
|
|
1944
1975
|
instances: outputs.GetLbsLbInstance[];
|
|
1945
1976
|
/**
|
|
1946
|
-
* List of IPs attached to the Load
|
|
1977
|
+
* List of IPs attached to the Load Balancer.
|
|
1947
1978
|
*/
|
|
1948
1979
|
ips: outputs.GetLbsLbIp[];
|
|
1949
1980
|
/**
|
|
1950
|
-
* The
|
|
1981
|
+
* The Load Balancer name to filter for. Load Balancers with a matching name are listed.
|
|
1951
1982
|
*/
|
|
1952
1983
|
name: string;
|
|
1953
1984
|
/**
|
|
1954
|
-
* The
|
|
1985
|
+
* The ID of the Organization the Load Balancer is associated with.
|
|
1955
1986
|
*/
|
|
1956
1987
|
organizationId: string;
|
|
1957
1988
|
/**
|
|
1958
|
-
* Number of
|
|
1989
|
+
* Number of Private Networks attached to the Load balancer.
|
|
1959
1990
|
*/
|
|
1960
1991
|
privateNetworkCount: number;
|
|
1961
1992
|
/**
|
|
1962
|
-
* The ID of the
|
|
1993
|
+
* The ID of the Project the Load Balancer is associated with.
|
|
1963
1994
|
*/
|
|
1964
1995
|
projectId: string;
|
|
1965
1996
|
/**
|
|
@@ -1967,11 +1998,11 @@ export interface GetLbsLb {
|
|
|
1967
1998
|
*/
|
|
1968
1999
|
routeCount: number;
|
|
1969
2000
|
/**
|
|
1970
|
-
* Determines the minimal SSL version which needs to be supported on client side.
|
|
2001
|
+
* Determines the minimal SSL version which needs to be supported on the client side.
|
|
1971
2002
|
*/
|
|
1972
2003
|
sslCompatibilityLevel: string;
|
|
1973
2004
|
/**
|
|
1974
|
-
* The state of the
|
|
2005
|
+
* The state of the Load Balancer Instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
|
|
1975
2006
|
*/
|
|
1976
2007
|
status: string;
|
|
1977
2008
|
/**
|
|
@@ -1979,63 +2010,63 @@ export interface GetLbsLb {
|
|
|
1979
2010
|
*/
|
|
1980
2011
|
subscriber: string;
|
|
1981
2012
|
/**
|
|
1982
|
-
* List of tags
|
|
2013
|
+
* List of tags to filter for. Load Balancers with these exact tags are listed.
|
|
1983
2014
|
*/
|
|
1984
2015
|
tags: string[];
|
|
1985
2016
|
/**
|
|
1986
|
-
* The offer type of the
|
|
2017
|
+
* The offer type of the Load Balancer.
|
|
1987
2018
|
*/
|
|
1988
2019
|
type: string;
|
|
1989
2020
|
/**
|
|
1990
|
-
* Date
|
|
2021
|
+
* Date on which the Load Balancer was updated.
|
|
1991
2022
|
*/
|
|
1992
2023
|
updatedAt: string;
|
|
1993
2024
|
/**
|
|
1994
|
-
* `zone`) The zone in which
|
|
2025
|
+
* `zone`) The zone in which the Load Balancers exist.
|
|
1995
2026
|
*/
|
|
1996
2027
|
zone: string;
|
|
1997
2028
|
}
|
|
1998
2029
|
export interface GetLbsLbInstance {
|
|
1999
2030
|
/**
|
|
2000
|
-
* Date
|
|
2031
|
+
* Date on which the Load Balancer was created.
|
|
2001
2032
|
*/
|
|
2002
2033
|
createdAt: string;
|
|
2003
2034
|
/**
|
|
2004
|
-
* The ID of the
|
|
2035
|
+
* The ID of the Load Balancer.
|
|
2005
2036
|
*/
|
|
2006
2037
|
id: string;
|
|
2007
2038
|
ipAddress: string;
|
|
2008
2039
|
/**
|
|
2009
|
-
* The state of the
|
|
2040
|
+
* The state of the Load Balancer Instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
|
|
2010
2041
|
*/
|
|
2011
2042
|
status: string;
|
|
2012
2043
|
/**
|
|
2013
|
-
* Date
|
|
2044
|
+
* Date on which the Load Balancer was updated.
|
|
2014
2045
|
*/
|
|
2015
2046
|
updatedAt: string;
|
|
2016
2047
|
/**
|
|
2017
|
-
* `zone`) The zone in which
|
|
2048
|
+
* `zone`) The zone in which the Load Balancers exist.
|
|
2018
2049
|
*/
|
|
2019
2050
|
zone: string;
|
|
2020
2051
|
}
|
|
2021
2052
|
export interface GetLbsLbIp {
|
|
2022
2053
|
/**
|
|
2023
|
-
* The ID of the
|
|
2054
|
+
* The ID of the Load Balancer.
|
|
2024
2055
|
*/
|
|
2025
2056
|
id: string;
|
|
2026
2057
|
ipAddress: string;
|
|
2027
2058
|
lbId: string;
|
|
2028
2059
|
/**
|
|
2029
|
-
* The
|
|
2060
|
+
* The ID of the Organization the Load Balancer is associated with.
|
|
2030
2061
|
*/
|
|
2031
2062
|
organizationId: string;
|
|
2032
2063
|
/**
|
|
2033
|
-
* The ID of the
|
|
2064
|
+
* The ID of the Project the Load Balancer is associated with.
|
|
2034
2065
|
*/
|
|
2035
2066
|
projectId: string;
|
|
2036
2067
|
reverse: string;
|
|
2037
2068
|
/**
|
|
2038
|
-
* `zone`) The zone in which
|
|
2069
|
+
* `zone`) The zone in which the Load Balancers exist.
|
|
2039
2070
|
*/
|
|
2040
2071
|
zone: string;
|
|
2041
2072
|
}
|
|
@@ -2060,6 +2091,10 @@ export interface GetLoadbalancerPrivateNetwork {
|
|
|
2060
2091
|
* Set to true if you want to let DHCP assign IP addresses
|
|
2061
2092
|
*/
|
|
2062
2093
|
dhcpConfig: boolean;
|
|
2094
|
+
/**
|
|
2095
|
+
* IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network
|
|
2096
|
+
*/
|
|
2097
|
+
ipamIds: string[];
|
|
2063
2098
|
/**
|
|
2064
2099
|
* The Private Network ID
|
|
2065
2100
|
*/
|
|
@@ -2073,7 +2108,7 @@ export interface GetLoadbalancerPrivateNetwork {
|
|
|
2073
2108
|
*/
|
|
2074
2109
|
status: string;
|
|
2075
2110
|
/**
|
|
2076
|
-
* (Defaults to provider `zone`) The zone in which the
|
|
2111
|
+
* (Defaults to provider `zone`) The zone in which the Load Balancer exists.
|
|
2077
2112
|
*/
|
|
2078
2113
|
zone: string;
|
|
2079
2114
|
}
|
|
@@ -2154,7 +2189,7 @@ export interface GetRedisClusterAcl {
|
|
|
2154
2189
|
}
|
|
2155
2190
|
export interface GetRedisClusterPrivateNetwork {
|
|
2156
2191
|
/**
|
|
2157
|
-
*
|
|
2192
|
+
* The ID of the endpoint.
|
|
2158
2193
|
*/
|
|
2159
2194
|
endpointId: string;
|
|
2160
2195
|
/**
|
|
@@ -2223,7 +2258,7 @@ export interface GetVpcPrivateNetworkIpv4Subnet {
|
|
|
2223
2258
|
*/
|
|
2224
2259
|
createdAt: string;
|
|
2225
2260
|
/**
|
|
2226
|
-
* The ID of the
|
|
2261
|
+
* The ID of the Private Network.
|
|
2227
2262
|
*/
|
|
2228
2263
|
id: string;
|
|
2229
2264
|
/**
|
|
@@ -2253,7 +2288,7 @@ export interface GetVpcPrivateNetworkIpv6Subnet {
|
|
|
2253
2288
|
*/
|
|
2254
2289
|
createdAt: string;
|
|
2255
2290
|
/**
|
|
2256
|
-
* The ID of the
|
|
2291
|
+
* The ID of the Private Network.
|
|
2257
2292
|
*/
|
|
2258
2293
|
id: string;
|
|
2259
2294
|
/**
|
|
@@ -2273,6 +2308,57 @@ export interface GetVpcPrivateNetworkIpv6Subnet {
|
|
|
2273
2308
|
*/
|
|
2274
2309
|
updatedAt: string;
|
|
2275
2310
|
}
|
|
2311
|
+
export interface GetVpcRoutesRoute {
|
|
2312
|
+
/**
|
|
2313
|
+
* The date on which the route was created (RFC 3339 format).
|
|
2314
|
+
*/
|
|
2315
|
+
createdAt: string;
|
|
2316
|
+
/**
|
|
2317
|
+
* The description of the route.
|
|
2318
|
+
*/
|
|
2319
|
+
description: string;
|
|
2320
|
+
/**
|
|
2321
|
+
* The destination IP or IP range of the route.
|
|
2322
|
+
*/
|
|
2323
|
+
destination: string;
|
|
2324
|
+
/**
|
|
2325
|
+
* The ID of the route.
|
|
2326
|
+
* > **Important:** route IDs are regional, which means they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111
|
|
2327
|
+
*/
|
|
2328
|
+
id: string;
|
|
2329
|
+
/**
|
|
2330
|
+
* The IP of the route's next hop.
|
|
2331
|
+
*/
|
|
2332
|
+
nexthopIp: string;
|
|
2333
|
+
/**
|
|
2334
|
+
* The name of the route's next hop.
|
|
2335
|
+
*/
|
|
2336
|
+
nexthopName: string;
|
|
2337
|
+
/**
|
|
2338
|
+
* The next hop private network ID to filter for. routes with a similar next hop private network ID are listed.
|
|
2339
|
+
*/
|
|
2340
|
+
nexthopPrivateNetworkId: string;
|
|
2341
|
+
/**
|
|
2342
|
+
* The next hop resource ID to filter for. routes with a similar next hop resource ID are listed.
|
|
2343
|
+
*/
|
|
2344
|
+
nexthopResourceId: string;
|
|
2345
|
+
/**
|
|
2346
|
+
* The next hop resource type to filter for. routes with a similar next hop resource type are listed.
|
|
2347
|
+
*/
|
|
2348
|
+
nexthopResourceType: string;
|
|
2349
|
+
/**
|
|
2350
|
+
* `region`). The region in which the routes exist.
|
|
2351
|
+
*/
|
|
2352
|
+
region: string;
|
|
2353
|
+
/**
|
|
2354
|
+
* List of tags to filter for. routes with these exact tags are listed.
|
|
2355
|
+
*/
|
|
2356
|
+
tags: string[];
|
|
2357
|
+
/**
|
|
2358
|
+
* The VPC ID to filter for. routes with a similar VPC ID are listed.
|
|
2359
|
+
*/
|
|
2360
|
+
vpcId: string;
|
|
2361
|
+
}
|
|
2276
2362
|
export interface GetVpcsVpc {
|
|
2277
2363
|
/**
|
|
2278
2364
|
* Date and time of VPC's creation (RFC 3339 format).
|
|
@@ -2280,7 +2366,7 @@ export interface GetVpcsVpc {
|
|
|
2280
2366
|
createdAt: string;
|
|
2281
2367
|
/**
|
|
2282
2368
|
* The associated VPC ID.
|
|
2283
|
-
* > **Important:**
|
|
2369
|
+
* > **Important:** VPC IDs are regional, which means they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111
|
|
2284
2370
|
*/
|
|
2285
2371
|
id: string;
|
|
2286
2372
|
/**
|
|
@@ -2288,23 +2374,23 @@ export interface GetVpcsVpc {
|
|
|
2288
2374
|
*/
|
|
2289
2375
|
isDefault: boolean;
|
|
2290
2376
|
/**
|
|
2291
|
-
* The VPC name
|
|
2377
|
+
* The VPC name to filter for. VPCs with a similar name are listed.
|
|
2292
2378
|
*/
|
|
2293
2379
|
name: string;
|
|
2294
2380
|
/**
|
|
2295
|
-
* The
|
|
2381
|
+
* The Organization ID the VPC is associated with.
|
|
2296
2382
|
*/
|
|
2297
2383
|
organizationId: string;
|
|
2298
2384
|
/**
|
|
2299
|
-
* The ID of the
|
|
2385
|
+
* The ID of the Project the VPC is associated with.
|
|
2300
2386
|
*/
|
|
2301
2387
|
projectId: string;
|
|
2302
2388
|
/**
|
|
2303
|
-
* `region`). The region in which
|
|
2389
|
+
* `region`). The region in which the VPCs exist.
|
|
2304
2390
|
*/
|
|
2305
2391
|
region: string;
|
|
2306
2392
|
/**
|
|
2307
|
-
* List of tags
|
|
2393
|
+
* List of tags to filter for. VPCs with these exact tags are listed.
|
|
2308
2394
|
*/
|
|
2309
2395
|
tags: string[];
|
|
2310
2396
|
updateAt: string;
|
|
@@ -2361,19 +2447,19 @@ export interface IamPolicyRule {
|
|
|
2361
2447
|
*/
|
|
2362
2448
|
organizationId?: string;
|
|
2363
2449
|
/**
|
|
2364
|
-
* Names of permission sets
|
|
2450
|
+
* Names of permission sets bind to the rule.
|
|
2365
2451
|
*
|
|
2366
|
-
* **_TIP:_**
|
|
2452
|
+
* **_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
|
|
2367
2453
|
*
|
|
2368
2454
|
* ```shell
|
|
2369
|
-
*
|
|
2455
|
+
* scw IAM permission-set list
|
|
2370
2456
|
* ```
|
|
2371
2457
|
*/
|
|
2372
2458
|
permissionSetNames: string[];
|
|
2373
2459
|
/**
|
|
2374
2460
|
* List of project IDs scoped to the rule.
|
|
2375
2461
|
*
|
|
2376
|
-
* > **Important** One
|
|
2462
|
+
* > **Important** One `organizationId` or `projectIds` must be set per rule.
|
|
2377
2463
|
*/
|
|
2378
2464
|
projectIds?: string[];
|
|
2379
2465
|
}
|
|
@@ -2642,21 +2728,25 @@ export interface IotDeviceMessageFilters {
|
|
|
2642
2728
|
}
|
|
2643
2729
|
export interface IotDeviceMessageFiltersPublish {
|
|
2644
2730
|
/**
|
|
2645
|
-
*
|
|
2731
|
+
* Filtering policy (eg `accept` or `reject`)
|
|
2646
2732
|
*/
|
|
2647
2733
|
policy?: string;
|
|
2648
2734
|
/**
|
|
2649
|
-
* List of topics
|
|
2735
|
+
* List of topics to match (eg `foo/bar/+/baz/#`)
|
|
2650
2736
|
*/
|
|
2651
2737
|
topics?: string[];
|
|
2652
2738
|
}
|
|
2653
2739
|
export interface IotDeviceMessageFiltersSubscribe {
|
|
2654
2740
|
/**
|
|
2655
|
-
*
|
|
2741
|
+
* Same as publish rules.
|
|
2656
2742
|
*/
|
|
2657
2743
|
policy?: string;
|
|
2658
2744
|
/**
|
|
2659
|
-
*
|
|
2745
|
+
* Same as publish rules.
|
|
2746
|
+
*
|
|
2747
|
+
* - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
|
|
2748
|
+
*
|
|
2749
|
+
* > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
|
|
2660
2750
|
*/
|
|
2661
2751
|
topics?: string[];
|
|
2662
2752
|
}
|
|
@@ -2722,11 +2812,11 @@ export interface IotRouteS3 {
|
|
|
2722
2812
|
}
|
|
2723
2813
|
export interface IpamIpResource {
|
|
2724
2814
|
/**
|
|
2725
|
-
* The ID of the resource that the IP is
|
|
2815
|
+
* The ID of the resource that the IP is attached to.
|
|
2726
2816
|
*/
|
|
2727
2817
|
id: string;
|
|
2728
2818
|
/**
|
|
2729
|
-
* The MAC
|
|
2819
|
+
* The MAC address of the resource the IP is attached to.
|
|
2730
2820
|
*/
|
|
2731
2821
|
macAddress: string;
|
|
2732
2822
|
/**
|
|
@@ -2750,15 +2840,15 @@ export interface IpamIpReverse {
|
|
|
2750
2840
|
}
|
|
2751
2841
|
export interface IpamIpSource {
|
|
2752
2842
|
/**
|
|
2753
|
-
* The
|
|
2843
|
+
* The Private Network of the IP (if the IP is a private IP).
|
|
2754
2844
|
*/
|
|
2755
2845
|
privateNetworkId: string;
|
|
2756
2846
|
/**
|
|
2757
|
-
* The
|
|
2847
|
+
* The Private Network subnet of the IP (if the IP is a private IP).
|
|
2758
2848
|
*/
|
|
2759
2849
|
subnetId: string;
|
|
2760
2850
|
/**
|
|
2761
|
-
* The zone the IP
|
|
2851
|
+
* The zone of the IP (if the IP is public and zoned, rather than private and/or regional)
|
|
2762
2852
|
*/
|
|
2763
2853
|
zonal: string;
|
|
2764
2854
|
}
|
|
@@ -2912,21 +3002,21 @@ export interface LoadbalancerAclAction {
|
|
|
2912
3002
|
*/
|
|
2913
3003
|
redirects?: outputs.LoadbalancerAclActionRedirect[];
|
|
2914
3004
|
/**
|
|
2915
|
-
* The
|
|
3005
|
+
* The action type. Possible values are: `allow` or `deny` or `redirect`.
|
|
2916
3006
|
*/
|
|
2917
3007
|
type: string;
|
|
2918
3008
|
}
|
|
2919
3009
|
export interface LoadbalancerAclActionRedirect {
|
|
2920
3010
|
/**
|
|
2921
|
-
* The HTTP redirect code to use
|
|
3011
|
+
* The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
2922
3012
|
*/
|
|
2923
3013
|
code?: number;
|
|
2924
3014
|
/**
|
|
2925
|
-
* An URL can be used in case of a location redirect
|
|
3015
|
+
* An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
|
2926
3016
|
*/
|
|
2927
3017
|
target?: string;
|
|
2928
3018
|
/**
|
|
2929
|
-
* The redirect type
|
|
3019
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
2930
3020
|
*/
|
|
2931
3021
|
type?: string;
|
|
2932
3022
|
}
|
|
@@ -2943,7 +3033,7 @@ export interface LoadbalancerAclMatch {
|
|
|
2943
3033
|
httpFilterOption?: string;
|
|
2944
3034
|
/**
|
|
2945
3035
|
* A list of possible values to match for the given HTTP filter.
|
|
2946
|
-
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case
|
|
3036
|
+
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case insensitive.
|
|
2947
3037
|
*/
|
|
2948
3038
|
httpFilterValues?: string[];
|
|
2949
3039
|
/**
|
|
@@ -2951,7 +3041,7 @@ export interface LoadbalancerAclMatch {
|
|
|
2951
3041
|
*/
|
|
2952
3042
|
invert?: boolean;
|
|
2953
3043
|
/**
|
|
2954
|
-
* A list of IPs or CIDR v4/v6 addresses of the client
|
|
3044
|
+
* A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
2955
3045
|
*/
|
|
2956
3046
|
ipSubnets?: string[];
|
|
2957
3047
|
}
|
|
@@ -3045,21 +3135,21 @@ export interface LoadbalancerFrontendAclAction {
|
|
|
3045
3135
|
*/
|
|
3046
3136
|
redirects?: outputs.LoadbalancerFrontendAclActionRedirect[];
|
|
3047
3137
|
/**
|
|
3048
|
-
* The
|
|
3138
|
+
* The action type. Possible values are: `allow` or `deny` or `redirect`.
|
|
3049
3139
|
*/
|
|
3050
3140
|
type: string;
|
|
3051
3141
|
}
|
|
3052
3142
|
export interface LoadbalancerFrontendAclActionRedirect {
|
|
3053
3143
|
/**
|
|
3054
|
-
* The HTTP redirect code to use
|
|
3144
|
+
* The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
3055
3145
|
*/
|
|
3056
3146
|
code?: number;
|
|
3057
3147
|
/**
|
|
3058
|
-
*
|
|
3148
|
+
* A URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
|
3059
3149
|
*/
|
|
3060
3150
|
target?: string;
|
|
3061
3151
|
/**
|
|
3062
|
-
* The redirect type
|
|
3152
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
3063
3153
|
*/
|
|
3064
3154
|
type?: string;
|
|
3065
3155
|
}
|
|
@@ -3076,7 +3166,7 @@ export interface LoadbalancerFrontendAclMatch {
|
|
|
3076
3166
|
httpFilterOption?: string;
|
|
3077
3167
|
/**
|
|
3078
3168
|
* A list of possible values to match for the given HTTP filter.
|
|
3079
|
-
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case
|
|
3169
|
+
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case insensitive.
|
|
3080
3170
|
*/
|
|
3081
3171
|
httpFilterValues?: string[];
|
|
3082
3172
|
/**
|
|
@@ -3084,21 +3174,27 @@ export interface LoadbalancerFrontendAclMatch {
|
|
|
3084
3174
|
*/
|
|
3085
3175
|
invert?: boolean;
|
|
3086
3176
|
/**
|
|
3087
|
-
* A list of IPs or CIDR v4/v6 addresses of the client
|
|
3177
|
+
* A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
3088
3178
|
*/
|
|
3089
3179
|
ipSubnets?: string[];
|
|
3090
3180
|
}
|
|
3091
3181
|
export interface LoadbalancerPrivateNetwork {
|
|
3092
3182
|
/**
|
|
3093
|
-
* (Optional) Set to true if you want to let DHCP assign IP addresses. See below.
|
|
3183
|
+
* (Optional) Set to `true` if you want to let DHCP assign IP addresses. See below.
|
|
3094
3184
|
*/
|
|
3095
3185
|
dhcpConfig: boolean;
|
|
3096
3186
|
/**
|
|
3097
|
-
* (
|
|
3187
|
+
* (Optional) IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
|
3188
|
+
*/
|
|
3189
|
+
ipamIds: string;
|
|
3190
|
+
/**
|
|
3191
|
+
* (Required) The ID of the Private Network to attach to.
|
|
3098
3192
|
*/
|
|
3099
3193
|
privateNetworkId: string;
|
|
3100
3194
|
/**
|
|
3101
|
-
* (
|
|
3195
|
+
* (Deprecated) Please use `ipamIds`. Define a local ip address of your choice for the load balancer instance.
|
|
3196
|
+
*
|
|
3197
|
+
* @deprecated static_config field is deprecated, please use dhcpConfig instead
|
|
3102
3198
|
*/
|
|
3103
3199
|
staticConfig?: string;
|
|
3104
3200
|
/**
|
|
@@ -3106,35 +3202,35 @@ export interface LoadbalancerPrivateNetwork {
|
|
|
3106
3202
|
*/
|
|
3107
3203
|
status: string;
|
|
3108
3204
|
/**
|
|
3109
|
-
* `zone`) The zone of the
|
|
3205
|
+
* `zone`) The zone of the Load Balancer.
|
|
3110
3206
|
*/
|
|
3111
3207
|
zone: string;
|
|
3112
3208
|
}
|
|
3113
3209
|
export interface MnqSnsCredentialsPermissions {
|
|
3114
3210
|
/**
|
|
3115
|
-
* . Defines
|
|
3211
|
+
* . Defines whether the user can manage the associated resource(s).
|
|
3116
3212
|
*/
|
|
3117
3213
|
canManage: boolean;
|
|
3118
3214
|
/**
|
|
3119
|
-
* . Defines
|
|
3215
|
+
* . Defines whether the user can publish messages to the service.
|
|
3120
3216
|
*/
|
|
3121
3217
|
canPublish: boolean;
|
|
3122
3218
|
/**
|
|
3123
|
-
* . Defines
|
|
3219
|
+
* . Defines whether the user can receive messages from the service.
|
|
3124
3220
|
*/
|
|
3125
3221
|
canReceive: boolean;
|
|
3126
3222
|
}
|
|
3127
3223
|
export interface MnqSqsCredentialsPermissions {
|
|
3128
3224
|
/**
|
|
3129
|
-
* . Defines
|
|
3225
|
+
* . Defines whether the user can manage the associated resource(s).
|
|
3130
3226
|
*/
|
|
3131
3227
|
canManage: boolean;
|
|
3132
3228
|
/**
|
|
3133
|
-
* . Defines
|
|
3229
|
+
* . Defines whether the user can publish messages to the service.
|
|
3134
3230
|
*/
|
|
3135
3231
|
canPublish: boolean;
|
|
3136
3232
|
/**
|
|
3137
|
-
* . Defines
|
|
3233
|
+
* . Defines whether the user can receive messages from the service.
|
|
3138
3234
|
*/
|
|
3139
3235
|
canReceive: boolean;
|
|
3140
3236
|
}
|
|
@@ -3266,7 +3362,7 @@ export interface ObjectBucketLockConfigurationRuleDefaultRetention {
|
|
|
3266
3362
|
*/
|
|
3267
3363
|
days?: number;
|
|
3268
3364
|
/**
|
|
3269
|
-
* The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
|
|
3365
|
+
* The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values are `GOVERNANCE` or `COMPLIANCE`. To learn more about the difference between these modes, see [Object Lock retention modes](https://www.scaleway.com/en/docs/storage/object/api-cli/object-lock/#retention-modes).
|
|
3270
3366
|
*/
|
|
3271
3367
|
mode: string;
|
|
3272
3368
|
/**
|
|
@@ -3306,7 +3402,7 @@ export interface RedisClusterAcl {
|
|
|
3306
3402
|
*/
|
|
3307
3403
|
id: string;
|
|
3308
3404
|
/**
|
|
3309
|
-
* The
|
|
3405
|
+
* The IP range to whitelist
|
|
3310
3406
|
* in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
3311
3407
|
*/
|
|
3312
3408
|
ip: string;
|
|
@@ -3322,23 +3418,23 @@ export interface RedisClusterPrivateNetwork {
|
|
|
3322
3418
|
id: string;
|
|
3323
3419
|
/**
|
|
3324
3420
|
* Endpoint IPv4 addresses in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at least one IP per node.
|
|
3325
|
-
* Keep in mind that in
|
|
3326
|
-
* scale your
|
|
3421
|
+
* Keep in mind that in cluster mode you cannot edit your Private Network after its creation so if you want to be able to
|
|
3422
|
+
* scale your cluster horizontally (adding nodes) later, you should provide more IPs than nodes.
|
|
3327
3423
|
* If not set, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
3328
3424
|
*
|
|
3329
3425
|
* > The `privateNetwork` conflicts with `acl`. Only one should be specified.
|
|
3330
3426
|
*
|
|
3331
|
-
* > **Important:** The way to use
|
|
3427
|
+
* > **Important:** The way to use Private Networks differs whether you are using Redis™ in Standalone or cluster mode.
|
|
3332
3428
|
*
|
|
3333
3429
|
* - Standalone mode (`clusterSize` = 1) : you can attach as many Private Networks as you want (each must be a separate
|
|
3334
|
-
* block). If you detach your only
|
|
3430
|
+
* block). If you detach your only Private Network, your cluster won't be reachable until you define a new Private or
|
|
3335
3431
|
* Public Network. You can modify your `privateNetwork` and its specs, you can have both a Private and Public Network side
|
|
3336
3432
|
* by side.
|
|
3337
3433
|
*
|
|
3338
|
-
* - Cluster mode (`clusterSize` > 2) : you can define a single Private Network as you create your
|
|
3339
|
-
* able to edit or detach it afterward, unless you create another
|
|
3340
|
-
* configuration (`serviceIps`), you won't be able to scale your
|
|
3341
|
-
* require updating the
|
|
3434
|
+
* - Cluster mode (`clusterSize` > 2) : you can define a single Private Network as you create your cluster, you won't be
|
|
3435
|
+
* able to edit or detach it afterward, unless you create another cluster. This also means that, if you are using a static
|
|
3436
|
+
* configuration (`serviceIps`), you won't be able to scale your cluster horizontally (add more nodes) since it would
|
|
3437
|
+
* require updating the Private Network to add IPs.
|
|
3342
3438
|
* Your `serviceIps` must be listed as follows:
|
|
3343
3439
|
*
|
|
3344
3440
|
* ```typescript
|
|
@@ -3348,7 +3444,7 @@ export interface RedisClusterPrivateNetwork {
|
|
|
3348
3444
|
serviceIps: string[];
|
|
3349
3445
|
/**
|
|
3350
3446
|
* `zone`) The zone in which the
|
|
3351
|
-
* Redis
|
|
3447
|
+
* Redis™ cluster should be created.
|
|
3352
3448
|
*/
|
|
3353
3449
|
zone: string;
|
|
3354
3450
|
}
|
|
@@ -3394,13 +3490,13 @@ export interface VpcGatewayNetworkIpamConfig {
|
|
|
3394
3490
|
*/
|
|
3395
3491
|
ipamIpId: string;
|
|
3396
3492
|
/**
|
|
3397
|
-
* Defines whether the default route
|
|
3493
|
+
* Defines whether to enable the default route on the GatewayNetwork.
|
|
3398
3494
|
*/
|
|
3399
3495
|
pushDefaultRoute?: boolean;
|
|
3400
3496
|
}
|
|
3401
3497
|
export interface VpcPrivateNetworkIpv4Subnet {
|
|
3402
3498
|
/**
|
|
3403
|
-
* The network address of the subnet in
|
|
3499
|
+
* The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
|
|
3404
3500
|
*/
|
|
3405
3501
|
address: string;
|
|
3406
3502
|
/**
|
|
@@ -3412,7 +3508,7 @@ export interface VpcPrivateNetworkIpv4Subnet {
|
|
|
3412
3508
|
*/
|
|
3413
3509
|
id: string;
|
|
3414
3510
|
/**
|
|
3415
|
-
* The length of the network prefix, e.g.,
|
|
3511
|
+
* The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
|
|
3416
3512
|
*/
|
|
3417
3513
|
prefixLength: number;
|
|
3418
3514
|
/**
|
|
@@ -3430,7 +3526,7 @@ export interface VpcPrivateNetworkIpv4Subnet {
|
|
|
3430
3526
|
}
|
|
3431
3527
|
export interface VpcPrivateNetworkIpv6Subnet {
|
|
3432
3528
|
/**
|
|
3433
|
-
* The network address of the subnet in
|
|
3529
|
+
* The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
|
|
3434
3530
|
*/
|
|
3435
3531
|
address: string;
|
|
3436
3532
|
/**
|
|
@@ -3442,7 +3538,7 @@ export interface VpcPrivateNetworkIpv6Subnet {
|
|
|
3442
3538
|
*/
|
|
3443
3539
|
id: string;
|
|
3444
3540
|
/**
|
|
3445
|
-
* The length of the network prefix, e.g.,
|
|
3541
|
+
* The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
|
|
3446
3542
|
*/
|
|
3447
3543
|
prefixLength: number;
|
|
3448
3544
|
/**
|