@pulumi/oci 2.13.0-alpha.1729198151 → 2.13.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/containerengine/cluster.d.ts +26 -0
- package/containerengine/cluster.js +20 -0
- package/containerengine/cluster.js.map +1 -1
- package/containerengine/getCluster.d.ts +1 -0
- package/containerengine/getCluster.js.map +1 -1
- package/core/bootVolume.d.ts +30 -1
- package/core/bootVolume.js +8 -1
- package/core/bootVolume.js.map +1 -1
- package/core/getBlockVolumeReplica.d.ts +4 -0
- package/core/getBlockVolumeReplica.js.map +1 -1
- package/core/getBootVolume.d.ts +1 -0
- package/core/getBootVolume.js.map +1 -1
- package/core/getBootVolumeReplica.d.ts +4 -0
- package/core/getBootVolumeReplica.js.map +1 -1
- package/core/getVolume.d.ts +4 -0
- package/core/getVolume.js.map +1 -1
- package/core/instanceConfiguration.d.ts +2 -0
- package/core/instanceConfiguration.js +2 -0
- package/core/instanceConfiguration.js.map +1 -1
- package/core/volume.d.ts +42 -4
- package/core/volume.js +8 -1
- package/core/volume.js.map +1 -1
- package/core/volumeBackupPolicyAssignment.d.ts +22 -9
- package/core/volumeBackupPolicyAssignment.js +3 -0
- package/core/volumeBackupPolicyAssignment.js.map +1 -1
- package/core/volumeGroup.d.ts +14 -0
- package/core/volumeGroup.js +4 -0
- package/core/volumeGroup.js.map +1 -1
- package/datasafe/generateOnPremConnectorConfiguration.d.ts +97 -0
- package/datasafe/generateOnPremConnectorConfiguration.js +84 -0
- package/datasafe/generateOnPremConnectorConfiguration.js.map +1 -0
- package/datasafe/index.d.ts +3 -0
- package/datasafe/index.js +12 -7
- package/datasafe/index.js.map +1 -1
- package/desktops/desktopPool.d.ts +22 -0
- package/desktops/desktopPool.js +12 -0
- package/desktops/desktopPool.js.map +1 -1
- package/desktops/getDesktopPool.d.ts +5 -0
- package/desktops/getDesktopPool.js.map +1 -1
- package/dns/actionCreateZoneFromZoneFile.d.ts +5 -1
- package/dns/actionCreateZoneFromZoneFile.js +5 -1
- package/dns/actionCreateZoneFromZoneFile.js.map +1 -1
- package/dns/getRecords.d.ts +49 -13
- package/dns/getRecords.js +42 -10
- package/dns/getRecords.js.map +1 -1
- package/dns/getResolver.d.ts +8 -6
- package/dns/getResolver.js +8 -6
- package/dns/getResolver.js.map +1 -1
- package/dns/getResolverEndpoint.d.ts +8 -6
- package/dns/getResolverEndpoint.js +8 -6
- package/dns/getResolverEndpoint.js.map +1 -1
- package/dns/getResolverEndpoints.d.ts +2 -2
- package/dns/getResolverEndpoints.js +2 -2
- package/dns/getResolvers.d.ts +12 -12
- package/dns/getResolvers.js +12 -12
- package/dns/getRrset.d.ts +16 -16
- package/dns/getRrset.js +8 -10
- package/dns/getRrset.js.map +1 -1
- package/dns/getRrsets.d.ts +12 -10
- package/dns/getRrsets.js +10 -8
- package/dns/getRrsets.js.map +1 -1
- package/dns/getView.d.ts +8 -4
- package/dns/getView.js +8 -4
- package/dns/getView.js.map +1 -1
- package/dns/getViews.d.ts +12 -12
- package/dns/getViews.js +12 -12
- package/dns/getZones.d.ts +24 -12
- package/dns/getZones.js +12 -8
- package/dns/getZones.js.map +1 -1
- package/dns/index.d.ts +6 -0
- package/dns/index.js +11 -1
- package/dns/index.js.map +1 -1
- package/dns/record.d.ts +6 -6
- package/dns/record.js +6 -6
- package/dns/resolver.d.ts +3 -3
- package/dns/resolverEndpoint.d.ts +1 -1
- package/dns/resolverEndpoint.js +1 -1
- package/dns/rrset.d.ts +19 -15
- package/dns/rrset.js +4 -3
- package/dns/rrset.js.map +1 -1
- package/dns/zone.d.ts +64 -8
- package/dns/zone.js +9 -5
- package/dns/zone.js.map +1 -1
- package/dns/zonePromoteDnssecKeyVersion.d.ts +115 -0
- package/dns/zonePromoteDnssecKeyVersion.js +90 -0
- package/dns/zonePromoteDnssecKeyVersion.js.map +1 -0
- package/dns/zoneStageDnssecKeyVersion.d.ts +110 -0
- package/dns/zoneStageDnssecKeyVersion.js +85 -0
- package/dns/zoneStageDnssecKeyVersion.js.map +1 -0
- package/goldengate/connection.d.ts +21 -15
- package/goldengate/connection.js.map +1 -1
- package/goldengate/databaseRegistration.d.ts +3 -3
- package/goldengate/deployment.d.ts +22 -2
- package/goldengate/deployment.js +4 -0
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +9 -1
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentEnvironments.d.ts +72 -0
- package/goldengate/getDeploymentEnvironments.js +56 -0
- package/goldengate/getDeploymentEnvironments.js.map +1 -0
- package/goldengate/index.d.ts +3 -0
- package/goldengate/index.js +5 -2
- package/goldengate/index.js.map +1 -1
- package/index.d.ts +1 -2
- package/index.js +2 -4
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +369 -277
- package/types/output.d.ts +891 -696
- package/globallydistributeddatabase/getPrivateEndpoint.d.ts +0 -129
- package/globallydistributeddatabase/getPrivateEndpoint.js +0 -54
- package/globallydistributeddatabase/getPrivateEndpoint.js.map +0 -1
- package/globallydistributeddatabase/getPrivateEndpoints.d.ts +0 -103
- package/globallydistributeddatabase/getPrivateEndpoints.js +0 -64
- package/globallydistributeddatabase/getPrivateEndpoints.js.map +0 -1
- package/globallydistributeddatabase/getShardedDatabase.d.ts +0 -208
- package/globallydistributeddatabase/getShardedDatabase.js +0 -58
- package/globallydistributeddatabase/getShardedDatabase.js.map +0 -1
- package/globallydistributeddatabase/getShardedDatabases.d.ts +0 -103
- package/globallydistributeddatabase/getShardedDatabases.js +0 -64
- package/globallydistributeddatabase/getShardedDatabases.js.map +0 -1
- package/globallydistributeddatabase/index.d.ts +0 -18
- package/globallydistributeddatabase/index.js +0 -39
- package/globallydistributeddatabase/index.js.map +0 -1
- package/globallydistributeddatabase/privateEndpoint.d.ts +0 -246
- package/globallydistributeddatabase/privateEndpoint.js +0 -120
- package/globallydistributeddatabase/privateEndpoint.js.map +0 -1
- package/globallydistributeddatabase/shardedDatabase.d.ts +0 -507
- package/globallydistributeddatabase/shardedDatabase.js +0 -191
- package/globallydistributeddatabase/shardedDatabase.js.map +0 -1
|
@@ -50,6 +50,24 @@ import * as outputs from "../types/output";
|
|
|
50
50
|
* podsCidr: clusterOptionsKubernetesNetworkConfigPodsCidr,
|
|
51
51
|
* servicesCidr: clusterOptionsKubernetesNetworkConfigServicesCidr,
|
|
52
52
|
* },
|
|
53
|
+
* openIdConnectTokenAuthenticationConfig: {
|
|
54
|
+
* isOpenIdConnectAuthEnabled: clusterOptionsOpenIdConnectTokenAuthenticationConfigIsOpenIdConnectAuthEnabled,
|
|
55
|
+
* caCertificate: clusterOptionsOpenIdConnectTokenAuthenticationConfigCaCertificate,
|
|
56
|
+
* clientId: testClient.id,
|
|
57
|
+
* groupsClaim: clusterOptionsOpenIdConnectTokenAuthenticationConfigGroupsClaim,
|
|
58
|
+
* groupsPrefix: clusterOptionsOpenIdConnectTokenAuthenticationConfigGroupsPrefix,
|
|
59
|
+
* issuerUrl: clusterOptionsOpenIdConnectTokenAuthenticationConfigIssuerUrl,
|
|
60
|
+
* requiredClaims: [{
|
|
61
|
+
* key: clusterOptionsOpenIdConnectTokenAuthenticationConfigRequiredClaimsKey,
|
|
62
|
+
* value: clusterOptionsOpenIdConnectTokenAuthenticationConfigRequiredClaimsValue,
|
|
63
|
+
* }],
|
|
64
|
+
* signingAlgorithms: clusterOptionsOpenIdConnectTokenAuthenticationConfigSigningAlgorithms,
|
|
65
|
+
* usernameClaim: clusterOptionsOpenIdConnectTokenAuthenticationConfigUsernameClaim,
|
|
66
|
+
* usernamePrefix: clusterOptionsOpenIdConnectTokenAuthenticationConfigUsernamePrefix,
|
|
67
|
+
* },
|
|
68
|
+
* openIdConnectDiscovery: {
|
|
69
|
+
* isOpenIdConnectDiscoveryEnabled: clusterOptionsOpenIdConnectDiscoveryIsOpenIdConnectDiscoveryEnabled,
|
|
70
|
+
* },
|
|
53
71
|
* persistentVolumeConfig: {
|
|
54
72
|
* definedTags: {
|
|
55
73
|
* "Operations.CostCenter": "42",
|
|
@@ -152,6 +170,10 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
152
170
|
* (Updatable) The name of the cluster. Avoid entering confidential information.
|
|
153
171
|
*/
|
|
154
172
|
readonly name: pulumi.Output<string>;
|
|
173
|
+
/**
|
|
174
|
+
* The cluster-specific OpenID Connect Discovery endpoint
|
|
175
|
+
*/
|
|
176
|
+
readonly openIdConnectDiscoveryEndpoint: pulumi.Output<string>;
|
|
155
177
|
/**
|
|
156
178
|
* (Updatable) Optional attributes for the cluster.
|
|
157
179
|
*/
|
|
@@ -241,6 +263,10 @@ export interface ClusterState {
|
|
|
241
263
|
* (Updatable) The name of the cluster. Avoid entering confidential information.
|
|
242
264
|
*/
|
|
243
265
|
name?: pulumi.Input<string>;
|
|
266
|
+
/**
|
|
267
|
+
* The cluster-specific OpenID Connect Discovery endpoint
|
|
268
|
+
*/
|
|
269
|
+
openIdConnectDiscoveryEndpoint?: pulumi.Input<string>;
|
|
244
270
|
/**
|
|
245
271
|
* (Updatable) Optional attributes for the cluster.
|
|
246
272
|
*/
|
|
@@ -54,6 +54,24 @@ const utilities = require("../utilities");
|
|
|
54
54
|
* podsCidr: clusterOptionsKubernetesNetworkConfigPodsCidr,
|
|
55
55
|
* servicesCidr: clusterOptionsKubernetesNetworkConfigServicesCidr,
|
|
56
56
|
* },
|
|
57
|
+
* openIdConnectTokenAuthenticationConfig: {
|
|
58
|
+
* isOpenIdConnectAuthEnabled: clusterOptionsOpenIdConnectTokenAuthenticationConfigIsOpenIdConnectAuthEnabled,
|
|
59
|
+
* caCertificate: clusterOptionsOpenIdConnectTokenAuthenticationConfigCaCertificate,
|
|
60
|
+
* clientId: testClient.id,
|
|
61
|
+
* groupsClaim: clusterOptionsOpenIdConnectTokenAuthenticationConfigGroupsClaim,
|
|
62
|
+
* groupsPrefix: clusterOptionsOpenIdConnectTokenAuthenticationConfigGroupsPrefix,
|
|
63
|
+
* issuerUrl: clusterOptionsOpenIdConnectTokenAuthenticationConfigIssuerUrl,
|
|
64
|
+
* requiredClaims: [{
|
|
65
|
+
* key: clusterOptionsOpenIdConnectTokenAuthenticationConfigRequiredClaimsKey,
|
|
66
|
+
* value: clusterOptionsOpenIdConnectTokenAuthenticationConfigRequiredClaimsValue,
|
|
67
|
+
* }],
|
|
68
|
+
* signingAlgorithms: clusterOptionsOpenIdConnectTokenAuthenticationConfigSigningAlgorithms,
|
|
69
|
+
* usernameClaim: clusterOptionsOpenIdConnectTokenAuthenticationConfigUsernameClaim,
|
|
70
|
+
* usernamePrefix: clusterOptionsOpenIdConnectTokenAuthenticationConfigUsernamePrefix,
|
|
71
|
+
* },
|
|
72
|
+
* openIdConnectDiscovery: {
|
|
73
|
+
* isOpenIdConnectDiscoveryEnabled: clusterOptionsOpenIdConnectDiscoveryIsOpenIdConnectDiscoveryEnabled,
|
|
74
|
+
* },
|
|
57
75
|
* persistentVolumeConfig: {
|
|
58
76
|
* definedTags: {
|
|
59
77
|
* "Operations.CostCenter": "42",
|
|
@@ -125,6 +143,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
125
143
|
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
126
144
|
resourceInputs["metadatas"] = state ? state.metadatas : undefined;
|
|
127
145
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
146
|
+
resourceInputs["openIdConnectDiscoveryEndpoint"] = state ? state.openIdConnectDiscoveryEndpoint : undefined;
|
|
128
147
|
resourceInputs["options"] = state ? state.options : undefined;
|
|
129
148
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
130
149
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
@@ -157,6 +176,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
157
176
|
resourceInputs["endpoints"] = undefined /*out*/;
|
|
158
177
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
159
178
|
resourceInputs["metadatas"] = undefined /*out*/;
|
|
179
|
+
resourceInputs["openIdConnectDiscoveryEndpoint"] = undefined /*out*/;
|
|
160
180
|
resourceInputs["state"] = undefined /*out*/;
|
|
161
181
|
}
|
|
162
182
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerengine/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerengine/cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../containerengine/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../containerengine/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA2FD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
package/core/bootVolume.d.ts
CHANGED
|
@@ -18,8 +18,11 @@ import * as outputs from "../types/output";
|
|
|
18
18
|
* const testBootVolume = new oci.core.BootVolume("test_boot_volume", {
|
|
19
19
|
* compartmentId: compartmentId,
|
|
20
20
|
* sourceDetails: {
|
|
21
|
-
* id: bootVolumeSourceDetailsId,
|
|
22
21
|
* type: bootVolumeSourceDetailsType,
|
|
22
|
+
* changeBlockSizeInBytes: bootVolumeSourceDetailsChangeBlockSizeInBytes,
|
|
23
|
+
* firstBackupId: testBackup.id,
|
|
24
|
+
* id: bootVolumeSourceDetailsId,
|
|
25
|
+
* secondBackupId: testBackup.id,
|
|
23
26
|
* },
|
|
24
27
|
* autotunePolicies: [{
|
|
25
28
|
* autotuneType: bootVolumeAutotunePoliciesAutotuneType,
|
|
@@ -30,6 +33,7 @@ import * as outputs from "../types/output";
|
|
|
30
33
|
* bootVolumeReplicas: [{
|
|
31
34
|
* availabilityDomain: bootVolumeBootVolumeReplicasAvailabilityDomain,
|
|
32
35
|
* displayName: bootVolumeBootVolumeReplicasDisplayName,
|
|
36
|
+
* xrrKmsKeyId: testKey.id,
|
|
33
37
|
* }],
|
|
34
38
|
* clusterPlacementGroupId: testGroup.id,
|
|
35
39
|
* definedTags: {
|
|
@@ -43,6 +47,7 @@ import * as outputs from "../types/output";
|
|
|
43
47
|
* kmsKeyId: testKey.id,
|
|
44
48
|
* sizeInGbs: bootVolumeSizeInGbs,
|
|
45
49
|
* vpusPerGb: bootVolumeVpusPerGb,
|
|
50
|
+
* xrcKmsKeyId: testKey.id,
|
|
46
51
|
* bootVolumeReplicasDeletion: true,
|
|
47
52
|
* });
|
|
48
53
|
* ```
|
|
@@ -167,6 +172,14 @@ export declare class BootVolume extends pulumi.CustomResource {
|
|
|
167
172
|
* Allowed values:
|
|
168
173
|
*/
|
|
169
174
|
readonly vpusPerGb: pulumi.Output<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The OCID of the Vault service key which is the master encryption key for the boot volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
177
|
+
*
|
|
178
|
+
*
|
|
179
|
+
* ** IMPORTANT **
|
|
180
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
181
|
+
*/
|
|
182
|
+
readonly xrcKmsKeyId: pulumi.Output<string>;
|
|
170
183
|
/**
|
|
171
184
|
* Create a BootVolume resource with the given unique name, arguments, and options.
|
|
172
185
|
*
|
|
@@ -276,6 +289,14 @@ export interface BootVolumeState {
|
|
|
276
289
|
* Allowed values:
|
|
277
290
|
*/
|
|
278
291
|
vpusPerGb?: pulumi.Input<string>;
|
|
292
|
+
/**
|
|
293
|
+
* The OCID of the Vault service key which is the master encryption key for the boot volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
294
|
+
*
|
|
295
|
+
*
|
|
296
|
+
* ** IMPORTANT **
|
|
297
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
298
|
+
*/
|
|
299
|
+
xrcKmsKeyId?: pulumi.Input<string>;
|
|
279
300
|
}
|
|
280
301
|
/**
|
|
281
302
|
* The set of arguments for constructing a BootVolume resource.
|
|
@@ -343,4 +364,12 @@ export interface BootVolumeArgs {
|
|
|
343
364
|
* Allowed values:
|
|
344
365
|
*/
|
|
345
366
|
vpusPerGb?: pulumi.Input<string>;
|
|
367
|
+
/**
|
|
368
|
+
* The OCID of the Vault service key which is the master encryption key for the boot volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
369
|
+
*
|
|
370
|
+
*
|
|
371
|
+
* ** IMPORTANT **
|
|
372
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
373
|
+
*/
|
|
374
|
+
xrcKmsKeyId?: pulumi.Input<string>;
|
|
346
375
|
}
|
package/core/bootVolume.js
CHANGED
|
@@ -22,8 +22,11 @@ const utilities = require("../utilities");
|
|
|
22
22
|
* const testBootVolume = new oci.core.BootVolume("test_boot_volume", {
|
|
23
23
|
* compartmentId: compartmentId,
|
|
24
24
|
* sourceDetails: {
|
|
25
|
-
* id: bootVolumeSourceDetailsId,
|
|
26
25
|
* type: bootVolumeSourceDetailsType,
|
|
26
|
+
* changeBlockSizeInBytes: bootVolumeSourceDetailsChangeBlockSizeInBytes,
|
|
27
|
+
* firstBackupId: testBackup.id,
|
|
28
|
+
* id: bootVolumeSourceDetailsId,
|
|
29
|
+
* secondBackupId: testBackup.id,
|
|
27
30
|
* },
|
|
28
31
|
* autotunePolicies: [{
|
|
29
32
|
* autotuneType: bootVolumeAutotunePoliciesAutotuneType,
|
|
@@ -34,6 +37,7 @@ const utilities = require("../utilities");
|
|
|
34
37
|
* bootVolumeReplicas: [{
|
|
35
38
|
* availabilityDomain: bootVolumeBootVolumeReplicasAvailabilityDomain,
|
|
36
39
|
* displayName: bootVolumeBootVolumeReplicasDisplayName,
|
|
40
|
+
* xrrKmsKeyId: testKey.id,
|
|
37
41
|
* }],
|
|
38
42
|
* clusterPlacementGroupId: testGroup.id,
|
|
39
43
|
* definedTags: {
|
|
@@ -47,6 +51,7 @@ const utilities = require("../utilities");
|
|
|
47
51
|
* kmsKeyId: testKey.id,
|
|
48
52
|
* sizeInGbs: bootVolumeSizeInGbs,
|
|
49
53
|
* vpusPerGb: bootVolumeVpusPerGb,
|
|
54
|
+
* xrcKmsKeyId: testKey.id,
|
|
50
55
|
* bootVolumeReplicasDeletion: true,
|
|
51
56
|
* });
|
|
52
57
|
* ```
|
|
@@ -110,6 +115,7 @@ class BootVolume extends pulumi.CustomResource {
|
|
|
110
115
|
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
111
116
|
resourceInputs["volumeGroupId"] = state ? state.volumeGroupId : undefined;
|
|
112
117
|
resourceInputs["vpusPerGb"] = state ? state.vpusPerGb : undefined;
|
|
118
|
+
resourceInputs["xrcKmsKeyId"] = state ? state.xrcKmsKeyId : undefined;
|
|
113
119
|
}
|
|
114
120
|
else {
|
|
115
121
|
const args = argsOrState;
|
|
@@ -137,6 +143,7 @@ class BootVolume extends pulumi.CustomResource {
|
|
|
137
143
|
resourceInputs["sizeInGbs"] = args ? args.sizeInGbs : undefined;
|
|
138
144
|
resourceInputs["sourceDetails"] = args ? args.sourceDetails : undefined;
|
|
139
145
|
resourceInputs["vpusPerGb"] = args ? args.vpusPerGb : undefined;
|
|
146
|
+
resourceInputs["xrcKmsKeyId"] = args ? args.xrcKmsKeyId : undefined;
|
|
140
147
|
resourceInputs["autoTunedVpusPerGb"] = undefined /*out*/;
|
|
141
148
|
resourceInputs["imageId"] = undefined /*out*/;
|
|
142
149
|
resourceInputs["isHydrated"] = undefined /*out*/;
|
package/core/bootVolume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootVolume.js","sourceRoot":"","sources":["../../core/bootVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"bootVolume.js","sourceRoot":"","sources":["../../core/bootVolume.ts"],"names":[],"mappings":"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"}
|
|
@@ -62,6 +62,10 @@ export interface GetBlockVolumeReplicaResult {
|
|
|
62
62
|
* The provider-assigned unique ID for this managed resource.
|
|
63
63
|
*/
|
|
64
64
|
readonly id: string;
|
|
65
|
+
/**
|
|
66
|
+
* The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
67
|
+
*/
|
|
68
|
+
readonly kmsKeyId: string;
|
|
65
69
|
/**
|
|
66
70
|
* The size of the source block volume, in GBs.
|
|
67
71
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBlockVolumeReplica.js","sourceRoot":"","sources":["../../core/getBlockVolumeReplica.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;
|
|
1
|
+
{"version":3,"file":"getBlockVolumeReplica.js","sourceRoot":"","sources":["../../core/getBlockVolumeReplica.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAmED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
package/core/getBootVolume.d.ts
CHANGED
|
@@ -127,6 +127,7 @@ export interface GetBootVolumeResult {
|
|
|
127
127
|
* The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
|
128
128
|
*/
|
|
129
129
|
readonly vpusPerGb: string;
|
|
130
|
+
readonly xrcKmsKeyId: string;
|
|
130
131
|
}
|
|
131
132
|
/**
|
|
132
133
|
* This data source provides details about a specific Boot Volume resource in Oracle Cloud Infrastructure Core service.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBootVolume.js","sourceRoot":"","sources":["../../core/getBootVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;
|
|
1
|
+
{"version":3,"file":"getBootVolume.js","sourceRoot":"","sources":["../../core/getBootVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA6GD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -66,6 +66,10 @@ export interface GetBootVolumeReplicaResult {
|
|
|
66
66
|
* The image OCID used to create the boot volume the replica is replicated from.
|
|
67
67
|
*/
|
|
68
68
|
readonly imageId: string;
|
|
69
|
+
/**
|
|
70
|
+
* The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
71
|
+
*/
|
|
72
|
+
readonly kmsKeyId: string;
|
|
69
73
|
/**
|
|
70
74
|
* The size of the source boot volume, in GBs.
|
|
71
75
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBootVolumeReplica.js","sourceRoot":"","sources":["../../core/getBootVolumeReplica.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;
|
|
1
|
+
{"version":3,"file":"getBootVolumeReplica.js","sourceRoot":"","sources":["../../core/getBootVolumeReplica.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAuED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
|
package/core/getVolume.d.ts
CHANGED
|
@@ -101,6 +101,9 @@ export interface GetVolumeResult {
|
|
|
101
101
|
* @deprecated The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.
|
|
102
102
|
*/
|
|
103
103
|
readonly sizeInMbs: string;
|
|
104
|
+
/**
|
|
105
|
+
* Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same Availability Domain or a Block volume backup. This is an optional field. If not specified or set to null, the new Block volume will be empty. When specified, the new Block volume will contain data from the source volume or backup.
|
|
106
|
+
*/
|
|
104
107
|
readonly sourceDetails: outputs.Core.GetVolumeSourceDetail[];
|
|
105
108
|
/**
|
|
106
109
|
* The current state of a volume.
|
|
@@ -126,6 +129,7 @@ export interface GetVolumeResult {
|
|
|
126
129
|
* The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
|
127
130
|
*/
|
|
128
131
|
readonly vpusPerGb: string;
|
|
132
|
+
readonly xrcKmsKeyId: string;
|
|
129
133
|
}
|
|
130
134
|
/**
|
|
131
135
|
* This data source provides details about a specific Volume resource in Oracle Cloud Infrastructure Core service.
|
package/core/getVolume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../core/getVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;
|
|
1
|
+
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../core/getVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA+GD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -62,6 +62,7 @@ import * as outputs from "../types/output";
|
|
|
62
62
|
* id: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId,
|
|
63
63
|
* },
|
|
64
64
|
* vpusPerGb: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb,
|
|
65
|
+
* xrcKmsKeyId: testKey.id,
|
|
65
66
|
* },
|
|
66
67
|
* volumeId: testVolume.id,
|
|
67
68
|
* }],
|
|
@@ -209,6 +210,7 @@ import * as outputs from "../types/output";
|
|
|
209
210
|
* id: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId,
|
|
210
211
|
* },
|
|
211
212
|
* vpusPerGb: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb,
|
|
213
|
+
* xrcKmsKeyId: testKey.id,
|
|
212
214
|
* },
|
|
213
215
|
* volumeId: testVolume.id,
|
|
214
216
|
* }],
|
|
@@ -66,6 +66,7 @@ const utilities = require("../utilities");
|
|
|
66
66
|
* id: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId,
|
|
67
67
|
* },
|
|
68
68
|
* vpusPerGb: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb,
|
|
69
|
+
* xrcKmsKeyId: testKey.id,
|
|
69
70
|
* },
|
|
70
71
|
* volumeId: testVolume.id,
|
|
71
72
|
* }],
|
|
@@ -213,6 +214,7 @@ const utilities = require("../utilities");
|
|
|
213
214
|
* id: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId,
|
|
214
215
|
* },
|
|
215
216
|
* vpusPerGb: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb,
|
|
217
|
+
* xrcKmsKeyId: testKey.id,
|
|
216
218
|
* },
|
|
217
219
|
* volumeId: testVolume.id,
|
|
218
220
|
* }],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instanceConfiguration.js","sourceRoot":"","sources":["../../core/instanceConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instanceConfiguration.js","sourceRoot":"","sources":["../../core/instanceConfiguration.ts"],"names":[],"mappings":"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"}
|
package/core/volume.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ import * as outputs from "../types/output";
|
|
|
36
36
|
* blockVolumeReplicas: [{
|
|
37
37
|
* availabilityDomain: volumeBlockVolumeReplicasAvailabilityDomain,
|
|
38
38
|
* displayName: volumeBlockVolumeReplicasDisplayName,
|
|
39
|
+
* xrrKmsKeyId: testKey.id,
|
|
39
40
|
* }],
|
|
40
41
|
* clusterPlacementGroupId: testGroup.id,
|
|
41
42
|
* definedTags: {
|
|
@@ -50,10 +51,14 @@ import * as outputs from "../types/output";
|
|
|
50
51
|
* sizeInGbs: volumeSizeInGbs,
|
|
51
52
|
* sizeInMbs: volumeSizeInMbs,
|
|
52
53
|
* sourceDetails: {
|
|
53
|
-
* id: volumeSourceDetailsId,
|
|
54
54
|
* type: volumeSourceDetailsType,
|
|
55
|
+
* changeBlockSizeInBytes: volumeSourceDetailsChangeBlockSizeInBytes,
|
|
56
|
+
* firstBackupId: testBackup.id,
|
|
57
|
+
* id: volumeSourceDetailsId,
|
|
58
|
+
* secondBackupId: testBackup.id,
|
|
55
59
|
* },
|
|
56
60
|
* vpusPerGb: volumeVpusPerGb,
|
|
61
|
+
* xrcKmsKeyId: testKey.id,
|
|
57
62
|
* blockVolumeReplicasDeletion: true,
|
|
58
63
|
* });
|
|
59
64
|
* ```
|
|
@@ -146,11 +151,14 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
146
151
|
*/
|
|
147
152
|
readonly sizeInGbs: pulumi.Output<string>;
|
|
148
153
|
/**
|
|
149
|
-
* The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use
|
|
154
|
+
* The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use sizeInGBs instead.
|
|
150
155
|
*
|
|
151
156
|
* @deprecated The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.
|
|
152
157
|
*/
|
|
153
158
|
readonly sizeInMbs: pulumi.Output<string>;
|
|
159
|
+
/**
|
|
160
|
+
* Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same Availability Domain or a Block volume backup. This is an optional field. If not specified or set to null, the new Block volume will be empty. When specified, the new Block volume will contain data from the source volume or backup.
|
|
161
|
+
*/
|
|
154
162
|
readonly sourceDetails: pulumi.Output<outputs.Core.VolumeSourceDetails>;
|
|
155
163
|
/**
|
|
156
164
|
* The current state of a volume.
|
|
@@ -180,6 +188,14 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
180
188
|
* Allowed values:
|
|
181
189
|
*/
|
|
182
190
|
readonly vpusPerGb: pulumi.Output<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
193
|
+
*
|
|
194
|
+
*
|
|
195
|
+
* ** IMPORTANT **
|
|
196
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
197
|
+
*/
|
|
198
|
+
readonly xrcKmsKeyId: pulumi.Output<string>;
|
|
183
199
|
/**
|
|
184
200
|
* Create a Volume resource with the given unique name, arguments, and options.
|
|
185
201
|
*
|
|
@@ -257,11 +273,14 @@ export interface VolumeState {
|
|
|
257
273
|
*/
|
|
258
274
|
sizeInGbs?: pulumi.Input<string>;
|
|
259
275
|
/**
|
|
260
|
-
* The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use
|
|
276
|
+
* The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use sizeInGBs instead.
|
|
261
277
|
*
|
|
262
278
|
* @deprecated The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.
|
|
263
279
|
*/
|
|
264
280
|
sizeInMbs?: pulumi.Input<string>;
|
|
281
|
+
/**
|
|
282
|
+
* Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same Availability Domain or a Block volume backup. This is an optional field. If not specified or set to null, the new Block volume will be empty. When specified, the new Block volume will contain data from the source volume or backup.
|
|
283
|
+
*/
|
|
265
284
|
sourceDetails?: pulumi.Input<inputs.Core.VolumeSourceDetails>;
|
|
266
285
|
/**
|
|
267
286
|
* The current state of a volume.
|
|
@@ -291,6 +310,14 @@ export interface VolumeState {
|
|
|
291
310
|
* Allowed values:
|
|
292
311
|
*/
|
|
293
312
|
vpusPerGb?: pulumi.Input<string>;
|
|
313
|
+
/**
|
|
314
|
+
* The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
315
|
+
*
|
|
316
|
+
*
|
|
317
|
+
* ** IMPORTANT **
|
|
318
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
319
|
+
*/
|
|
320
|
+
xrcKmsKeyId?: pulumi.Input<string>;
|
|
294
321
|
}
|
|
295
322
|
/**
|
|
296
323
|
* The set of arguments for constructing a Volume resource.
|
|
@@ -352,11 +379,14 @@ export interface VolumeArgs {
|
|
|
352
379
|
*/
|
|
353
380
|
sizeInGbs?: pulumi.Input<string>;
|
|
354
381
|
/**
|
|
355
|
-
* The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use
|
|
382
|
+
* The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use sizeInGBs instead.
|
|
356
383
|
*
|
|
357
384
|
* @deprecated The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.
|
|
358
385
|
*/
|
|
359
386
|
sizeInMbs?: pulumi.Input<string>;
|
|
387
|
+
/**
|
|
388
|
+
* Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same Availability Domain or a Block volume backup. This is an optional field. If not specified or set to null, the new Block volume will be empty. When specified, the new Block volume will contain data from the source volume or backup.
|
|
389
|
+
*/
|
|
360
390
|
sourceDetails?: pulumi.Input<inputs.Core.VolumeSourceDetails>;
|
|
361
391
|
/**
|
|
362
392
|
* The OCID of the volume backup from which the data should be restored on the newly created volume. This field is deprecated. Use the sourceDetails field instead to specify the backup for the volume.
|
|
@@ -368,4 +398,12 @@ export interface VolumeArgs {
|
|
|
368
398
|
* Allowed values:
|
|
369
399
|
*/
|
|
370
400
|
vpusPerGb?: pulumi.Input<string>;
|
|
401
|
+
/**
|
|
402
|
+
* The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
403
|
+
*
|
|
404
|
+
*
|
|
405
|
+
* ** IMPORTANT **
|
|
406
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
407
|
+
*/
|
|
408
|
+
xrcKmsKeyId?: pulumi.Input<string>;
|
|
371
409
|
}
|
package/core/volume.js
CHANGED
|
@@ -40,6 +40,7 @@ const utilities = require("../utilities");
|
|
|
40
40
|
* blockVolumeReplicas: [{
|
|
41
41
|
* availabilityDomain: volumeBlockVolumeReplicasAvailabilityDomain,
|
|
42
42
|
* displayName: volumeBlockVolumeReplicasDisplayName,
|
|
43
|
+
* xrrKmsKeyId: testKey.id,
|
|
43
44
|
* }],
|
|
44
45
|
* clusterPlacementGroupId: testGroup.id,
|
|
45
46
|
* definedTags: {
|
|
@@ -54,10 +55,14 @@ const utilities = require("../utilities");
|
|
|
54
55
|
* sizeInGbs: volumeSizeInGbs,
|
|
55
56
|
* sizeInMbs: volumeSizeInMbs,
|
|
56
57
|
* sourceDetails: {
|
|
57
|
-
* id: volumeSourceDetailsId,
|
|
58
58
|
* type: volumeSourceDetailsType,
|
|
59
|
+
* changeBlockSizeInBytes: volumeSourceDetailsChangeBlockSizeInBytes,
|
|
60
|
+
* firstBackupId: testBackup.id,
|
|
61
|
+
* id: volumeSourceDetailsId,
|
|
62
|
+
* secondBackupId: testBackup.id,
|
|
59
63
|
* },
|
|
60
64
|
* vpusPerGb: volumeVpusPerGb,
|
|
65
|
+
* xrcKmsKeyId: testKey.id,
|
|
61
66
|
* blockVolumeReplicasDeletion: true,
|
|
62
67
|
* });
|
|
63
68
|
* ```
|
|
@@ -121,6 +126,7 @@ class Volume extends pulumi.CustomResource {
|
|
|
121
126
|
resourceInputs["volumeBackupId"] = state ? state.volumeBackupId : undefined;
|
|
122
127
|
resourceInputs["volumeGroupId"] = state ? state.volumeGroupId : undefined;
|
|
123
128
|
resourceInputs["vpusPerGb"] = state ? state.vpusPerGb : undefined;
|
|
129
|
+
resourceInputs["xrcKmsKeyId"] = state ? state.xrcKmsKeyId : undefined;
|
|
124
130
|
}
|
|
125
131
|
else {
|
|
126
132
|
const args = argsOrState;
|
|
@@ -147,6 +153,7 @@ class Volume extends pulumi.CustomResource {
|
|
|
147
153
|
resourceInputs["sourceDetails"] = args ? args.sourceDetails : undefined;
|
|
148
154
|
resourceInputs["volumeBackupId"] = args ? args.volumeBackupId : undefined;
|
|
149
155
|
resourceInputs["vpusPerGb"] = args ? args.vpusPerGb : undefined;
|
|
156
|
+
resourceInputs["xrcKmsKeyId"] = args ? args.xrcKmsKeyId : undefined;
|
|
150
157
|
resourceInputs["autoTunedVpusPerGb"] = undefined /*out*/;
|
|
151
158
|
resourceInputs["isHydrated"] = undefined /*out*/;
|
|
152
159
|
resourceInputs["state"] = undefined /*out*/;
|
package/core/volume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../core/volume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../core/volume.ts"],"names":[],"mappings":"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"}
|