@pulumi/hcloud 1.18.0-alpha.1710917113 → 1.18.0-alpha.1711027320

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.
@@ -50,7 +50,7 @@ export interface GetFloatingIpArgs {
50
50
  */
51
51
  name?: string;
52
52
  /**
53
- * @deprecated Please use the with_selector property instead.
53
+ * @deprecated Please use the withSelector property instead.
54
54
  */
55
55
  selector?: string;
56
56
  /**
@@ -97,7 +97,7 @@ export interface GetFloatingIpResult {
97
97
  */
98
98
  readonly name?: string;
99
99
  /**
100
- * @deprecated Please use the with_selector property instead.
100
+ * @deprecated Please use the withSelector property instead.
101
101
  */
102
102
  readonly selector?: string;
103
103
  /**
@@ -161,7 +161,7 @@ export interface GetFloatingIpOutputArgs {
161
161
  */
162
162
  name?: pulumi.Input<string>;
163
163
  /**
164
- * @deprecated Please use the with_selector property instead.
164
+ * @deprecated Please use the withSelector property instead.
165
165
  */
166
166
  selector?: pulumi.Input<string>;
167
167
  /**
package/getImage.d.ts CHANGED
@@ -43,7 +43,7 @@ export interface GetImageArgs {
43
43
  */
44
44
  name?: string;
45
45
  /**
46
- * @deprecated Please use the with_selector property instead.
46
+ * @deprecated Please use the withSelector property instead.
47
47
  */
48
48
  selector?: string;
49
49
  /**
@@ -105,7 +105,7 @@ export interface GetImageResult {
105
105
  */
106
106
  readonly rapidDeploy: boolean;
107
107
  /**
108
- * @deprecated Please use the with_selector property instead.
108
+ * @deprecated Please use the withSelector property instead.
109
109
  */
110
110
  readonly selector?: string;
111
111
  /**
@@ -160,7 +160,7 @@ export interface GetImageOutputArgs {
160
160
  */
161
161
  name?: pulumi.Input<string>;
162
162
  /**
163
- * @deprecated Please use the with_selector property instead.
163
+ * @deprecated Please use the withSelector property instead.
164
164
  */
165
165
  selector?: pulumi.Input<string>;
166
166
  /**
package/getServer.d.ts CHANGED
@@ -37,7 +37,7 @@ export interface GetServerArgs {
37
37
  */
38
38
  placementGroupId?: number;
39
39
  /**
40
- * @deprecated Please use the with_selector property instead.
40
+ * @deprecated Please use the withSelector property instead.
41
41
  */
42
42
  selector?: string;
43
43
  /**
@@ -125,7 +125,7 @@ export interface GetServerResult {
125
125
  readonly rebuildProtection: boolean;
126
126
  readonly rescue: string;
127
127
  /**
128
- * @deprecated Please use the with_selector property instead.
128
+ * @deprecated Please use the withSelector property instead.
129
129
  */
130
130
  readonly selector?: string;
131
131
  /**
@@ -177,7 +177,7 @@ export interface GetServerOutputArgs {
177
177
  */
178
178
  placementGroupId?: pulumi.Input<number>;
179
179
  /**
180
- * @deprecated Please use the with_selector property instead.
180
+ * @deprecated Please use the withSelector property instead.
181
181
  */
182
182
  selector?: pulumi.Input<string>;
183
183
  /**
@@ -9,7 +9,7 @@ export declare function getServerTypes(args?: GetServerTypesArgs, opts?: pulumi.
9
9
  */
10
10
  export interface GetServerTypesArgs {
11
11
  /**
12
- * @deprecated Use server_types list instead
12
+ * @deprecated Use serverTypes list instead
13
13
  */
14
14
  serverTypeIds?: string[];
15
15
  }
@@ -18,7 +18,7 @@ export interface GetServerTypesArgs {
18
18
  */
19
19
  export interface GetServerTypesResult {
20
20
  /**
21
- * @deprecated Use server_types list instead
21
+ * @deprecated Use serverTypes list instead
22
22
  */
23
23
  readonly descriptions: string[];
24
24
  /**
@@ -26,11 +26,11 @@ export interface GetServerTypesResult {
26
26
  */
27
27
  readonly id: string;
28
28
  /**
29
- * @deprecated Use server_types list instead
29
+ * @deprecated Use serverTypes list instead
30
30
  */
31
31
  readonly names: string[];
32
32
  /**
33
- * @deprecated Use server_types list instead
33
+ * @deprecated Use serverTypes list instead
34
34
  */
35
35
  readonly serverTypeIds?: string[];
36
36
  /**
@@ -47,7 +47,7 @@ export declare function getServerTypesOutput(args?: GetServerTypesOutputArgs, op
47
47
  */
48
48
  export interface GetServerTypesOutputArgs {
49
49
  /**
50
- * @deprecated Use server_types list instead
50
+ * @deprecated Use serverTypes list instead
51
51
  */
52
52
  serverTypeIds?: pulumi.Input<pulumi.Input<string>[]>;
53
53
  }
package/getSshKey.d.ts CHANGED
@@ -45,7 +45,7 @@ export interface GetSshKeyArgs {
45
45
  */
46
46
  name?: string;
47
47
  /**
48
- * @deprecated Please use the with_selector property instead.
48
+ * @deprecated Please use the withSelector property instead.
49
49
  */
50
50
  selector?: string;
51
51
  /**
@@ -77,7 +77,7 @@ export interface GetSshKeyResult {
77
77
  */
78
78
  readonly publicKey: string;
79
79
  /**
80
- * @deprecated Please use the with_selector property instead.
80
+ * @deprecated Please use the withSelector property instead.
81
81
  */
82
82
  readonly selector?: string;
83
83
  readonly withSelector?: string;
@@ -128,7 +128,7 @@ export interface GetSshKeyOutputArgs {
128
128
  */
129
129
  name?: pulumi.Input<string>;
130
130
  /**
131
- * @deprecated Please use the with_selector property instead.
131
+ * @deprecated Please use the withSelector property instead.
132
132
  */
133
133
  selector?: pulumi.Input<string>;
134
134
  /**
package/getVolume.d.ts CHANGED
@@ -37,7 +37,7 @@ export interface GetVolumeArgs {
37
37
  */
38
38
  name?: string;
39
39
  /**
40
- * @deprecated Please use the with_selector property instead.
40
+ * @deprecated Please use the withSelector property instead.
41
41
  */
42
42
  selector?: string;
43
43
  /**
@@ -84,7 +84,7 @@ export interface GetVolumeResult {
84
84
  */
85
85
  readonly name: string;
86
86
  /**
87
- * @deprecated Please use the with_selector property instead.
87
+ * @deprecated Please use the withSelector property instead.
88
88
  */
89
89
  readonly selector?: string;
90
90
  /**
@@ -136,7 +136,7 @@ export interface GetVolumeOutputArgs {
136
136
  */
137
137
  name?: pulumi.Input<string>;
138
138
  /**
139
- * @deprecated Please use the with_selector property instead.
139
+ * @deprecated Please use the withSelector property instead.
140
140
  */
141
141
  selector?: pulumi.Input<string>;
142
142
  /**
package/loadBalancer.d.ts CHANGED
@@ -97,7 +97,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
97
97
  */
98
98
  readonly networkZone: pulumi.Output<string>;
99
99
  /**
100
- * @deprecated Use hcloud_load_balancer_target resource instead. This allows the full control over the selected targets.
100
+ * @deprecated Use hcloud.LoadBalancerTarget resource instead. This allows the full control over the selected targets.
101
101
  */
102
102
  readonly targets: pulumi.Output<outputs.LoadBalancerTarget[]>;
103
103
  /**
@@ -160,7 +160,7 @@ export interface LoadBalancerState {
160
160
  */
161
161
  networkZone?: pulumi.Input<string>;
162
162
  /**
163
- * @deprecated Use hcloud_load_balancer_target resource instead. This allows the full control over the selected targets.
163
+ * @deprecated Use hcloud.LoadBalancerTarget resource instead. This allows the full control over the selected targets.
164
164
  */
165
165
  targets?: pulumi.Input<pulumi.Input<inputs.LoadBalancerTarget>[]>;
166
166
  }
@@ -199,7 +199,7 @@ export interface LoadBalancerArgs {
199
199
  */
200
200
  networkZone?: pulumi.Input<string>;
201
201
  /**
202
- * @deprecated Use hcloud_load_balancer_target resource instead. This allows the full control over the selected targets.
202
+ * @deprecated Use hcloud.LoadBalancerTarget resource instead. This allows the full control over the selected targets.
203
203
  */
204
204
  targets?: pulumi.Input<pulumi.Input<inputs.LoadBalancerTarget>[]>;
205
205
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/hcloud",
3
- "version": "v1.18.0-alpha.1710917113+2f3410af",
3
+ "version": "v1.18.0-alpha.1711027320+295a7770",
4
4
  "description": "A Pulumi package for creating and managing hcloud cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -198,7 +198,7 @@ export interface LoadBalancerTarget {
198
198
  */
199
199
  type: pulumi.Input<string>;
200
200
  /**
201
- * @deprecated Does not work. Use the hcloud_load_balancer_target resource instead.
201
+ * @deprecated Does not work. Use the hcloud.LoadBalancerTarget resource instead.
202
202
  */
203
203
  usePrivateIp?: pulumi.Input<boolean>;
204
204
  }
package/types/output.d.ts CHANGED
@@ -150,7 +150,7 @@ export interface GetImagesImage {
150
150
  osVersion: string;
151
151
  rapidDeploy: boolean;
152
152
  /**
153
- * @deprecated Please use the with_selector property instead.
153
+ * @deprecated Please use the withSelector property instead.
154
154
  */
155
155
  selector?: string;
156
156
  type: string;
@@ -517,7 +517,7 @@ export interface LoadBalancerTarget {
517
517
  */
518
518
  type: string;
519
519
  /**
520
- * @deprecated Does not work. Use the hcloud_load_balancer_target resource instead.
520
+ * @deprecated Does not work. Use the hcloud.LoadBalancerTarget resource instead.
521
521
  */
522
522
  usePrivateIp?: boolean;
523
523
  }