@pulumiverse/scaleway 1.28.0-alpha.1746693446 → 1.28.0-alpha.1747384911

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/input.d.ts CHANGED
@@ -94,6 +94,16 @@ export interface BaremetalServerOption {
94
94
  */
95
95
  name?: pulumi.Input<string>;
96
96
  }
97
+ export interface BaremetalServerPrivateIp {
98
+ /**
99
+ * The address of the IPv6.
100
+ */
101
+ address?: pulumi.Input<string>;
102
+ /**
103
+ * The ID of the IPv6.
104
+ */
105
+ id?: pulumi.Input<string>;
106
+ }
97
107
  export interface BaremetalServerPrivateNetwork {
98
108
  /**
99
109
  * The date and time of the creation of the private network.
@@ -107,6 +117,10 @@ export interface BaremetalServerPrivateNetwork {
107
117
  * List of IPAM IP IDs to assign to the server in the requested private network.
108
118
  */
109
119
  ipamIpIds?: pulumi.Input<pulumi.Input<string>[]>;
120
+ /**
121
+ * The ID of the Server-to-Private Network mapping.
122
+ */
123
+ mappingId?: pulumi.Input<string>;
110
124
  /**
111
125
  * The private network status.
112
126
  */
@@ -310,6 +324,16 @@ export interface DatabaseInstanceLogsPolicy {
310
324
  */
311
325
  totalDiskRetention?: pulumi.Input<number>;
312
326
  }
327
+ export interface DatabaseInstancePrivateIp {
328
+ /**
329
+ * The private IPv4 address.
330
+ */
331
+ address?: pulumi.Input<string>;
332
+ /**
333
+ * The ID of the IPv4 address resource.
334
+ */
335
+ id?: pulumi.Input<string>;
336
+ }
313
337
  export interface DatabaseInstancePrivateNetwork {
314
338
  /**
315
339
  * Whether or not the private network endpoint should be configured with IPAM
@@ -794,6 +818,16 @@ export interface InstanceImageAdditionalVolume {
794
818
  */
795
819
  zone?: pulumi.Input<string>;
796
820
  }
821
+ export interface InstancePrivateNicPrivateIp {
822
+ /**
823
+ * The private IP address.
824
+ */
825
+ address?: pulumi.Input<string>;
826
+ /**
827
+ * The ID of the IP address resource.
828
+ */
829
+ id?: pulumi.Input<string>;
830
+ }
797
831
  export interface InstanceSecurityGroupInboundRule {
798
832
  /**
799
833
  * The action to take when rule match. Possible values are: `accept` or `drop`.
@@ -906,6 +940,16 @@ export interface InstanceSecurityGroupRulesOutboundRule {
906
940
  */
907
941
  protocol?: pulumi.Input<string>;
908
942
  }
943
+ export interface InstanceServerPrivateIp {
944
+ /**
945
+ * The private IP address.
946
+ */
947
+ address?: pulumi.Input<string>;
948
+ /**
949
+ * The ID of the IP address resource.
950
+ */
951
+ id?: pulumi.Input<string>;
952
+ }
909
953
  export interface InstanceServerPrivateNetwork {
910
954
  /**
911
955
  * MAC address of the NIC
@@ -1279,12 +1323,20 @@ export interface KubernetesClusterOpenIdConnectConfig {
1279
1323
  usernamePrefix?: pulumi.Input<string>;
1280
1324
  }
1281
1325
  export interface KubernetesNodePoolNode {
1326
+ /**
1327
+ * The ID of the IP address resource.
1328
+ */
1329
+ id?: pulumi.Input<string>;
1282
1330
  /**
1283
1331
  * The name for the pool.
1284
1332
  *
1285
1333
  * > **Important:** Updates to this field will recreate a new resource.
1286
1334
  */
1287
1335
  name?: pulumi.Input<string>;
1336
+ /**
1337
+ * The list of private IPv4 and IPv6 addresses associated with the node.
1338
+ */
1339
+ privateIps?: pulumi.Input<pulumi.Input<inputs.KubernetesNodePoolNodePrivateIp>[]>;
1288
1340
  /**
1289
1341
  * The public IPv4. (Deprecated, Please use the official Kubernetes provider and the kubernetesNodes data source)
1290
1342
  *
@@ -1302,6 +1354,16 @@ export interface KubernetesNodePoolNode {
1302
1354
  */
1303
1355
  status?: pulumi.Input<string>;
1304
1356
  }
1357
+ export interface KubernetesNodePoolNodePrivateIp {
1358
+ /**
1359
+ * The private IP address.
1360
+ */
1361
+ address?: pulumi.Input<string>;
1362
+ /**
1363
+ * The ID of the IP address resource.
1364
+ */
1365
+ id?: pulumi.Input<string>;
1366
+ }
1305
1367
  export interface KubernetesNodePoolUpgradePolicy {
1306
1368
  /**
1307
1369
  * The maximum number of nodes to be created during the upgrade
@@ -1494,6 +1556,16 @@ export interface LoadbalancerFrontendAclMatch {
1494
1556
  */
1495
1557
  ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
1496
1558
  }
1559
+ export interface LoadbalancerPrivateIp {
1560
+ /**
1561
+ * The private IP address.
1562
+ */
1563
+ address?: pulumi.Input<string>;
1564
+ /**
1565
+ * The ID of the IP address resource.
1566
+ */
1567
+ id?: pulumi.Input<string>;
1568
+ }
1497
1569
  export interface LoadbalancerPrivateNetwork {
1498
1570
  /**
1499
1571
  * Please use `ipamIds`. Set to `true` if you want to let DHCP assign IP addresses.
@@ -1755,7 +1827,7 @@ export interface RedisClusterAcl {
1755
1827
  */
1756
1828
  description?: pulumi.Input<string>;
1757
1829
  /**
1758
- * (Required) The UUID of the endpoint.
1830
+ * The ID of the IPv4 address resource.
1759
1831
  */
1760
1832
  id?: pulumi.Input<string>;
1761
1833
  /**
@@ -1764,6 +1836,16 @@ export interface RedisClusterAcl {
1764
1836
  */
1765
1837
  ip: pulumi.Input<string>;
1766
1838
  }
1839
+ export interface RedisClusterPrivateIp {
1840
+ /**
1841
+ * The private IPv4 address.
1842
+ */
1843
+ address?: pulumi.Input<string>;
1844
+ /**
1845
+ * The ID of the IPv4 address resource.
1846
+ */
1847
+ id?: pulumi.Input<string>;
1848
+ }
1767
1849
  export interface RedisClusterPrivateNetwork {
1768
1850
  /**
1769
1851
  * The ID of the endpoint.
@@ -1804,7 +1886,7 @@ export interface RedisClusterPrivateNetwork {
1804
1886
  }
1805
1887
  export interface RedisClusterPublicNetwork {
1806
1888
  /**
1807
- * (Required) The UUID of the endpoint.
1889
+ * The ID of the IPv4 address resource.
1808
1890
  */
1809
1891
  id?: pulumi.Input<string>;
1810
1892
  /**
@@ -1892,6 +1974,16 @@ export interface VpcGatewayNetworkIpamConfig {
1892
1974
  */
1893
1975
  pushDefaultRoute?: pulumi.Input<boolean>;
1894
1976
  }
1977
+ export interface VpcGatewayNetworkPrivateIp {
1978
+ /**
1979
+ * The private IPv4 address.
1980
+ */
1981
+ address?: pulumi.Input<string>;
1982
+ /**
1983
+ * The ID of the IPv4 address resource.
1984
+ */
1985
+ id?: pulumi.Input<string>;
1986
+ }
1895
1987
  export interface VpcPrivateNetworkIpv4Subnet {
1896
1988
  /**
1897
1989
  * The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
@@ -2141,6 +2233,16 @@ export declare namespace databases {
2141
2233
  */
2142
2234
  totalDiskRetention?: pulumi.Input<number>;
2143
2235
  }
2236
+ interface InstancePrivateIp {
2237
+ /**
2238
+ * The private IPv4 address.
2239
+ */
2240
+ address?: pulumi.Input<string>;
2241
+ /**
2242
+ * The ID of the IPv4 address resource.
2243
+ */
2244
+ id?: pulumi.Input<string>;
2245
+ }
2144
2246
  interface InstancePrivateNetwork {
2145
2247
  /**
2146
2248
  * Whether or not the private network endpoint should be configured with IPAM
@@ -2913,6 +3015,16 @@ export declare namespace elasticmetal {
2913
3015
  */
2914
3016
  name?: pulumi.Input<string>;
2915
3017
  }
3018
+ interface ServerPrivateIp {
3019
+ /**
3020
+ * The address of the IPv6.
3021
+ */
3022
+ address?: pulumi.Input<string>;
3023
+ /**
3024
+ * The ID of the IPv6.
3025
+ */
3026
+ id?: pulumi.Input<string>;
3027
+ }
2916
3028
  interface ServerPrivateNetwork {
2917
3029
  /**
2918
3030
  * The date and time of the creation of the private network.
@@ -2926,6 +3038,10 @@ export declare namespace elasticmetal {
2926
3038
  * List of IPAM IP IDs to assign to the server in the requested private network.
2927
3039
  */
2928
3040
  ipamIpIds?: pulumi.Input<pulumi.Input<string>[]>;
3041
+ /**
3042
+ * The ID of the Server-to-Private Network mapping.
3043
+ */
3044
+ mappingId?: pulumi.Input<string>;
2929
3045
  /**
2930
3046
  * The private network status.
2931
3047
  */
@@ -3089,6 +3205,30 @@ export declare namespace inference {
3089
3205
  */
3090
3206
  url?: pulumi.Input<string>;
3091
3207
  }
3208
+ interface ModelNodesSupport {
3209
+ /**
3210
+ * The type of node supported.
3211
+ */
3212
+ nodeTypeName?: pulumi.Input<string>;
3213
+ /**
3214
+ * A list of supported quantization options, including:
3215
+ */
3216
+ quantizations?: pulumi.Input<pulumi.Input<inputs.inference.ModelNodesSupportQuantization>[]>;
3217
+ }
3218
+ interface ModelNodesSupportQuantization {
3219
+ /**
3220
+ * Whether this quantization is allowed.
3221
+ */
3222
+ allowed?: pulumi.Input<boolean>;
3223
+ /**
3224
+ * Maximum context length supported by this quantization.
3225
+ */
3226
+ maxContextSize?: pulumi.Input<number>;
3227
+ /**
3228
+ * Number of bits used for quantization (e.g., 8, 16).
3229
+ */
3230
+ quantizationBits?: pulumi.Input<number>;
3231
+ }
3092
3232
  }
3093
3233
  export declare namespace instance {
3094
3234
  interface ImageAdditionalVolume {
@@ -3147,6 +3287,16 @@ export declare namespace instance {
3147
3287
  */
3148
3288
  zone?: pulumi.Input<string>;
3149
3289
  }
3290
+ interface PrivateNicPrivateIp {
3291
+ /**
3292
+ * The private IP address.
3293
+ */
3294
+ address?: pulumi.Input<string>;
3295
+ /**
3296
+ * The ID of the IP address resource.
3297
+ */
3298
+ id?: pulumi.Input<string>;
3299
+ }
3150
3300
  interface SecurityGroupInboundRule {
3151
3301
  /**
3152
3302
  * The action to take when rule match. Possible values are: `accept` or `drop`.
@@ -3259,6 +3409,16 @@ export declare namespace instance {
3259
3409
  */
3260
3410
  protocol?: pulumi.Input<string>;
3261
3411
  }
3412
+ interface ServerPrivateIp {
3413
+ /**
3414
+ * The private IP address.
3415
+ */
3416
+ address?: pulumi.Input<string>;
3417
+ /**
3418
+ * The ID of the IP address resource.
3419
+ */
3420
+ id?: pulumi.Input<string>;
3421
+ }
3262
3422
  interface ServerPrivateNetwork {
3263
3423
  /**
3264
3424
  * MAC address of the NIC
@@ -3590,6 +3750,29 @@ export declare namespace job {
3590
3750
  }
3591
3751
  }
3592
3752
  export declare namespace kubernetes {
3753
+ interface AclAclRule {
3754
+ /**
3755
+ * A text describing this rule.
3756
+ */
3757
+ description?: pulumi.Input<string>;
3758
+ /**
3759
+ * The ID of the ACL resource. It is the same as the ID of the cluster.
3760
+ */
3761
+ id?: pulumi.Input<string>;
3762
+ /**
3763
+ * The IP range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
3764
+ *
3765
+ * > **Important:** If the `ip` field is set, `scalewayRanges` cannot be set to true in the same rule.
3766
+ */
3767
+ ip?: pulumi.Input<string>;
3768
+ /**
3769
+ * 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).
3770
+ * Only one rule with this field set to true can be added.
3771
+ *
3772
+ * > **Important:** If the `scalewayRanges` field is set to true, the `ip` field cannot be set on the same rule.
3773
+ */
3774
+ scalewayRanges?: pulumi.Input<boolean>;
3775
+ }
3593
3776
  interface ClusterAutoUpgrade {
3594
3777
  /**
3595
3778
  * Set to `true` to enable Kubernetes patch version auto upgrades.
@@ -3696,12 +3879,20 @@ export declare namespace kubernetes {
3696
3879
  usernamePrefix?: pulumi.Input<string>;
3697
3880
  }
3698
3881
  interface PoolNode {
3882
+ /**
3883
+ * The ID of the IP address resource.
3884
+ */
3885
+ id?: pulumi.Input<string>;
3699
3886
  /**
3700
3887
  * The name for the pool.
3701
3888
  *
3702
3889
  * > **Important:** Updates to this field will recreate a new resource.
3703
3890
  */
3704
3891
  name?: pulumi.Input<string>;
3892
+ /**
3893
+ * The list of private IPv4 and IPv6 addresses associated with the node.
3894
+ */
3895
+ privateIps?: pulumi.Input<pulumi.Input<inputs.kubernetes.PoolNodePrivateIp>[]>;
3705
3896
  /**
3706
3897
  * The public IPv4. (Deprecated, Please use the official Kubernetes provider and the kubernetesNodes data source)
3707
3898
  *
@@ -3719,6 +3910,16 @@ export declare namespace kubernetes {
3719
3910
  */
3720
3911
  status?: pulumi.Input<string>;
3721
3912
  }
3913
+ interface PoolNodePrivateIp {
3914
+ /**
3915
+ * The private IP address.
3916
+ */
3917
+ address?: pulumi.Input<string>;
3918
+ /**
3919
+ * The ID of the IP address resource.
3920
+ */
3921
+ id?: pulumi.Input<string>;
3922
+ }
3722
3923
  interface PoolUpgradePolicy {
3723
3924
  /**
3724
3925
  * The maximum number of nodes to be created during the upgrade
@@ -3913,6 +4114,16 @@ export declare namespace loadbalancers {
3913
4114
  */
3914
4115
  ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
3915
4116
  }
4117
+ interface LoadBalancerPrivateIp {
4118
+ /**
4119
+ * The private IP address.
4120
+ */
4121
+ address?: pulumi.Input<string>;
4122
+ /**
4123
+ * The ID of the IP address resource.
4124
+ */
4125
+ id?: pulumi.Input<string>;
4126
+ }
3916
4127
  interface LoadBalancerPrivateNetwork {
3917
4128
  /**
3918
4129
  * Please use `ipamIds`. Set to `true` if you want to let DHCP assign IP addresses.
@@ -4062,6 +4273,16 @@ export declare namespace network {
4062
4273
  */
4063
4274
  pushDefaultRoute?: pulumi.Input<boolean>;
4064
4275
  }
4276
+ interface GatewayNetworkPrivateIp {
4277
+ /**
4278
+ * The private IPv4 address.
4279
+ */
4280
+ address?: pulumi.Input<string>;
4281
+ /**
4282
+ * The ID of the IPv4 address resource.
4283
+ */
4284
+ id?: pulumi.Input<string>;
4285
+ }
4065
4286
  interface PrivateNetworkIpv4Subnet {
4066
4287
  /**
4067
4288
  * The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
@@ -4370,7 +4591,7 @@ export declare namespace redis {
4370
4591
  */
4371
4592
  description?: pulumi.Input<string>;
4372
4593
  /**
4373
- * (Required) The UUID of the endpoint.
4594
+ * The ID of the IPv4 address resource.
4374
4595
  */
4375
4596
  id?: pulumi.Input<string>;
4376
4597
  /**
@@ -4379,6 +4600,16 @@ export declare namespace redis {
4379
4600
  */
4380
4601
  ip: pulumi.Input<string>;
4381
4602
  }
4603
+ interface ClusterPrivateIp {
4604
+ /**
4605
+ * The private IPv4 address.
4606
+ */
4607
+ address?: pulumi.Input<string>;
4608
+ /**
4609
+ * The ID of the IPv4 address resource.
4610
+ */
4611
+ id?: pulumi.Input<string>;
4612
+ }
4382
4613
  interface ClusterPrivateNetwork {
4383
4614
  /**
4384
4615
  * The ID of the endpoint.
@@ -4419,7 +4650,7 @@ export declare namespace redis {
4419
4650
  }
4420
4651
  interface ClusterPublicNetwork {
4421
4652
  /**
4422
- * (Required) The UUID of the endpoint.
4653
+ * The ID of the IPv4 address resource.
4423
4654
  */
4424
4655
  id?: pulumi.Input<string>;
4425
4656
  /**