@upcloud/pulumi-upcloud 0.9.0-alpha.1764174545 → 0.10.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/types/input.d.ts CHANGED
@@ -18,30 +18,6 @@ export interface FileStorageNetwork {
18
18
  */
19
19
  uuid: pulumi.Input<string>;
20
20
  }
21
- export interface FileStorageShare {
22
- /**
23
- * Access control entries (1–50).
24
- */
25
- acls?: pulumi.Input<pulumi.Input<inputs.FileStorageShareAcl>[]>;
26
- /**
27
- * Unique name of the share (1–64 chars).
28
- */
29
- name: pulumi.Input<string>;
30
- /**
31
- * Absolute path exported by the share (e.g. `/public`).
32
- */
33
- path: pulumi.Input<string>;
34
- }
35
- export interface FileStorageShareAcl {
36
- /**
37
- * Access level: 'ro' or 'rw'.
38
- */
39
- permission: pulumi.Input<string>;
40
- /**
41
- * Target IP/CIDR or '*'.
42
- */
43
- target: pulumi.Input<string>;
44
- }
45
21
  export interface GatewayAddress {
46
22
  /**
47
23
  * IP addresss
@@ -1453,7 +1429,7 @@ export interface LoadbalancerNodeNetworkIpAddress {
1453
1429
  }
1454
1430
  export interface ManagedDatabaseMysqlComponent {
1455
1431
  /**
1456
- * Type of the component
1432
+ * Component name.
1457
1433
  */
1458
1434
  component?: pulumi.Input<string>;
1459
1435
  /**
@@ -1501,7 +1477,7 @@ export interface ManagedDatabaseMysqlNodeState {
1501
1477
  */
1502
1478
  role?: pulumi.Input<string>;
1503
1479
  /**
1504
- * State of the node
1480
+ * Current state of the node
1505
1481
  */
1506
1482
  state?: pulumi.Input<string>;
1507
1483
  }
@@ -1684,6 +1660,10 @@ export interface ManagedDatabaseMysqlPropertiesMigration {
1684
1660
  * Database name for bootstrapping the initial connection.
1685
1661
  */
1686
1662
  dbname?: pulumi.Input<string>;
1663
+ /**
1664
+ * MySQL migration dump tool. Experimental! Tool to use for database dump and restore during migration. Default: mysqldump.
1665
+ */
1666
+ dumpTool?: pulumi.Input<string>;
1687
1667
  /**
1688
1668
  * Hostname or IP address of the server where to migrate data from.
1689
1669
  */
@@ -1708,6 +1688,10 @@ export interface ManagedDatabaseMysqlPropertiesMigration {
1708
1688
  * Port number of the server where to migrate data from.
1709
1689
  */
1710
1690
  port?: pulumi.Input<number>;
1691
+ /**
1692
+ * Skip dump-restore part and start replication.
1693
+ */
1694
+ reestablishReplication?: pulumi.Input<boolean>;
1711
1695
  /**
1712
1696
  * The server where to migrate data from is secured with SSL.
1713
1697
  */
@@ -1729,7 +1713,7 @@ export interface ManagedDatabaseMysqlPropertiesMysqlIncrementalBackup {
1729
1713
  }
1730
1714
  export interface ManagedDatabaseOpensearchComponent {
1731
1715
  /**
1732
- * Type of the component
1716
+ * Component name.
1733
1717
  */
1734
1718
  component?: pulumi.Input<string>;
1735
1719
  /**
@@ -1777,7 +1761,7 @@ export interface ManagedDatabaseOpensearchNodeState {
1777
1761
  */
1778
1762
  role?: pulumi.Input<string>;
1779
1763
  /**
1780
- * State of the node
1764
+ * Current state of the node
1781
1765
  */
1782
1766
  state?: pulumi.Input<string>;
1783
1767
  }
@@ -1964,6 +1948,18 @@ export interface ManagedDatabaseOpensearchProperties {
1964
1948
  * Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
1965
1949
  */
1966
1950
  knnMemoryCircuitBreakerLimit?: pulumi.Input<number>;
1951
+ /**
1952
+ * plugins.ml_commons.model_access_control.enabled. Enable or disable model access control for ML Commons. When enabled, access to ML models is controlled by security permissions. Defaults to false.
1953
+ */
1954
+ mlCommonsModelAccessControlEnabled?: pulumi.Input<boolean>;
1955
+ /**
1956
+ * plugins.ml_commons.native_memory_threshold. Native memory threshold percentage for ML Commons. Controls the maximum percentage of native memory that can be used by ML Commons operations. Defaults to 90%.
1957
+ */
1958
+ mlCommonsNativeMemoryThreshold?: pulumi.Input<number>;
1959
+ /**
1960
+ * plugins.ml_commons.only_run_on_ml_node. Enable or disable running ML Commons tasks only on ML nodes. When enabled, ML tasks will only execute on nodes designated as ML nodes. Defaults to true.
1961
+ */
1962
+ mlCommonsOnlyRunOnMlNode?: pulumi.Input<boolean>;
1967
1963
  /**
1968
1964
  * The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
1969
1965
  */
@@ -2601,7 +2597,7 @@ export interface ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimary
2601
2597
  }
2602
2598
  export interface ManagedDatabasePostgresqlComponent {
2603
2599
  /**
2604
- * Type of the component
2600
+ * Component name.
2605
2601
  */
2606
2602
  component?: pulumi.Input<string>;
2607
2603
  /**
@@ -2649,7 +2645,7 @@ export interface ManagedDatabasePostgresqlNodeState {
2649
2645
  */
2650
2646
  role?: pulumi.Input<string>;
2651
2647
  /**
2652
- * State of the node
2648
+ * Current state of the node
2653
2649
  */
2654
2650
  state?: pulumi.Input<string>;
2655
2651
  }
@@ -2734,6 +2730,10 @@ export interface ManagedDatabasePostgresqlProperties {
2734
2730
  * Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
2735
2731
  */
2736
2732
  defaultToastCompression?: pulumi.Input<string>;
2733
+ /**
2734
+ * Enable HA replica DNS. Creates a dedicated read-only DNS that automatically falls back to the primary if standby nodes are unavailable. It switches back when a standby recovers.
2735
+ */
2736
+ enableHaReplicaDns?: pulumi.Input<boolean>;
2737
2737
  /**
2738
2738
  * Time out sessions with open transactions after this number of milliseconds.
2739
2739
  */
@@ -3161,7 +3161,7 @@ export interface ManagedDatabaseUserValkeyAccessControl {
3161
3161
  }
3162
3162
  export interface ManagedDatabaseValkeyComponent {
3163
3163
  /**
3164
- * Type of the component
3164
+ * Component name.
3165
3165
  */
3166
3166
  component?: pulumi.Input<string>;
3167
3167
  /**
@@ -3209,7 +3209,7 @@ export interface ManagedDatabaseValkeyNodeState {
3209
3209
  */
3210
3210
  role?: pulumi.Input<string>;
3211
3211
  /**
3212
- * State of the node
3212
+ * Current state of the node
3213
3213
  */
3214
3214
  state?: pulumi.Input<string>;
3215
3215
  }