@pulumiverse/scaleway 1.28.0-alpha.1747119212 → 1.28.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.
Files changed (124) hide show
  1. package/baremetalServer.d.ts +19 -166
  2. package/baremetalServer.js +13 -166
  3. package/baremetalServer.js.map +1 -1
  4. package/databaseInstance.d.ts +14 -9
  5. package/databaseInstance.js +2 -0
  6. package/databaseInstance.js.map +1 -1
  7. package/databases/getInstance.d.ts +1 -0
  8. package/databases/getInstance.js.map +1 -1
  9. package/databases/instance.d.ts +14 -9
  10. package/databases/instance.js +2 -0
  11. package/databases/instance.js.map +1 -1
  12. package/databases/snapshot.d.ts +1 -1
  13. package/databases/snapshot.js +1 -1
  14. package/elasticmetal/getServer.d.ts +1 -0
  15. package/elasticmetal/getServer.js.map +1 -1
  16. package/elasticmetal/server.d.ts +19 -166
  17. package/elasticmetal/server.js +13 -166
  18. package/elasticmetal/server.js.map +1 -1
  19. package/getBaremetalServer.d.ts +1 -0
  20. package/getBaremetalServer.js.map +1 -1
  21. package/getCockpitPlan.d.ts +0 -44
  22. package/getCockpitPlan.js +0 -44
  23. package/getCockpitPlan.js.map +1 -1
  24. package/getDatabaseInstance.d.ts +1 -0
  25. package/getDatabaseInstance.js.map +1 -1
  26. package/getInstancePrivateNic.d.ts +2 -0
  27. package/getInstancePrivateNic.js.map +1 -1
  28. package/getInstanceServer.d.ts +1 -0
  29. package/getInstanceServer.js.map +1 -1
  30. package/getLbRoute.d.ts +1 -0
  31. package/getLbRoute.js.map +1 -1
  32. package/getLoadbalancer.d.ts +1 -0
  33. package/getLoadbalancer.js.map +1 -1
  34. package/getRedisCluster.d.ts +1 -0
  35. package/getRedisCluster.js.map +1 -1
  36. package/getVpcGatewayNetwork.d.ts +1 -0
  37. package/getVpcGatewayNetwork.js.map +1 -1
  38. package/inference/deployment.d.ts +18 -23
  39. package/inference/deployment.js +6 -21
  40. package/inference/deployment.js.map +1 -1
  41. package/inference/getModel.d.ts +109 -0
  42. package/inference/getModel.js +60 -0
  43. package/inference/getModel.js.map +1 -0
  44. package/inference/index.d.ts +6 -0
  45. package/inference/index.js +9 -1
  46. package/inference/index.js.map +1 -1
  47. package/inference/model.d.ts +220 -0
  48. package/inference/model.js +130 -0
  49. package/inference/model.js.map +1 -0
  50. package/inferenceDeployment.d.ts +18 -23
  51. package/inferenceDeployment.js +6 -21
  52. package/inferenceDeployment.js.map +1 -1
  53. package/instance/getPrivateNic.d.ts +2 -0
  54. package/instance/getPrivateNic.js.map +1 -1
  55. package/instance/getServer.d.ts +1 -0
  56. package/instance/getServer.js.map +1 -1
  57. package/instance/privateNic.d.ts +10 -0
  58. package/instance/privateNic.js +2 -0
  59. package/instance/privateNic.js.map +1 -1
  60. package/instance/server.d.ts +8 -0
  61. package/instance/server.js +2 -0
  62. package/instance/server.js.map +1 -1
  63. package/instancePrivateNic.d.ts +10 -0
  64. package/instancePrivateNic.js +2 -0
  65. package/instancePrivateNic.js.map +1 -1
  66. package/instanceServer.d.ts +8 -0
  67. package/instanceServer.js +2 -0
  68. package/instanceServer.js.map +1 -1
  69. package/kubernetes/acl.d.ts +166 -0
  70. package/kubernetes/acl.js +120 -0
  71. package/kubernetes/acl.js.map +1 -0
  72. package/kubernetes/index.d.ts +3 -0
  73. package/kubernetes/index.js +6 -1
  74. package/kubernetes/index.js.map +1 -1
  75. package/loadbalancer.d.ts +8 -0
  76. package/loadbalancer.js +2 -0
  77. package/loadbalancer.js.map +1 -1
  78. package/loadbalancerRoute.d.ts +62 -6
  79. package/loadbalancerRoute.js +43 -0
  80. package/loadbalancerRoute.js.map +1 -1
  81. package/loadbalancers/getLoadBalancer.d.ts +1 -0
  82. package/loadbalancers/getLoadBalancer.js.map +1 -1
  83. package/loadbalancers/getRoute.d.ts +1 -0
  84. package/loadbalancers/getRoute.js.map +1 -1
  85. package/loadbalancers/loadBalancer.d.ts +8 -0
  86. package/loadbalancers/loadBalancer.js +2 -0
  87. package/loadbalancers/loadBalancer.js.map +1 -1
  88. package/loadbalancers/route.d.ts +62 -6
  89. package/loadbalancers/route.js +43 -0
  90. package/loadbalancers/route.js.map +1 -1
  91. package/mnq/snsCredentials.d.ts +3 -3
  92. package/mnq/sqsCredentials.d.ts +3 -3
  93. package/mnqSnsCredentials.d.ts +3 -3
  94. package/mnqSqsCredentials.d.ts +3 -3
  95. package/network/gatewayNetwork.d.ts +8 -0
  96. package/network/gatewayNetwork.js +2 -0
  97. package/network/gatewayNetwork.js.map +1 -1
  98. package/network/getGatewayNetwork.d.ts +1 -0
  99. package/network/getGatewayNetwork.js.map +1 -1
  100. package/network/route.d.ts +56 -1
  101. package/network/route.js +56 -1
  102. package/network/route.js.map +1 -1
  103. package/observability/getPlan.d.ts +0 -44
  104. package/observability/getPlan.js +0 -44
  105. package/observability/getPlan.js.map +1 -1
  106. package/package.json +2 -2
  107. package/rdbSnapshot.d.ts +1 -1
  108. package/rdbSnapshot.js +1 -1
  109. package/redis/cluster.d.ts +8 -0
  110. package/redis/cluster.js +2 -0
  111. package/redis/cluster.js.map +1 -1
  112. package/redis/getCluster.d.ts +1 -0
  113. package/redis/getCluster.js.map +1 -1
  114. package/redisCluster.d.ts +8 -0
  115. package/redisCluster.js +2 -0
  116. package/redisCluster.js.map +1 -1
  117. package/types/input.d.ts +235 -4
  118. package/types/output.d.ts +443 -4
  119. package/vpcGatewayNetwork.d.ts +8 -0
  120. package/vpcGatewayNetwork.js +2 -0
  121. package/vpcGatewayNetwork.js.map +1 -1
  122. package/vpcRoute.d.ts +56 -1
  123. package/vpcRoute.js +56 -1
  124. package/vpcRoute.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -93,6 +93,16 @@ export interface BaremetalServerOption {
93
93
  */
94
94
  name: string;
95
95
  }
