@upcloud/pulumi-upcloud 0.8.0 → 0.8.1
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.
|
@@ -15,7 +15,7 @@ export interface GetManagedObjectStoragePoliciesArgs {
|
|
|
15
15
|
*/
|
|
16
16
|
export interface GetManagedObjectStoragePoliciesResult {
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* @deprecated Contains the same value as `serviceUuid`. Use `serviceUuid` instead.
|
|
19
19
|
*/
|
|
20
20
|
readonly id: string;
|
|
21
21
|
readonly policies: outputs.GetManagedObjectStoragePoliciesPolicy[];
|
|
@@ -72,7 +72,7 @@ export declare class ManagedObjectStorage extends pulumi.CustomResource {
|
|
|
72
72
|
*/
|
|
73
73
|
readonly labels: pulumi.Output<{
|
|
74
74
|
[key: string]: string;
|
|
75
|
-
}
|
|
75
|
+
}>;
|
|
76
76
|
/**
|
|
77
77
|
* Name of the Managed Object Storage service. Must be unique within account.
|
|
78
78
|
*/
|
|
@@ -86,11 +86,11 @@ export declare class ManagedObjectStorage extends pulumi.CustomResource {
|
|
|
86
86
|
*/
|
|
87
87
|
readonly operationalState: pulumi.Output<string>;
|
|
88
88
|
/**
|
|
89
|
-
* Region in which the service will be hosted, see `upcloud.getManagedObjectStorageRegions` data source.
|
|
89
|
+
* Region in which the service will be hosted, see `upcloud.getManagedObjectStorageRegions` data source or use `upctl object-storage regions` to list available regions.
|
|
90
90
|
*/
|
|
91
91
|
readonly region: pulumi.Output<string>;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* Update time.
|
|
94
94
|
*/
|
|
95
95
|
readonly updatedAt: pulumi.Output<string>;
|
|
96
96
|
/**
|
|
@@ -137,11 +137,11 @@ export interface ManagedObjectStorageState {
|
|
|
137
137
|
*/
|
|
138
138
|
operationalState?: pulumi.Input<string>;
|
|
139
139
|
/**
|
|
140
|
-
* Region in which the service will be hosted, see `upcloud.getManagedObjectStorageRegions` data source.
|
|
140
|
+
* Region in which the service will be hosted, see `upcloud.getManagedObjectStorageRegions` data source or use `upctl object-storage regions` to list available regions.
|
|
141
141
|
*/
|
|
142
142
|
region?: pulumi.Input<string>;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Update time.
|
|
145
145
|
*/
|
|
146
146
|
updatedAt?: pulumi.Input<string>;
|
|
147
147
|
}
|
|
@@ -168,7 +168,7 @@ export interface ManagedObjectStorageArgs {
|
|
|
168
168
|
*/
|
|
169
169
|
networks?: pulumi.Input<pulumi.Input<inputs.ManagedObjectStorageNetwork>[]>;
|
|
170
170
|
/**
|
|
171
|
-
* Region in which the service will be hosted, see `upcloud.getManagedObjectStorageRegions` data source.
|
|
171
|
+
* Region in which the service will be hosted, see `upcloud.getManagedObjectStorageRegions` data source or use `upctl object-storage regions` to list available regions.
|
|
172
172
|
*/
|
|
173
173
|
region: pulumi.Input<string>;
|
|
174
174
|
}
|
|
@@ -41,7 +41,7 @@ export declare class ManagedObjectStorageUserAccessKey extends pulumi.CustomReso
|
|
|
41
41
|
*/
|
|
42
42
|
static isInstance(obj: any): obj is ManagedObjectStorageUserAccessKey;
|
|
43
43
|
/**
|
|
44
|
-
* Access key
|
|
44
|
+
* Access key ID.
|
|
45
45
|
*/
|
|
46
46
|
readonly accessKeyId: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -82,7 +82,7 @@ export declare class ManagedObjectStorageUserAccessKey extends pulumi.CustomReso
|
|
|
82
82
|
*/
|
|
83
83
|
export interface ManagedObjectStorageUserAccessKeyState {
|
|
84
84
|
/**
|
|
85
|
-
* Access key
|
|
85
|
+
* Access key ID.
|
|
86
86
|
*/
|
|
87
87
|
accessKeyId?: pulumi.Input<string>;
|
|
88
88
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upcloud/pulumi-upcloud",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing UpCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "upcloud",
|
|
27
|
-
"version": "0.8.
|
|
27
|
+
"version": "0.8.1",
|
|
28
28
|
"server": "github://api.github.com/UpCloudLtd/pulumi-upcloud"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -3353,7 +3353,7 @@ export interface ManagedObjectStorageEndpoint {
|
|
|
3353
3353
|
}
|
|
3354
3354
|
export interface ManagedObjectStorageNetwork {
|
|
3355
3355
|
/**
|
|
3356
|
-
* Network family.
|
|
3356
|
+
* Network family. Currently only `IPv4` is supported.
|
|
3357
3357
|
*/
|
|
3358
3358
|
family: pulumi.Input<string>;
|
|
3359
3359
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -446,7 +446,7 @@ export interface GetManagedObjectStoragePoliciesPolicy {
|
|
|
446
446
|
*/
|
|
447
447
|
arn: string;
|
|
448
448
|
/**
|
|
449
|
-
*
|
|
449
|
+
* Number of attachments.
|
|
450
450
|
*/
|
|
451
451
|
attachmentCount: number;
|
|
452
452
|
/**
|
|
@@ -454,15 +454,15 @@ export interface GetManagedObjectStoragePoliciesPolicy {
|
|
|
454
454
|
*/
|
|
455
455
|
createdAt: string;
|
|
456
456
|
/**
|
|
457
|
-
* Default version
|
|
457
|
+
* Default version ID.
|
|
458
458
|
*/
|
|
459
459
|
defaultVersionId: string;
|
|
460
460
|
/**
|
|
461
|
-
*
|
|
461
|
+
* Policy description.
|
|
462
462
|
*/
|
|
463
|
-
description
|
|
463
|
+
description: string;
|
|
464
464
|
/**
|
|
465
|
-
* Policy document
|
|
465
|
+
* Policy document.
|
|
466
466
|
*/
|
|
467
467
|
document: string;
|
|
468
468
|
/**
|
|
@@ -470,15 +470,15 @@ export interface GetManagedObjectStoragePoliciesPolicy {
|
|
|
470
470
|
*/
|
|
471
471
|
name: string;
|
|
472
472
|
/**
|
|
473
|
-
*
|
|
473
|
+
* Service UUID.
|
|
474
474
|
*/
|
|
475
475
|
serviceUuid: string;
|
|
476
476
|
/**
|
|
477
|
-
*
|
|
477
|
+
* Whether the policy is a system policy.
|
|
478
478
|
*/
|
|
479
479
|
system: boolean;
|
|
480
480
|
/**
|
|
481
|
-
*
|
|
481
|
+
* Last updated time.
|
|
482
482
|
*/
|
|
483
483
|
updatedAt: string;
|
|
484
484
|
}
|
|
@@ -3157,7 +3157,7 @@ export interface ManagedObjectStorageEndpoint {
|
|
|
3157
3157
|
}
|
|
3158
3158
|
export interface ManagedObjectStorageNetwork {
|
|
3159
3159
|
/**
|
|
3160
|
-
* Network family.
|
|
3160
|
+
* Network family. Currently only `IPv4` is supported.
|
|
3161
3161
|
*/
|
|
3162
3162
|
family: string;
|
|
3163
3163
|
/**
|