@pulumi/oci 0.7.0 → 0.8.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/database/autonomousContainerDatabase.d.ts +44 -5
- package/database/autonomousContainerDatabase.js +10 -1
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousContainerDatabaseDataguardAssociation.d.ts +21 -5
- package/database/autonomousContainerDatabaseDataguardAssociation.js +3 -1
- package/database/autonomousContainerDatabaseDataguardAssociation.js.map +1 -1
- package/database/autonomousContainerDatabaseDataguardRoleChange.d.ts +48 -0
- package/database/autonomousContainerDatabaseDataguardRoleChange.js +64 -0
- package/database/autonomousContainerDatabaseDataguardRoleChange.js.map +1 -0
- package/database/autonomousDatabase.d.ts +16 -0
- package/database/autonomousDatabase.js +4 -0
- package/database/autonomousDatabase.js.map +1 -1
- package/database/getAutonomousContainerDatabase.d.ts +9 -0
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousContainerDatabaseDataguardAssociation.d.ts +5 -1
- package/database/getAutonomousContainerDatabaseDataguardAssociation.js.map +1 -1
- package/database/getAutonomousContainerDatabaseVersions.d.ts +83 -0
- package/database/getAutonomousContainerDatabaseVersions.js +55 -0
- package/database/getAutonomousContainerDatabaseVersions.js.map +1 -0
- package/database/getAutonomousDatabase.d.ts +8 -0
- package/database/getAutonomousDatabase.js.map +1 -1
- package/database/index.d.ts +6 -0
- package/database/index.js +14 -6
- package/database/index.js.map +1 -1
- package/devops/deployArtifact.d.ts +6 -0
- package/devops/deployArtifact.js +6 -0
- package/devops/deployArtifact.js.map +1 -1
- package/devops/deployStage.d.ts +147 -3
- package/devops/deployStage.js +24 -0
- package/devops/deployStage.js.map +1 -1
- package/devops/getDeployStage.d.ts +48 -0
- package/devops/getDeployStage.js.map +1 -1
- package/devops/repository.d.ts +3 -3
- package/opsi/getOpsiConfiguration.d.ts +166 -0
- package/opsi/getOpsiConfiguration.js +67 -0
- package/opsi/getOpsiConfiguration.js.map +1 -0
- package/opsi/getOpsiConfigurationConfigurationItem.d.ts +120 -0
- package/opsi/getOpsiConfigurationConfigurationItem.js +65 -0
- package/opsi/getOpsiConfigurationConfigurationItem.js.map +1 -0
- package/opsi/getOpsiConfigurations.d.ts +117 -0
- package/opsi/getOpsiConfigurations.js +61 -0
- package/opsi/getOpsiConfigurations.js.map +1 -0
- package/opsi/index.d.ts +12 -0
- package/opsi/index.js +15 -1
- package/opsi/index.js.map +1 -1
- package/opsi/opsiConfiguration.d.ts +275 -0
- package/opsi/opsiConfiguration.js +125 -0
- package/opsi/opsiConfiguration.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +172 -3
- package/types/output.d.ts +694 -13
|
@@ -29,9 +29,11 @@ import * as outputs from "../types/output";
|
|
|
29
29
|
* },
|
|
30
30
|
* compartmentId: _var.compartment_id,
|
|
31
31
|
* dbUniqueName: _var.autonomous_container_database_db_unique_name,
|
|
32
|
+
* dbVersion: _var.autonomous_container_database_db_version,
|
|
32
33
|
* definedTags: {
|
|
33
34
|
* "Operations.CostCenter": "42",
|
|
34
35
|
* },
|
|
36
|
+
* fastStartFailOverLagLimitInSeconds: _var.autonomous_container_database_fast_start_fail_over_lag_limit_in_seconds,
|
|
35
37
|
* freeformTags: {
|
|
36
38
|
* Department: "Finance",
|
|
37
39
|
* },
|
|
@@ -72,6 +74,7 @@ import * as outputs from "../types/output";
|
|
|
72
74
|
* peerDbUniqueName: _var.autonomous_container_database_peer_db_unique_name,
|
|
73
75
|
* serviceLevelAgreementType: _var.autonomous_container_database_service_level_agreement_type,
|
|
74
76
|
* vaultId: oci_kms_vault.test_vault.id,
|
|
77
|
+
* versionPreference: _var.autonomous_container_database_version_preference,
|
|
75
78
|
* standbyMaintenanceBufferInDays: _var.autonomous_container_database_standby_maintenance_buffer_in_days,
|
|
76
79
|
* });
|
|
77
80
|
* ```
|
|
@@ -131,7 +134,7 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
131
134
|
readonly computeModel: pulumi.Output<string>;
|
|
132
135
|
readonly dbUniqueName: pulumi.Output<string>;
|
|
133
136
|
/**
|
|
134
|
-
*
|
|
137
|
+
* The base version for the Autonomous Container Database.
|
|
135
138
|
*/
|
|
136
139
|
readonly dbVersion: pulumi.Output<string>;
|
|
137
140
|
/**
|
|
@@ -144,6 +147,10 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
144
147
|
* (Updatable) The display name for the Autonomous Container Database.
|
|
145
148
|
*/
|
|
146
149
|
readonly displayName: pulumi.Output<string>;
|
|
150
|
+
/**
|
|
151
|
+
* The lag time for my preference based on data loss tolerance in seconds.
|
|
152
|
+
*/
|
|
153
|
+
readonly fastStartFailOverLagLimitInSeconds: pulumi.Output<number>;
|
|
147
154
|
/**
|
|
148
155
|
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
149
156
|
*/
|
|
@@ -155,7 +162,7 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
155
162
|
*/
|
|
156
163
|
readonly infrastructureType: pulumi.Output<string>;
|
|
157
164
|
/**
|
|
158
|
-
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
|
165
|
+
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : isAutomaticFailoverEnabled = true.
|
|
159
166
|
*/
|
|
160
167
|
readonly isAutomaticFailoverEnabled: pulumi.Output<boolean>;
|
|
161
168
|
/**
|
|
@@ -264,6 +271,10 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
264
271
|
* The date and time the Autonomous Container Database was created.
|
|
265
272
|
*/
|
|
266
273
|
readonly timeCreated: pulumi.Output<string>;
|
|
274
|
+
/**
|
|
275
|
+
* The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
|
|
276
|
+
*/
|
|
277
|
+
readonly timeSnapshotStandbyRevert: pulumi.Output<string>;
|
|
267
278
|
/**
|
|
268
279
|
* The number of CPU cores allocated to the Autonomous VM cluster.
|
|
269
280
|
*/
|
|
@@ -272,6 +283,10 @@ export declare class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
272
283
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
273
284
|
*/
|
|
274
285
|
readonly vaultId: pulumi.Output<string>;
|
|
286
|
+
/**
|
|
287
|
+
* (Updatable) The next maintenance version preference.
|
|
288
|
+
*/
|
|
289
|
+
readonly versionPreference: pulumi.Output<string>;
|
|
275
290
|
/**
|
|
276
291
|
* Create a AutonomousContainerDatabase resource with the given unique name, arguments, and options.
|
|
277
292
|
*
|
|
@@ -316,7 +331,7 @@ export interface AutonomousContainerDatabaseState {
|
|
|
316
331
|
computeModel?: pulumi.Input<string>;
|
|
317
332
|
dbUniqueName?: pulumi.Input<string>;
|
|
318
333
|
/**
|
|
319
|
-
*
|
|
334
|
+
* The base version for the Autonomous Container Database.
|
|
320
335
|
*/
|
|
321
336
|
dbVersion?: pulumi.Input<string>;
|
|
322
337
|
/**
|
|
@@ -329,6 +344,10 @@ export interface AutonomousContainerDatabaseState {
|
|
|
329
344
|
* (Updatable) The display name for the Autonomous Container Database.
|
|
330
345
|
*/
|
|
331
346
|
displayName?: pulumi.Input<string>;
|
|
347
|
+
/**
|
|
348
|
+
* The lag time for my preference based on data loss tolerance in seconds.
|
|
349
|
+
*/
|
|
350
|
+
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
332
351
|
/**
|
|
333
352
|
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
334
353
|
*/
|
|
@@ -340,7 +359,7 @@ export interface AutonomousContainerDatabaseState {
|
|
|
340
359
|
*/
|
|
341
360
|
infrastructureType?: pulumi.Input<string>;
|
|
342
361
|
/**
|
|
343
|
-
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
|
362
|
+
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : isAutomaticFailoverEnabled = true.
|
|
344
363
|
*/
|
|
345
364
|
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
346
365
|
/**
|
|
@@ -449,6 +468,10 @@ export interface AutonomousContainerDatabaseState {
|
|
|
449
468
|
* The date and time the Autonomous Container Database was created.
|
|
450
469
|
*/
|
|
451
470
|
timeCreated?: pulumi.Input<string>;
|
|
471
|
+
/**
|
|
472
|
+
* The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
|
|
473
|
+
*/
|
|
474
|
+
timeSnapshotStandbyRevert?: pulumi.Input<string>;
|
|
452
475
|
/**
|
|
453
476
|
* The number of CPU cores allocated to the Autonomous VM cluster.
|
|
454
477
|
*/
|
|
@@ -457,6 +480,10 @@ export interface AutonomousContainerDatabaseState {
|
|
|
457
480
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
458
481
|
*/
|
|
459
482
|
vaultId?: pulumi.Input<string>;
|
|
483
|
+
/**
|
|
484
|
+
* (Updatable) The next maintenance version preference.
|
|
485
|
+
*/
|
|
486
|
+
versionPreference?: pulumi.Input<string>;
|
|
460
487
|
}
|
|
461
488
|
/**
|
|
462
489
|
* The set of arguments for constructing a AutonomousContainerDatabase resource.
|
|
@@ -483,6 +510,10 @@ export interface AutonomousContainerDatabaseArgs {
|
|
|
483
510
|
*/
|
|
484
511
|
compartmentId?: pulumi.Input<string>;
|
|
485
512
|
dbUniqueName?: pulumi.Input<string>;
|
|
513
|
+
/**
|
|
514
|
+
* The base version for the Autonomous Container Database.
|
|
515
|
+
*/
|
|
516
|
+
dbVersion?: pulumi.Input<string>;
|
|
486
517
|
/**
|
|
487
518
|
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
488
519
|
*/
|
|
@@ -493,6 +524,10 @@ export interface AutonomousContainerDatabaseArgs {
|
|
|
493
524
|
* (Updatable) The display name for the Autonomous Container Database.
|
|
494
525
|
*/
|
|
495
526
|
displayName: pulumi.Input<string>;
|
|
527
|
+
/**
|
|
528
|
+
* The lag time for my preference based on data loss tolerance in seconds.
|
|
529
|
+
*/
|
|
530
|
+
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
496
531
|
/**
|
|
497
532
|
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
498
533
|
*/
|
|
@@ -500,7 +535,7 @@ export interface AutonomousContainerDatabaseArgs {
|
|
|
500
535
|
[key: string]: any;
|
|
501
536
|
}>;
|
|
502
537
|
/**
|
|
503
|
-
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
|
538
|
+
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : isAutomaticFailoverEnabled = true.
|
|
504
539
|
*/
|
|
505
540
|
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
506
541
|
/**
|
|
@@ -561,4 +596,8 @@ export interface AutonomousContainerDatabaseArgs {
|
|
|
561
596
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
562
597
|
*/
|
|
563
598
|
vaultId?: pulumi.Input<string>;
|
|
599
|
+
/**
|
|
600
|
+
* (Updatable) The next maintenance version preference.
|
|
601
|
+
*/
|
|
602
|
+
versionPreference?: pulumi.Input<string>;
|
|
564
603
|
}
|
|
@@ -33,9 +33,11 @@ const utilities = require("../utilities");
|
|
|
33
33
|
* },
|
|
34
34
|
* compartmentId: _var.compartment_id,
|
|
35
35
|
* dbUniqueName: _var.autonomous_container_database_db_unique_name,
|
|
36
|
+
* dbVersion: _var.autonomous_container_database_db_version,
|
|
36
37
|
* definedTags: {
|
|
37
38
|
* "Operations.CostCenter": "42",
|
|
38
39
|
* },
|
|
40
|
+
* fastStartFailOverLagLimitInSeconds: _var.autonomous_container_database_fast_start_fail_over_lag_limit_in_seconds,
|
|
39
41
|
* freeformTags: {
|
|
40
42
|
* Department: "Finance",
|
|
41
43
|
* },
|
|
@@ -76,6 +78,7 @@ const utilities = require("../utilities");
|
|
|
76
78
|
* peerDbUniqueName: _var.autonomous_container_database_peer_db_unique_name,
|
|
77
79
|
* serviceLevelAgreementType: _var.autonomous_container_database_service_level_agreement_type,
|
|
78
80
|
* vaultId: oci_kms_vault.test_vault.id,
|
|
81
|
+
* versionPreference: _var.autonomous_container_database_version_preference,
|
|
79
82
|
* standbyMaintenanceBufferInDays: _var.autonomous_container_database_standby_maintenance_buffer_in_days,
|
|
80
83
|
* });
|
|
81
84
|
* ```
|
|
@@ -128,6 +131,7 @@ class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
128
131
|
resourceInputs["dbVersion"] = state ? state.dbVersion : undefined;
|
|
129
132
|
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
130
133
|
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
134
|
+
resourceInputs["fastStartFailOverLagLimitInSeconds"] = state ? state.fastStartFailOverLagLimitInSeconds : undefined;
|
|
131
135
|
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
132
136
|
resourceInputs["infrastructureType"] = state ? state.infrastructureType : undefined;
|
|
133
137
|
resourceInputs["isAutomaticFailoverEnabled"] = state ? state.isAutomaticFailoverEnabled : undefined;
|
|
@@ -159,8 +163,10 @@ class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
159
163
|
resourceInputs["standbyMaintenanceBufferInDays"] = state ? state.standbyMaintenanceBufferInDays : undefined;
|
|
160
164
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
161
165
|
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
166
|
+
resourceInputs["timeSnapshotStandbyRevert"] = state ? state.timeSnapshotStandbyRevert : undefined;
|
|
162
167
|
resourceInputs["totalCpus"] = state ? state.totalCpus : undefined;
|
|
163
168
|
resourceInputs["vaultId"] = state ? state.vaultId : undefined;
|
|
169
|
+
resourceInputs["versionPreference"] = state ? state.versionPreference : undefined;
|
|
164
170
|
}
|
|
165
171
|
else {
|
|
166
172
|
const args = argsOrState;
|
|
@@ -176,8 +182,10 @@ class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
176
182
|
resourceInputs["cloudAutonomousVmClusterId"] = args ? args.cloudAutonomousVmClusterId : undefined;
|
|
177
183
|
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
178
184
|
resourceInputs["dbUniqueName"] = args ? args.dbUniqueName : undefined;
|
|
185
|
+
resourceInputs["dbVersion"] = args ? args.dbVersion : undefined;
|
|
179
186
|
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
180
187
|
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
188
|
+
resourceInputs["fastStartFailOverLagLimitInSeconds"] = args ? args.fastStartFailOverLagLimitInSeconds : undefined;
|
|
181
189
|
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
182
190
|
resourceInputs["isAutomaticFailoverEnabled"] = args ? args.isAutomaticFailoverEnabled : undefined;
|
|
183
191
|
resourceInputs["keyStoreId"] = args ? args.keyStoreId : undefined;
|
|
@@ -196,10 +204,10 @@ class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
196
204
|
resourceInputs["serviceLevelAgreementType"] = args ? args.serviceLevelAgreementType : undefined;
|
|
197
205
|
resourceInputs["standbyMaintenanceBufferInDays"] = args ? args.standbyMaintenanceBufferInDays : undefined;
|
|
198
206
|
resourceInputs["vaultId"] = args ? args.vaultId : undefined;
|
|
207
|
+
resourceInputs["versionPreference"] = args ? args.versionPreference : undefined;
|
|
199
208
|
resourceInputs["availabilityDomain"] = undefined /*out*/;
|
|
200
209
|
resourceInputs["availableCpus"] = undefined /*out*/;
|
|
201
210
|
resourceInputs["computeModel"] = undefined /*out*/;
|
|
202
|
-
resourceInputs["dbVersion"] = undefined /*out*/;
|
|
203
211
|
resourceInputs["infrastructureType"] = undefined /*out*/;
|
|
204
212
|
resourceInputs["keyHistoryEntries"] = undefined /*out*/;
|
|
205
213
|
resourceInputs["keyStoreWalletName"] = undefined /*out*/;
|
|
@@ -214,6 +222,7 @@ class AutonomousContainerDatabase extends pulumi.CustomResource {
|
|
|
214
222
|
resourceInputs["role"] = undefined /*out*/;
|
|
215
223
|
resourceInputs["state"] = undefined /*out*/;
|
|
216
224
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
225
|
+
resourceInputs["timeSnapshotStandbyRevert"] = undefined /*out*/;
|
|
217
226
|
resourceInputs["totalCpus"] = undefined /*out*/;
|
|
218
227
|
}
|
|
219
228
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autonomousContainerDatabase.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabase.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"autonomousContainerDatabase.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabase.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,7 +45,11 @@ export declare class AutonomousContainerDatabaseDataguardAssociation extends pul
|
|
|
45
45
|
*/
|
|
46
46
|
readonly autonomousContainerDatabaseId: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* (Updatable)
|
|
48
|
+
* (Updatable) The lag time for my preference based on data loss tolerance in seconds.
|
|
49
|
+
*/
|
|
50
|
+
readonly fastStartFailOverLagLimitInSeconds: pulumi.Output<number>;
|
|
51
|
+
/**
|
|
52
|
+
* (Updatable) Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : `isAutomaticFailoverEnabled = true`.
|
|
49
53
|
*/
|
|
50
54
|
readonly isAutomaticFailoverEnabled: pulumi.Output<boolean>;
|
|
51
55
|
/**
|
|
@@ -69,7 +73,7 @@ export declare class AutonomousContainerDatabaseDataguardAssociation extends pul
|
|
|
69
73
|
*/
|
|
70
74
|
readonly peerRole: pulumi.Output<string>;
|
|
71
75
|
/**
|
|
72
|
-
* The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
|
76
|
+
* (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
|
73
77
|
*/
|
|
74
78
|
readonly protectionMode: pulumi.Output<string>;
|
|
75
79
|
/**
|
|
@@ -126,7 +130,11 @@ export interface AutonomousContainerDatabaseDataguardAssociationState {
|
|
|
126
130
|
*/
|
|
127
131
|
autonomousContainerDatabaseId?: pulumi.Input<string>;
|
|
128
132
|
/**
|
|
129
|
-
* (Updatable)
|
|
133
|
+
* (Updatable) The lag time for my preference based on data loss tolerance in seconds.
|
|
134
|
+
*/
|
|
135
|
+
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
136
|
+
/**
|
|
137
|
+
* (Updatable) Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : `isAutomaticFailoverEnabled = true`.
|
|
130
138
|
*/
|
|
131
139
|
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
132
140
|
/**
|
|
@@ -150,7 +158,7 @@ export interface AutonomousContainerDatabaseDataguardAssociationState {
|
|
|
150
158
|
*/
|
|
151
159
|
peerRole?: pulumi.Input<string>;
|
|
152
160
|
/**
|
|
153
|
-
* The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
|
161
|
+
* (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
|
154
162
|
*/
|
|
155
163
|
protectionMode?: pulumi.Input<string>;
|
|
156
164
|
/**
|
|
@@ -191,7 +199,15 @@ export interface AutonomousContainerDatabaseDataguardAssociationArgs {
|
|
|
191
199
|
*/
|
|
192
200
|
autonomousContainerDatabaseId: pulumi.Input<string>;
|
|
193
201
|
/**
|
|
194
|
-
* (Updatable)
|
|
202
|
+
* (Updatable) The lag time for my preference based on data loss tolerance in seconds.
|
|
203
|
+
*/
|
|
204
|
+
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
205
|
+
/**
|
|
206
|
+
* (Updatable) Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : `isAutomaticFailoverEnabled = true`.
|
|
195
207
|
*/
|
|
196
208
|
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
209
|
+
/**
|
|
210
|
+
* (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
|
211
|
+
*/
|
|
212
|
+
protectionMode?: pulumi.Input<string>;
|
|
197
213
|
}
|
|
@@ -50,6 +50,7 @@ class AutonomousContainerDatabaseDataguardAssociation extends pulumi.CustomResou
|
|
|
50
50
|
resourceInputs["applyRate"] = state ? state.applyRate : undefined;
|
|
51
51
|
resourceInputs["autonomousContainerDatabaseDataguardAssociationId"] = state ? state.autonomousContainerDatabaseDataguardAssociationId : undefined;
|
|
52
52
|
resourceInputs["autonomousContainerDatabaseId"] = state ? state.autonomousContainerDatabaseId : undefined;
|
|
53
|
+
resourceInputs["fastStartFailOverLagLimitInSeconds"] = state ? state.fastStartFailOverLagLimitInSeconds : undefined;
|
|
53
54
|
resourceInputs["isAutomaticFailoverEnabled"] = state ? state.isAutomaticFailoverEnabled : undefined;
|
|
54
55
|
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
55
56
|
resourceInputs["peerAutonomousContainerDatabaseDataguardAssociationId"] = state ? state.peerAutonomousContainerDatabaseDataguardAssociationId : undefined;
|
|
@@ -74,7 +75,9 @@ class AutonomousContainerDatabaseDataguardAssociation extends pulumi.CustomResou
|
|
|
74
75
|
}
|
|
75
76
|
resourceInputs["autonomousContainerDatabaseDataguardAssociationId"] = args ? args.autonomousContainerDatabaseDataguardAssociationId : undefined;
|
|
76
77
|
resourceInputs["autonomousContainerDatabaseId"] = args ? args.autonomousContainerDatabaseId : undefined;
|
|
78
|
+
resourceInputs["fastStartFailOverLagLimitInSeconds"] = args ? args.fastStartFailOverLagLimitInSeconds : undefined;
|
|
77
79
|
resourceInputs["isAutomaticFailoverEnabled"] = args ? args.isAutomaticFailoverEnabled : undefined;
|
|
80
|
+
resourceInputs["protectionMode"] = args ? args.protectionMode : undefined;
|
|
78
81
|
resourceInputs["applyLag"] = undefined /*out*/;
|
|
79
82
|
resourceInputs["applyRate"] = undefined /*out*/;
|
|
80
83
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
@@ -82,7 +85,6 @@ class AutonomousContainerDatabaseDataguardAssociation extends pulumi.CustomResou
|
|
|
82
85
|
resourceInputs["peerAutonomousContainerDatabaseId"] = undefined /*out*/;
|
|
83
86
|
resourceInputs["peerLifecycleState"] = undefined /*out*/;
|
|
84
87
|
resourceInputs["peerRole"] = undefined /*out*/;
|
|
85
|
-
resourceInputs["protectionMode"] = undefined /*out*/;
|
|
86
88
|
resourceInputs["role"] = undefined /*out*/;
|
|
87
89
|
resourceInputs["state"] = undefined /*out*/;
|
|
88
90
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autonomousContainerDatabaseDataguardAssociation.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabaseDataguardAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,MAAa,+CAAgD,SAAQ,MAAM,CAAC,cAAc;IACtF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4D,EAAE,IAAmC;QAC1J,OAAO,IAAI,+CAA+C,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtG,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,+CAA+C,CAAC,YAAY,CAAC;IAChG,CAAC;
|
|
1
|
+
{"version":3,"file":"autonomousContainerDatabaseDataguardAssociation.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabaseDataguardAssociation.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare class AutonomousContainerDatabaseDataguardRoleChange extends pulumi.CustomResource {
|
|
3
|
+
/**
|
|
4
|
+
* Get an existing AutonomousContainerDatabaseDataguardRoleChange resource's state with the given name, ID, and optional extra
|
|
5
|
+
* properties used to qualify the lookup.
|
|
6
|
+
*
|
|
7
|
+
* @param name The _unique_ name of the resulting resource.
|
|
8
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
9
|
+
* @param state Any extra arguments used during the lookup.
|
|
10
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
|
+
*/
|
|
12
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AutonomousContainerDatabaseDataguardRoleChangeState, opts?: pulumi.CustomResourceOptions): AutonomousContainerDatabaseDataguardRoleChange;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if the given object is an instance of AutonomousContainerDatabaseDataguardRoleChange. This is designed to work even
|
|
15
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
|
+
*/
|
|
17
|
+
static isInstance(obj: any): obj is AutonomousContainerDatabaseDataguardRoleChange;
|
|
18
|
+
readonly autonomousContainerDatabaseDataguardAssociationId: pulumi.Output<string>;
|
|
19
|
+
readonly autonomousContainerDatabaseId: pulumi.Output<string>;
|
|
20
|
+
readonly connectionStringsType: pulumi.Output<string | undefined>;
|
|
21
|
+
readonly role: pulumi.Output<string>;
|
|
22
|
+
/**
|
|
23
|
+
* Create a AutonomousContainerDatabaseDataguardRoleChange resource with the given unique name, arguments, and options.
|
|
24
|
+
*
|
|
25
|
+
* @param name The _unique_ name of the resource.
|
|
26
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
27
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
28
|
+
*/
|
|
29
|
+
constructor(name: string, args: AutonomousContainerDatabaseDataguardRoleChangeArgs, opts?: pulumi.CustomResourceOptions);
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Input properties used for looking up and filtering AutonomousContainerDatabaseDataguardRoleChange resources.
|
|
33
|
+
*/
|
|
34
|
+
export interface AutonomousContainerDatabaseDataguardRoleChangeState {
|
|
35
|
+
autonomousContainerDatabaseDataguardAssociationId?: pulumi.Input<string>;
|
|
36
|
+
autonomousContainerDatabaseId?: pulumi.Input<string>;
|
|
37
|
+
connectionStringsType?: pulumi.Input<string>;
|
|
38
|
+
role?: pulumi.Input<string>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* The set of arguments for constructing a AutonomousContainerDatabaseDataguardRoleChange resource.
|
|
42
|
+
*/
|
|
43
|
+
export interface AutonomousContainerDatabaseDataguardRoleChangeArgs {
|
|
44
|
+
autonomousContainerDatabaseDataguardAssociationId: pulumi.Input<string>;
|
|
45
|
+
autonomousContainerDatabaseId: pulumi.Input<string>;
|
|
46
|
+
connectionStringsType?: pulumi.Input<string>;
|
|
47
|
+
role: pulumi.Input<string>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AutonomousContainerDatabaseDataguardRoleChange = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
class AutonomousContainerDatabaseDataguardRoleChange extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing AutonomousContainerDatabaseDataguardRoleChange resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new AutonomousContainerDatabaseDataguardRoleChange(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of AutonomousContainerDatabaseDataguardRoleChange. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === AutonomousContainerDatabaseDataguardRoleChange.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["autonomousContainerDatabaseDataguardAssociationId"] = state ? state.autonomousContainerDatabaseDataguardAssociationId : undefined;
|
|
37
|
+
resourceInputs["autonomousContainerDatabaseId"] = state ? state.autonomousContainerDatabaseId : undefined;
|
|
38
|
+
resourceInputs["connectionStringsType"] = state ? state.connectionStringsType : undefined;
|
|
39
|
+
resourceInputs["role"] = state ? state.role : undefined;
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
const args = argsOrState;
|
|
43
|
+
if ((!args || args.autonomousContainerDatabaseDataguardAssociationId === undefined) && !opts.urn) {
|
|
44
|
+
throw new Error("Missing required property 'autonomousContainerDatabaseDataguardAssociationId'");
|
|
45
|
+
}
|
|
46
|
+
if ((!args || args.autonomousContainerDatabaseId === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'autonomousContainerDatabaseId'");
|
|
48
|
+
}
|
|
49
|
+
if ((!args || args.role === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'role'");
|
|
51
|
+
}
|
|
52
|
+
resourceInputs["autonomousContainerDatabaseDataguardAssociationId"] = args ? args.autonomousContainerDatabaseDataguardAssociationId : undefined;
|
|
53
|
+
resourceInputs["autonomousContainerDatabaseId"] = args ? args.autonomousContainerDatabaseId : undefined;
|
|
54
|
+
resourceInputs["connectionStringsType"] = args ? args.connectionStringsType : undefined;
|
|
55
|
+
resourceInputs["role"] = args ? args.role : undefined;
|
|
56
|
+
}
|
|
57
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
58
|
+
super(AutonomousContainerDatabaseDataguardRoleChange.__pulumiType, name, resourceInputs, opts);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.AutonomousContainerDatabaseDataguardRoleChange = AutonomousContainerDatabaseDataguardRoleChange;
|
|
62
|
+
/** @internal */
|
|
63
|
+
AutonomousContainerDatabaseDataguardRoleChange.__pulumiType = 'oci:Database/autonomousContainerDatabaseDataguardRoleChange:AutonomousContainerDatabaseDataguardRoleChange';
|
|
64
|
+
//# sourceMappingURL=autonomousContainerDatabaseDataguardRoleChange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autonomousContainerDatabaseDataguardRoleChange.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabaseDataguardRoleChange.ts"],"names":[],"mappings":"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"}
|
|
@@ -74,6 +74,10 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
74
74
|
* Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
|
75
75
|
*/
|
|
76
76
|
readonly backupConfigs: pulumi.Output<outputs.Database.AutonomousDatabaseBackupConfig[]>;
|
|
77
|
+
/**
|
|
78
|
+
* Retention period, in days, for backups.
|
|
79
|
+
*/
|
|
80
|
+
readonly backupRetentionPeriodInDays: pulumi.Output<number>;
|
|
77
81
|
/**
|
|
78
82
|
* The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
|
79
83
|
*/
|
|
@@ -449,6 +453,10 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
449
453
|
* The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
|
|
450
454
|
*/
|
|
451
455
|
readonly timestamp: pulumi.Output<string>;
|
|
456
|
+
/**
|
|
457
|
+
* The backup storage to the database.
|
|
458
|
+
*/
|
|
459
|
+
readonly totalBackupStorageSizeInGbs: pulumi.Output<number>;
|
|
452
460
|
/**
|
|
453
461
|
* Clone from latest available backup timestamp.
|
|
454
462
|
*/
|
|
@@ -522,6 +530,10 @@ export interface AutonomousDatabaseState {
|
|
|
522
530
|
* Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
|
523
531
|
*/
|
|
524
532
|
backupConfigs?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseBackupConfig>[]>;
|
|
533
|
+
/**
|
|
534
|
+
* Retention period, in days, for backups.
|
|
535
|
+
*/
|
|
536
|
+
backupRetentionPeriodInDays?: pulumi.Input<number>;
|
|
525
537
|
/**
|
|
526
538
|
* The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
|
527
539
|
*/
|
|
@@ -897,6 +909,10 @@ export interface AutonomousDatabaseState {
|
|
|
897
909
|
* The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
|
|
898
910
|
*/
|
|
899
911
|
timestamp?: pulumi.Input<string>;
|
|
912
|
+
/**
|
|
913
|
+
* The backup storage to the database.
|
|
914
|
+
*/
|
|
915
|
+
totalBackupStorageSizeInGbs?: pulumi.Input<number>;
|
|
900
916
|
/**
|
|
901
917
|
* Clone from latest available backup timestamp.
|
|
902
918
|
*/
|
|
@@ -57,6 +57,7 @@ class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
57
57
|
resourceInputs["autonomousMaintenanceScheduleType"] = state ? state.autonomousMaintenanceScheduleType : undefined;
|
|
58
58
|
resourceInputs["availableUpgradeVersions"] = state ? state.availableUpgradeVersions : undefined;
|
|
59
59
|
resourceInputs["backupConfigs"] = state ? state.backupConfigs : undefined;
|
|
60
|
+
resourceInputs["backupRetentionPeriodInDays"] = state ? state.backupRetentionPeriodInDays : undefined;
|
|
60
61
|
resourceInputs["characterSet"] = state ? state.characterSet : undefined;
|
|
61
62
|
resourceInputs["cloneType"] = state ? state.cloneType : undefined;
|
|
62
63
|
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
@@ -148,6 +149,7 @@ class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
148
149
|
resourceInputs["timeReclamationOfFreeAutonomousDatabase"] = state ? state.timeReclamationOfFreeAutonomousDatabase : undefined;
|
|
149
150
|
resourceInputs["timeUntilReconnectCloneEnabled"] = state ? state.timeUntilReconnectCloneEnabled : undefined;
|
|
150
151
|
resourceInputs["timestamp"] = state ? state.timestamp : undefined;
|
|
152
|
+
resourceInputs["totalBackupStorageSizeInGbs"] = state ? state.totalBackupStorageSizeInGbs : undefined;
|
|
151
153
|
resourceInputs["useLatestAvailableBackupTimeStamp"] = state ? state.useLatestAvailableBackupTimeStamp : undefined;
|
|
152
154
|
resourceInputs["usedDataStorageSizeInTbs"] = state ? state.usedDataStorageSizeInTbs : undefined;
|
|
153
155
|
resourceInputs["vaultId"] = state ? state.vaultId : undefined;
|
|
@@ -228,6 +230,7 @@ class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
228
230
|
resourceInputs["apexDetails"] = undefined /*out*/;
|
|
229
231
|
resourceInputs["availableUpgradeVersions"] = undefined /*out*/;
|
|
230
232
|
resourceInputs["backupConfigs"] = undefined /*out*/;
|
|
233
|
+
resourceInputs["backupRetentionPeriodInDays"] = undefined /*out*/;
|
|
231
234
|
resourceInputs["connectionStrings"] = undefined /*out*/;
|
|
232
235
|
resourceInputs["connectionUrls"] = undefined /*out*/;
|
|
233
236
|
resourceInputs["dataguardRegionType"] = undefined /*out*/;
|
|
@@ -266,6 +269,7 @@ class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
266
269
|
resourceInputs["timeOfNextRefresh"] = undefined /*out*/;
|
|
267
270
|
resourceInputs["timeReclamationOfFreeAutonomousDatabase"] = undefined /*out*/;
|
|
268
271
|
resourceInputs["timeUntilReconnectCloneEnabled"] = undefined /*out*/;
|
|
272
|
+
resourceInputs["totalBackupStorageSizeInGbs"] = undefined /*out*/;
|
|
269
273
|
resourceInputs["usedDataStorageSizeInTbs"] = undefined /*out*/;
|
|
270
274
|
}
|
|
271
275
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|