96
+ export interface BaremetalServerPrivateIp {
97
+ /**
98
+ * The address of the IPv6.
99
+ */
100
+ address: string;
101
+ /**
102
+ * The ID of the IPv6.
103
+ */
104
+ id: string;
105
+ }
96
106
  export interface BaremetalServerPrivateNetwork {
97
107
  /**
98
108
  * The date and time of the creation of the private network.
@@ -106,6 +116,10 @@ export interface BaremetalServerPrivateNetwork {
106
116
  * List of IPAM IP IDs to assign to the server in the requested private network.
107
117
  */
108
118
  ipamIpIds: string[];
119
+ /**
120
+ * The ID of the Server-to-Private Network mapping.
121
+ */
122
+ mappingId: string;
109
123
  /**
110
124
  * The private network status.
111
125
  */
@@ -309,6 +323,16 @@ export interface DatabaseInstanceLogsPolicy {
309
323
  */
310
324
  totalDiskRetention: number;
311
325
  }
326
+ export interface DatabaseInstancePrivateIp {
327
+ /**
328
+ * The private IPv4 address.
329
+ */
330
+ address: string;
331
+ /**
332
+ * The ID of the IPv4 address resource.
333
+ */
334
+ id: string;
335
+ }
312
336
  export interface DatabaseInstancePrivateNetwork {
313
337
  /**
314
338
  * Whether or not the private network endpoint should be configured with IPAM
@@ -733,6 +757,16 @@ export interface GetBaremetalServerOption {
733
757
  */
734
758
  name: string;
735
759
  }
760
+ export interface GetBaremetalServerPrivateIp {
761
+ /**
762
+ * The private IP address
763
+ */
764
+ address: string;
765
+ /**
766
+ * The ID of the server.
767
+ */
768
+ id: string;
769
+ }
736
770
  export interface GetBaremetalServerPrivateNetwork {
737
771
  /**
738
772
  * The date and time of the creation of the private network
@@ -746,6 +780,10 @@ export interface GetBaremetalServerPrivateNetwork {
746
780
  * List of IPAM IP IDs to attach to the server
747
781
  */
748
782
  ipamIpIds: string[];
783
+ /**
784
+ * The ID of the Server-to-Private Network mapping
785
+ */
786
+ mappingId: string;
749
787
  /**
750
788
  * The private network status
751
789
  */
@@ -963,6 +1001,16 @@ export interface GetDatabaseInstanceLogsPolicy {
963
1001
  */
964
1002
  totalDiskRetention: number;
965
1003
  }
1004
+ export interface GetDatabaseInstancePrivateIp {
1005
+ /**
1006
+ * The private IPv4 address
1007
+ */
1008
+ address: string;
1009
+ /**
1010
+ * The ID of the Database Instance.
1011
+ */
1012
+ id: string;
1013
+ }
966
1014
  export interface GetDatabaseInstancePrivateNetwork {
967
1015
  /**
968
1016
  * Whether or not the private network endpoint should be configured with IPAM
@@ -1154,6 +1202,16 @@ export interface GetFlexibleIpsIpMacAddress {
1154
1202
  */
1155
1203
  zone: string;
1156
1204
  }
1205
+ export interface GetInstancePrivateNicPrivateIp {
1206
+ /**
1207
+ * The private IP address
1208
+ */
1209
+ address: string;
1210
+ /**
1211
+ * The ID of the IP address resource
1212
+ */
1213
+ id: string;
1214
+ }
1157
1215
  export interface GetInstanceSecurityGroupInboundRule {
1158
1216
  /**
1159
1217
  * The action to take when rule match. Possible values are: `accept` or `drop`.
@@ -1210,6 +1268,16 @@ export interface GetInstanceSecurityGroupOutboundRule {
1210
1268
  */
1211
1269
  protocol: string;
1212
1270
  }
1271
+ export interface GetInstanceServerPrivateIp {
1272
+ /**
1273
+ * The address of the IP
1274
+ */
1275
+ address: string;
1276
+ /**
1277
+ * The ID of the IP
1278
+ */
1279
+ id: string;
1280
+ }
1213
1281
  export interface GetInstanceServerPrivateNetwork {
1214
1282
  /**
1215
1283
  * MAC address of the NIC
@@ -1610,10 +1678,18 @@ export interface GetKubernetesClusterOpenIdConnectConfig {
1610
1678
  usernamePrefix: string;
1611
1679
  }
1612
1680
  export interface GetKubernetesNodePoolNode {
1681
+ /**
1682
+ * The ID of the pool.
1683
+ */
1684
+ id: string;
1613
1685
  /**
1614
1686
  * The pool name. Only one of `name` and `poolId` should be specified. `clusterId` should be specified with `name`.
1615
1687
  */
1616
1688
  name: string;
1689
+ /**
1690
+ * List of private IPv4 and IPv6 addresses associated with the node
1691
+ */
1692
+ privateIps: outputs.GetKubernetesNodePoolNodePrivateIp[];
1617
1693
  /**
1618
1694
  * The public IPv4.
1619
1695
  */
@@ -1627,6 +1703,16 @@ export interface GetKubernetesNodePoolNode {
1627
1703
  */
1628
1704
  status: string;
1629
1705
  }
1706
+ export interface GetKubernetesNodePoolNodePrivateIp {
1707
+ /**
1708
+ * The private IP address
1709
+ */
1710
+ address: string;
1711
+ /**
1712
+ * The ID of the pool.
1713
+ */
1714
+ id: string;
1715
+ }
1630
1716
  export interface GetKubernetesNodePoolUpgradePolicy {
1631
1717
  /**
1632
1718
  * The maximum number of nodes to be created during the upgrade
@@ -2200,6 +2286,16 @@ export interface GetLoadbalancerCertificateLetsencrypt {
2200
2286
  */
2201
2287
  subjectAlternativeNames: string[];
2202
2288
  }
2289
+ export interface GetLoadbalancerPrivateIp {
2290
+ /**
2291
+ * The private IP address
2292
+ */
2293
+ address: string;
2294
+ /**
2295
+ * The ID of the Load Balancer.
2296
+ */
2297
+ id: string;
2298
+ }
2203
2299
  export interface GetLoadbalancerPrivateNetwork {
2204
2300
  /**
2205
2301
  * Set to true if you want to let DHCP assign IP addresses
@@ -2337,6 +2433,16 @@ export interface GetRedisClusterAcl {
2337
2433
  */
2338
2434
  ip: string;
2339
2435
  }
2436
+ export interface GetRedisClusterPrivateIp {
2437
+ /**
2438
+ * The private IPv4 address
2439
+ */
2440
+ address: string;
2441
+ /**
2442
+ * The ID of the Redis cluster.
2443
+ */
2444
+ id: string;
2445
+ }
2340
2446
  export interface GetRedisClusterPrivateNetwork {
2341
2447
  /**
2342
2448
  * The ID of the endpoint.
@@ -2443,6 +2549,16 @@ export interface GetVpcGatewayNetworkIpamConfig {
2443
2549
  */
2444
2550
  pushDefaultRoute: boolean;
2445
2551
  }
2552
+ export interface GetVpcGatewayNetworkPrivateIp {
2553
+ /**
2554
+ * The private IPv4 address.
2555
+ */
2556
+ address: string;
2557
+ /**
2558
+ * The ID of the IPv4 address resource.
2559
+ */
2560
+ id: string;
2561
+ }
2446
2562
  export interface GetVpcPrivateNetworkIpv4Subnet {
2447
2563
  /**
2448
2564
  * The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet
@@ -2839,6 +2955,16 @@ export interface InstanceImageAdditionalVolume {
2839
2955
  */
2840
2956
  zone: string;
2841
2957
  }
2958
+ export interface InstancePrivateNicPrivateIp {
2959
+ /**
2960
+ * The private IP address.
2961
+ */
2962
+ address: string;
2963
+ /**
2964
+ * The ID of the IP address resource.
2965
+ */
2966
+ id: string;
2967
+ }
2842
2968
  export interface InstanceSecurityGroupInboundRule {
2843
2969
  /**
2844
2970
  * The action to take when rule match. Possible values are: `accept` or `drop`.
@@ -2951,6 +3077,16 @@ export interface InstanceSecurityGroupRulesOutboundRule {
2951
3077
  */
2952
3078
  protocol?: string;
2953
3079
  }
3080
+ export interface InstanceServerPrivateIp {
3081
+ /**
3082
+ * The private IP address.
3083
+ */
3084
+ address: string;
3085
+ /**
3086
+ * The ID of the IP address resource.
3087
+ */
3088
+ id: string;
3089
+ }
2954
3090
  export interface InstanceServerPrivateNetwork {
2955
3091
  /**
2956
3092
  * MAC address of the NIC
@@ -3324,12 +3460,20 @@ export interface KubernetesClusterOpenIdConnectConfig {
3324
3460
  usernamePrefix?: string;
3325
3461
  }
3326
3462
  export interface KubernetesNodePoolNode {
3463
+ /**
3464
+ * The ID of the IP address resource.
3465
+ */
3466
+ id: string;
3327
3467
  /**
3328
3468
  * The name for the pool.
3329
3469
  *
3330
3470
  * > **Important:** Updates to this field will recreate a new resource.
3331
3471
  */
3332
3472
  name: string;
3473
+ /**
3474
+ * The list of private IPv4 and IPv6 addresses associated with the node.
3475
+ */
3476
+ privateIps: outputs.KubernetesNodePoolNodePrivateIp[];
3333
3477
  /**
3334
3478
  * The public IPv4. (Deprecated, Please use the official Kubernetes provider and the kubernetesNodes data source)
3335
3479
  *
@@ -3347,6 +3491,16 @@ export interface KubernetesNodePoolNode {
3347
3491
  */
3348
3492
  status: string;
3349
3493
  }
3494
+ export interface KubernetesNodePoolNodePrivateIp {
3495
+ /**
3496
+ * The private IP address.
3497
+ */
3498
+ address: string;
3499
+ /**
3500
+ * The ID of the IP address resource.
3501
+ */
3502
+ id: string;
3503
+ }
3350
3504
  export interface KubernetesNodePoolUpgradePolicy {
3351
3505
  /**
3352
3506
  * The maximum number of nodes to be created during the upgrade
@@ -3539,6 +3693,16 @@ export interface LoadbalancerFrontendAclMatch {
3539
3693
  */
3540
3694
  ipSubnets?: string[];
3541
3695
  }
3696
+ export interface LoadbalancerPrivateIp {
3697
+ /**
3698
+ * The private IP address.
3699
+ */
3700
+ address: string;
3701
+ /**
3702
+ * The ID of the IP address resource.
3703
+ */
3704
+ id: string;
3705
+ }
3542
3706
  export interface LoadbalancerPrivateNetwork {
3543
3707
  /**
3544
3708
  * Please use `ipamIds`. Set to `true` if you want to let DHCP assign IP addresses.
@@ -3800,7 +3964,7 @@ export interface RedisClusterAcl {
3800
3964
  */
3801
3965
  description: string;
3802
3966
  /**
3803
- * (Required) The UUID of the endpoint.
3967
+ * The ID of the IPv4 address resource.
3804
3968
  */
3805
3969
  id: string;
3806
3970
  /**
@@ -3809,6 +3973,16 @@ export interface RedisClusterAcl {
3809
3973
  */
3810
3974
  ip: string;
3811
3975
  }
3976
+ export interface RedisClusterPrivateIp {
3977
+ /**
3978
+ * The private IPv4 address.
3979
+ */
3980
+ address: string;
3981
+ /**
3982
+ * The ID of the IPv4 address resource.
3983
+ */
3984
+ id: string;
3985
+ }
3812
3986
  export interface RedisClusterPrivateNetwork {
3813
3987
  /**
3814
3988
  * The ID of the endpoint.
@@ -3849,7 +4023,7 @@ export interface RedisClusterPrivateNetwork {
3849
4023
  }
3850
4024
  export interface RedisClusterPublicNetwork {
3851
4025
  /**
3852
- * (Required) The UUID of the endpoint.
4026
+ * The ID of the IPv4 address resource.
3853
4027
  */
3854
4028
  id: string;
3855
4029
  /**
@@ -3937,6 +4111,16 @@ export interface VpcGatewayNetworkIpamConfig {
3937
4111
  */
3938
4112
  pushDefaultRoute?: boolean;
3939
4113
  }
4114
+ export interface VpcGatewayNetworkPrivateIp {
4115
+ /**
4116
+ * The private IPv4 address.
4117
+ */
4118
+ address: string;
4119
+ /**
4120
+ * The ID of the IPv4 address resource.
4121
+ */
4122
+ id: string;
4123
+ }
3940
4124
  export interface VpcPrivateNetworkIpv4Subnet {
3941
4125
  /**
3942
4126
  * The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
@@ -4326,6 +4510,16 @@ export declare namespace databases {
4326
4510
  */
4327
4511
  totalDiskRetention: number;
4328
4512
  }
4513
+ interface GetInstancePrivateIp {
4514
+ /**
4515
+ * The private IPv4 address
4516
+ */
4517
+ address: string;
4518
+ /**
4519
+ * The ID of the Database Instance.
4520
+ */
4521
+ id: string;
4522
+ }
4329
4523
  interface GetInstancePrivateNetwork {
4330
4524
  /**
4331
4525
  * Whether or not the private network endpoint should be configured with IPAM
@@ -4410,6 +4604,16 @@ export declare namespace databases {
4410
4604
  */
4411
4605
  totalDiskRetention: number;
4412
4606
  }
4607
+ interface InstancePrivateIp {
4608
+ /**
4609
+ * The private IPv4 address.
4610
+ */
4611
+ address: string;
4612
+ /**
4613
+ * The ID of the IPv4 address resource.
4614
+ */
4615
+ id: string;
4616
+ }
4413
4617
  interface InstancePrivateNetwork {
4414
4618
  /**
4415
4619
  * Whether or not the private network endpoint should be configured with IPAM
@@ -5367,6 +5571,16 @@ export declare namespace elasticmetal {
5367
5571
  */
5368
5572
  name: string;
5369
5573
  }
5574
+ interface GetServerPrivateIp {
5575
+ /**
5576
+ * The private IP address
5577
+ */
5578
+ address: string;
5579
+ /**
5580
+ * The ID of the server.
5581
+ */
5582
+ id: string;
5583
+ }
5370
5584
  interface GetServerPrivateNetwork {
5371
5585
  /**
5372
5586
  * The date and time of the creation of the private network
@@ -5380,6 +5594,10 @@ export declare namespace elasticmetal {
5380
5594
  * List of IPAM IP IDs to attach to the server
5381
5595
  */
5382
5596
  ipamIpIds: string[];
5597
+ /**
5598
+ * The ID of the Server-to-Private Network mapping
5599
+ */
5600
+ mappingId: string;
5383
5601
  /**
5384
5602
  * The private network status
5385
5603
  */
@@ -5461,6 +5679,16 @@ export declare namespace elasticmetal {
5461
5679
  */
5462
5680
  name: string;
5463
5681
  }
5682
+ interface ServerPrivateIp {
5683
+ /**
5684
+ * The address of the IPv6.
5685
+ */
5686
+ address: string;
5687
+ /**
5688
+ * The ID of the IPv6.
5689
+ */
5690
+ id: string;
5691
+ }
5464
5692
  interface ServerPrivateNetwork {
5465
5693
  /**
5466
5694
  * The date and time of the creation of the private network.
@@ -5474,6 +5702,10 @@ export declare namespace elasticmetal {
5474
5702
  * List of IPAM IP IDs to assign to the server in the requested private network.
5475
5703
  */
5476
5704
  ipamIpIds: string[];
5705
+ /**
5706
+ * The ID of the Server-to-Private Network mapping.
5707
+ */
5708
+ mappingId: string;
5477
5709
  /**
5478
5710
  * The private network status.
5479
5711
  */
@@ -5768,8 +6000,66 @@ export declare namespace inference {
5768
6000
  */
5769
6001
  url: string;
5770
6002
  }
6003
+ interface GetModelNodesSupport {
6004
+ /**
6005
+ * The type of node supported.
6006
+ */
6007
+ nodeTypeName: string;
6008
+ /**
6009
+ * A list of supported quantization options, including:
6010
+ */
6011
+ quantizations: outputs.inference.GetModelNodesSupportQuantization[];
6012
+ }
6013
+ interface GetModelNodesSupportQuantization {
6014
+ /**
6015
+ * Whether this quantization is allowed.
6016
+ */
6017
+ allowed: boolean;
6018
+ /**
6019
+ * Maximum context length supported by this quantization.
6020
+ */
6021
+ maxContextSize: number;
6022
+ /**
6023
+ * Number of bits used for quantization (e.g., 8, 16).
6024
+ */
6025
+ quantizationBits: number;
6026
+ }
6027
+ interface ModelNodesSupport {
6028
+ /**
6029
+ * The type of node supported.
6030
+ */
6031
+ nodeTypeName: string;
6032
+ /**
6033
+ * A list of supported quantization options, including:
6034
+ */
6035
+ quantizations: outputs.inference.ModelNodesSupportQuantization[];
6036
+ }
6037
+ interface ModelNodesSupportQuantization {
6038
+ /**
6039
+ * Whether this quantization is allowed.
6040
+ */
6041
+ allowed: boolean;
6042
+ /**
6043
+ * Maximum context length supported by this quantization.
6044
+ */
6045
+ maxContextSize: number;
6046
+ /**
6047
+ * Number of bits used for quantization (e.g., 8, 16).
6048
+ */
6049
+ quantizationBits: number;
6050
+ }
5771
6051
  }
5772
6052
  export declare namespace instance {
6053
+ interface GetPrivateNicPrivateIp {
6054
+ /**
6055
+ * The private IP address
6056
+ */
6057
+ address: string;
6058
+ /**
6059
+ * The ID of the IP address resource
6060
+ */
6061
+ id: string;
6062
+ }
5773
6063
  interface GetSecurityGroupInboundRule {
5774
6064
  /**
5775
6065
  * The action to take when rule match. Possible values are: `accept` or `drop`.
@@ -5826,6 +6116,16 @@ export declare namespace instance {
5826
6116
  */
5827
6117
  protocol: string;
5828
6118
  }
6119
+ interface GetServerPrivateIp {
6120
+ /**
6121
+ * The address of the IP
6122
+ */
6123
+ address: string;
6124
+ /**
6125
+ * The ID of the IP
6126
+ */
6127
+ id: string;
6128
+ }
5829
6129
  interface GetServerPrivateNetwork {
5830
6130
  /**
5831
6131
  * MAC address of the NIC
@@ -6053,6 +6353,16 @@ export declare namespace instance {
6053
6353
  */
6054
6354
  zone: string;
6055
6355
  }
6356
+ interface PrivateNicPrivateIp {
6357
+ /**
6358
+ * The private IP address.
6359
+ */
6360
+ address: string;
6361
+ /**
6362
+ * The ID of the IP address resource.
6363
+ */
6364
+ id: string;
6365
+ }
6056
6366
  interface SecurityGroupInboundRule {
6057
6367
  /**
6058
6368
  * The action to take when rule match. Possible values are: `accept` or `drop`.
@@ -6165,6 +6475,16 @@ export declare namespace instance {
6165
6475
  */
6166
6476
  protocol?: string;
6167
6477
  }
6478
+ interface ServerPrivateIp {
6479
+ /**
6480
+ * The private IP address.
6481
+ */
6482
+ address: string;
6483
+ /**
6484
+ * The ID of the IP address resource.
6485
+ */
6486
+ id: string;
6487
+ }
6168
6488
  interface ServerPrivateNetwork {
6169
6489
  /**
6170
6490
  * MAC address of the NIC
@@ -6564,6 +6884,29 @@ export declare namespace job {
6564
6884
  }
6565
6885
  }
6566
6886
  export declare namespace kubernetes {
6887
+ interface AclAclRule {
6888
+ /**
6889
+ * A text describing this rule.
6890
+ */
6891
+ description?: string;
6892
+ /**
6893
+ * The ID of the ACL resource. It is the same as the ID of the cluster.
6894
+ */
6895
+ id: string;
6896
+ /**
6897
+ * The IP range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
6898
+ *
6899
+ * > **Important:** If the `ip` field is set, `scalewayRanges` cannot be set to true in the same rule.
6900
+ */
6901
+ ip?: string;
6902
+ /**
6903
+ * Allow access to cluster from all Scaleway ranges as defined in [Scaleway Network Information - IP ranges used by Scaleway](https://www.scaleway.com/en/docs/console/account/reference-content/scaleway-network-information/#ip-ranges-used-by-scaleway).
6904
+ * Only one rule with this field set to true can be added.
6905
+ *
6906
+ * > **Important:** If the `scalewayRanges` field is set to true, the `ip` field cannot be set on the same rule.
6907
+ */
6908
+ scalewayRanges?: boolean;
6909
+ }
6567
6910
  interface ClusterAutoUpgrade {
6568
6911
  /**
6569
6912
  * Set to `true` to enable Kubernetes patch version auto upgrades.
@@ -6774,10 +7117,18 @@ export declare namespace kubernetes {
6774
7117
  usernamePrefix: string;
6775
7118
  }
6776
7119
  interface GetPoolNode {
7120
+ /**
7121
+ * The ID of the pool.
7122
+ */
7123
+ id: string;
6777
7124
  /**
6778
7125
  * The pool name. Only one of `name` and `poolId` should be specified. `clusterId` should be specified with `name`.
6779
7126
  */
6780
7127
  name: string;
7128
+ /**
7129
+ * List of private IPv4 and IPv6 addresses associated with the node
7130
+ */
7131
+ privateIps: outputs.kubernetes.GetPoolNodePrivateIp[];
6781
7132
  /**
6782
7133
  * The public IPv4.
6783
7134
  */
@@ -6791,6 +7142,16 @@ export declare namespace kubernetes {
6791
7142
  */
6792
7143
  status: string;
6793
7144
  }
7145
+ interface GetPoolNodePrivateIp {
7146
+ /**
7147
+ * The private IP address
7148
+ */
7149
+ address: string;
7150
+ /**
7151
+ * The ID of the pool.
7152
+ */
7153
+ id: string;
7154
+ }
6794
7155
  interface GetPoolUpgradePolicy {
6795
7156
  /**
6796
7157
  * The maximum number of nodes to be created during the upgrade
@@ -6802,12 +7163,20 @@ export declare namespace kubernetes {
6802
7163
  maxUnavailable: number;
6803
7164
  }
6804
7165
  interface PoolNode {
7166
+ /**
7167
+ * The ID of the IP address resource.
7168
+ */
7169
+ id: string;
6805
7170
  /**
6806
7171
  * The name for the pool.
6807
7172
  *
6808
7173
  * > **Important:** Updates to this field will recreate a new resource.
6809
7174
  */
6810
7175
  name: string;
7176
+ /**
7177
+ * The list of private IPv4 and IPv6 addresses associated with the node.
7178
+ */
7179
+ privateIps: outputs.kubernetes.PoolNodePrivateIp[];
6811
7180
  /**
6812
7181
  * The public IPv4. (Deprecated, Please use the official Kubernetes provider and the kubernetesNodes data source)
6813
7182
  *
@@ -6825,6 +7194,16 @@ export declare namespace kubernetes {
6825
7194
  */
6826
7195
  status: string;
6827
7196
  }
7197
+ interface PoolNodePrivateIp {
7198
+ /**
7199
+ * The private IP address.
7200
+ */
7201
+ address: string;
7202
+ /**
7203
+ * The ID of the IP address resource.
7204
+ */
7205
+ id: string;
7206
+ }
6828
7207
  interface PoolUpgradePolicy {
6829
7208
  /**
6830
7209
  * The maximum number of nodes to be created during the upgrade
@@ -7426,6 +7805,16 @@ export declare namespace loadbalancers {
7426
7805
  */
7427
7806
  zone: string;
7428
7807
  }
7808
+ interface GetLoadBalancerPrivateIp {
7809
+ /**
7810
+ * The private IP address
7811
+ */
7812
+ address: string;
7813
+ /**
7814
+ * The ID of the Load Balancer.
7815
+ */
7816
+ id: string;
7817
+ }
7429
7818
  interface GetLoadBalancerPrivateNetwork {
7430
7819
  /**
7431
7820
  * Set to true if you want to let DHCP assign IP addresses
@@ -7608,6 +7997,16 @@ export declare namespace loadbalancers {
7608
7997
  */
7609
7998
  updateAt: string;
7610
7999
  }
8000
+ interface LoadBalancerPrivateIp {
8001
+ /**
8002
+ * The private IP address.
8003
+ */
8004
+ address: string;
8005
+ /**
8006
+ * The ID of the IP address resource.
8007
+ */
8008
+ id: string;
8009
+ }
7611
8010
  interface LoadBalancerPrivateNetwork {
7612
8011
  /**
7613
8012
  * Please use `ipamIds`. Set to `true` if you want to let DHCP assign IP addresses.
@@ -7793,6 +8192,16 @@ export declare namespace network {
7793
8192
  */
7794
8193
  pushDefaultRoute?: boolean;
7795
8194
  }
8195
+ interface GatewayNetworkPrivateIp {
8196
+ /**
8197
+ * The private IPv4 address.
8198
+ */
8199
+ address: string;
8200
+ /**
8201
+ * The ID of the IPv4 address resource.
8202
+ */
8203
+ id: string;
8204
+ }
7796
8205
  interface GetGatewayNetworkIpamConfig {
7797
8206
  /**
7798
8207
  * Use this IPAM-booked IP ID as the Gateway's IP in this Private Network
@@ -7803,6 +8212,16 @@ export declare namespace network {
7803
8212
  */
7804
8213
  pushDefaultRoute: boolean;
7805
8214
  }
8215
+ interface GetGatewayNetworkPrivateIp {
8216
+ /**
8217
+ * The private IPv4 address.
8218
+ */
8219
+ address: string;
8220
+ /**
8221
+ * The ID of the IPv4 address resource.
8222
+ */
8223
+ id: string;
8224
+ }
7806
8225
  interface GetPrivateNetworkIpv4Subnet {
7807
8226
  /**
7808
8227
  * The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet
@@ -8351,7 +8770,7 @@ export declare namespace redis {
8351
8770
  */
8352
8771
  description: string;
8353
8772
  /**
8354
- * (Required) The UUID of the endpoint.
8773
+ * The ID of the IPv4 address resource.
8355
8774
  */
8356
8775
  id: string;
8357
8776
  /**
@@ -8360,6 +8779,16 @@ export declare namespace redis {
8360
8779
  */
8361
8780
  ip: string;
8362
8781
  }
8782
+ interface ClusterPrivateIp {
8783
+ /**
8784
+ * The private IPv4 address.
8785
+ */
8786
+ address: string;
8787
+ /**
8788
+ * The ID of the IPv4 address resource.
8789
+ */
8790
+ id: string;
8791
+ }
8363
8792
  interface ClusterPrivateNetwork {
8364
8793
  /**
8365
8794
  * The ID of the endpoint.
@@ -8400,7 +8829,7 @@ export declare namespace redis {
8400
8829
  }
8401
8830
  interface ClusterPublicNetwork {
8402
8831
  /**
8403
- * (Required) The UUID of the endpoint.
8832
+ * The ID of the IPv4 address resource.
8404
8833
  */
8405
8834
  id: string;
8406
8835
  /**
@@ -8426,6 +8855,16 @@ export declare namespace redis {
8426
8855
  */
8427
8856
  ip: string;
8428
8857
  }
8858
+ interface GetClusterPrivateIp {
8859
+ /**
8860
+ * The private IPv4 address
8861
+ */
8862
+ address: string;
8863
+ /**
8864
+ * The ID of the Redis cluster.
8865
+ */
8866
+ id: string;
8867
+ }
8429
8868
  interface GetClusterPrivateNetwork {
8430
8869
  /**
8431
8870
  * The ID of the endpoint.