@pulumi/oci 2.27.0-alpha.1742279484 → 2.27.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/core/computeGpuMemoryCluster.d.ts +232 -0
- package/core/computeGpuMemoryCluster.js +119 -0
- package/core/computeGpuMemoryCluster.js.map +1 -0
- package/core/computeGpuMemoryFabric.d.ts +221 -0
- package/core/computeGpuMemoryFabric.js +93 -0
- package/core/computeGpuMemoryFabric.js.map +1 -0
- package/core/getComputeGpuMemoryCluster.d.ts +117 -0
- package/core/getComputeGpuMemoryCluster.js +54 -0
- package/core/getComputeGpuMemoryCluster.js.map +1 -0
- package/core/getComputeGpuMemoryClusterInstances.d.ts +72 -0
- package/core/getComputeGpuMemoryClusterInstances.js +56 -0
- package/core/getComputeGpuMemoryClusterInstances.js.map +1 -0
- package/core/getComputeGpuMemoryClusters.d.ts +128 -0
- package/core/getComputeGpuMemoryClusters.js +72 -0
- package/core/getComputeGpuMemoryClusters.js.map +1 -0
- package/core/getComputeGpuMemoryFabric.d.ts +127 -0
- package/core/getComputeGpuMemoryFabric.js +54 -0
- package/core/getComputeGpuMemoryFabric.js.map +1 -0
- package/core/getComputeGpuMemoryFabrics.d.ts +161 -0
- package/core/getComputeGpuMemoryFabrics.js +84 -0
- package/core/getComputeGpuMemoryFabrics.js.map +1 -0
- package/core/index.d.ts +21 -0
- package/core/index.js +33 -8
- package/core/index.js.map +1 -1
- package/database/autonomousContainerDatabase.d.ts +94 -26
- package/database/autonomousContainerDatabase.js +14 -0
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousContainerDatabaseAddStandby.d.ts +646 -0
- package/database/autonomousContainerDatabaseAddStandby.js +222 -0
- package/database/autonomousContainerDatabaseAddStandby.js.map +1 -0
- package/database/autonomousContainerDatabaseDataguardAssociation.d.ts +24 -15
- package/database/autonomousContainerDatabaseDataguardAssociation.js +2 -0
- package/database/autonomousContainerDatabaseDataguardAssociation.js.map +1 -1
- package/database/autonomousContainerDatabaseSnapshotStandby.d.ts +112 -0
- package/database/autonomousContainerDatabaseSnapshotStandby.js +87 -0
- package/database/autonomousContainerDatabaseSnapshotStandby.js.map +1 -0
- package/database/getAutonomousContainerDatabase.d.ts +32 -1
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousContainerDatabaseDataguardAssociation.d.ts +1 -0
- package/database/getAutonomousContainerDatabaseDataguardAssociation.js.map +1 -1
- package/database/getAutonomousContainerDatabases.d.ts +1 -1
- package/database/getMaintenanceRun.d.ts +4 -0
- package/database/getMaintenanceRun.js.map +1 -1
- package/database/index.d.ts +6 -0
- package/database/index.js +18 -8
- package/database/index.js.map +1 -1
- package/database/maintenanceRun.d.ts +8 -0
- package/database/maintenanceRun.js +2 -0
- package/database/maintenanceRun.js.map +1 -1
- package/goldengate/deployment.d.ts +28 -0
- package/goldengate/deployment.js +6 -0
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/deploymentBackup.d.ts +8 -0
- package/goldengate/deploymentBackup.js +2 -0
- package/goldengate/deploymentBackup.js.map +1 -1
- package/goldengate/getDeployment.d.ts +12 -0
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentBackup.d.ts +4 -0
- package/goldengate/getDeploymentBackup.js.map +1 -1
- package/osmanagementhub/event.d.ts +4 -0
- package/osmanagementhub/event.js.map +1 -1
- package/osmanagementhub/getEntitlements.d.ts +2 -2
- package/osmanagementhub/getEvent.d.ts +2 -0
- package/osmanagementhub/getEvent.js.map +1 -1
- package/osmanagementhub/getEvents.d.ts +2 -0
- package/osmanagementhub/getEvents.js.map +1 -1
- package/osmanagementhub/getManagedInstance.d.ts +9 -1
- package/osmanagementhub/getManagedInstance.js.map +1 -1
- package/osmanagementhub/getManagedInstances.d.ts +42 -66
- package/osmanagementhub/getManagedInstances.js +8 -66
- package/osmanagementhub/getManagedInstances.js.map +1 -1
- package/osmanagementhub/getManagementStation.d.ts +35 -3
- package/osmanagementhub/getManagementStation.js +2 -2
- package/osmanagementhub/getManagementStation.js.map +1 -1
- package/osmanagementhub/getManagementStationMirrors.d.ts +1 -1
- package/osmanagementhub/getManagementStations.d.ts +30 -3
- package/osmanagementhub/getManagementStations.js +12 -2
- package/osmanagementhub/getManagementStations.js.map +1 -1
- package/osmanagementhub/getProfile.d.ts +11 -3
- package/osmanagementhub/getProfile.js +2 -2
- package/osmanagementhub/getProfile.js.map +1 -1
- package/osmanagementhub/getProfileAvailableSoftwareSources.d.ts +111 -0
- package/osmanagementhub/getProfileAvailableSoftwareSources.js +68 -0
- package/osmanagementhub/getProfileAvailableSoftwareSources.js.map +1 -0
- package/osmanagementhub/getProfileVersion.d.ts +150 -0
- package/osmanagementhub/getProfileVersion.js +58 -0
- package/osmanagementhub/getProfileVersion.js.map +1 -0
- package/osmanagementhub/getProfiles.d.ts +38 -2
- package/osmanagementhub/getProfiles.js +12 -0
- package/osmanagementhub/getProfiles.js.map +1 -1
- package/osmanagementhub/getScheduledJob.d.ts +4 -0
- package/osmanagementhub/getScheduledJob.js.map +1 -1
- package/osmanagementhub/getSoftwarePackage.d.ts +2 -2
- package/osmanagementhub/getSoftwarePackage.js +2 -2
- package/osmanagementhub/getSoftwarePackageSoftwareSource.d.ts +7 -7
- package/osmanagementhub/getSoftwareSource.d.ts +28 -4
- package/osmanagementhub/getSoftwareSource.js.map +1 -1
- package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.d.ts +113 -0
- package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.js +70 -0
- package/osmanagementhub/getSoftwareSourceAvailableSoftwarePackages.js.map +1 -0
- package/osmanagementhub/getSoftwareSourceManifest.d.ts +67 -0
- package/osmanagementhub/getSoftwareSourceManifest.js +54 -0
- package/osmanagementhub/getSoftwareSourceManifest.js.map +1 -0
- package/osmanagementhub/getSoftwareSources.d.ts +21 -7
- package/osmanagementhub/getSoftwareSources.js +4 -0
- package/osmanagementhub/getSoftwareSources.js.map +1 -1
- package/osmanagementhub/index.d.ts +54 -0
- package/osmanagementhub/index.js +84 -2
- package/osmanagementhub/index.js.map +1 -1
- package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.d.ts +1 -19
- package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.js +3 -18
- package/osmanagementhub/lifecycleStageAttachManagedInstancesManagement.js.map +1 -1
- package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.d.ts +1 -19
- package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.js +3 -18
- package/osmanagementhub/lifecycleStageDetachManagedInstancesManagement.js.map +1 -1
- package/osmanagementhub/lifecycleStageRebootManagement.d.ts +103 -0
- package/osmanagementhub/lifecycleStageRebootManagement.js +85 -0
- package/osmanagementhub/lifecycleStageRebootManagement.js.map +1 -0
- package/osmanagementhub/managedInstance.d.ts +16 -0
- package/osmanagementhub/managedInstance.js +4 -0
- package/osmanagementhub/managedInstance.js.map +1 -1
- package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.d.ts +13 -0
- package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.js +3 -0
- package/osmanagementhub/managedInstanceGroupInstallPackagesManagement.js.map +1 -1
- package/osmanagementhub/managedInstanceGroupRebootManagement.d.ts +103 -0
- package/osmanagementhub/managedInstanceGroupRebootManagement.js +85 -0
- package/osmanagementhub/managedInstanceGroupRebootManagement.js.map +1 -0
- package/osmanagementhub/managedInstanceRebootManagement.d.ts +104 -0
- package/osmanagementhub/managedInstanceRebootManagement.js +86 -0
- package/osmanagementhub/managedInstanceRebootManagement.js.map +1 -0
- package/osmanagementhub/managementStation.d.ts +71 -1
- package/osmanagementhub/managementStation.js +19 -1
- package/osmanagementhub/managementStation.js.map +1 -1
- package/osmanagementhub/managementStationAssociateManagedInstancesManagement.d.ts +103 -0
- package/osmanagementhub/managementStationAssociateManagedInstancesManagement.js +88 -0
- package/osmanagementhub/managementStationAssociateManagedInstancesManagement.js.map +1 -0
- package/osmanagementhub/managementStationRefreshManagement.d.ts +1 -1
- package/osmanagementhub/managementStationRefreshManagement.js +1 -1
- package/osmanagementhub/managementStationSynchronizeMirrorsManagement.d.ts +4 -4
- package/osmanagementhub/managementStationSynchronizeMirrorsManagement.js +1 -1
- package/osmanagementhub/profile.d.ts +22 -6
- package/osmanagementhub/profile.js +4 -0
- package/osmanagementhub/profile.js.map +1 -1
- package/osmanagementhub/profileAttachLifecycleStageManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachLifecycleStageManagement.js +82 -0
- package/osmanagementhub/profileAttachLifecycleStageManagement.js.map +1 -0
- package/osmanagementhub/profileAttachManagedInstanceGroupManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachManagedInstanceGroupManagement.js +82 -0
- package/osmanagementhub/profileAttachManagedInstanceGroupManagement.js.map +1 -0
- package/osmanagementhub/profileAttachManagementStationManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachManagementStationManagement.js +82 -0
- package/osmanagementhub/profileAttachManagementStationManagement.js.map +1 -0
- package/osmanagementhub/profileAttachSoftwareSourcesManagement.d.ts +97 -0
- package/osmanagementhub/profileAttachSoftwareSourcesManagement.js +82 -0
- package/osmanagementhub/profileAttachSoftwareSourcesManagement.js.map +1 -0
- package/osmanagementhub/profileDetachSoftwareSourcesManagement.d.ts +97 -0
- package/osmanagementhub/profileDetachSoftwareSourcesManagement.js +82 -0
- package/osmanagementhub/profileDetachSoftwareSourcesManagement.js.map +1 -0
- package/osmanagementhub/scheduledJob.d.ts +23 -9
- package/osmanagementhub/scheduledJob.js +4 -0
- package/osmanagementhub/scheduledJob.js.map +1 -1
- package/osmanagementhub/softwareSource.d.ts +95 -11
- package/osmanagementhub/softwareSource.js +17 -5
- package/osmanagementhub/softwareSource.js.map +1 -1
- package/osmanagementhub/softwareSourceAddPackagesManagement.d.ts +20 -3
- package/osmanagementhub/softwareSourceAddPackagesManagement.js +7 -0
- package/osmanagementhub/softwareSourceAddPackagesManagement.js.map +1 -1
- package/osmanagementhub/softwareSourceGenerateMetadataManagement.d.ts +82 -0
- package/osmanagementhub/softwareSourceGenerateMetadataManagement.js +74 -0
- package/osmanagementhub/softwareSourceGenerateMetadataManagement.js.map +1 -0
- package/osmanagementhub/softwareSourceManifest.d.ts +97 -0
- package/osmanagementhub/softwareSourceManifest.js +79 -0
- package/osmanagementhub/softwareSourceManifest.js.map +1 -0
- package/osmanagementhub/softwareSourceRemovePackagesManagement.d.ts +101 -0
- package/osmanagementhub/softwareSourceRemovePackagesManagement.js +86 -0
- package/osmanagementhub/softwareSourceRemovePackagesManagement.js.map +1 -0
- package/osmanagementhub/softwareSourceReplacePackagesManagement.d.ts +101 -0
- package/osmanagementhub/softwareSourceReplacePackagesManagement.js +86 -0
- package/osmanagementhub/softwareSourceReplacePackagesManagement.js.map +1 -0
- package/osmanagementhub/workRequestRerunManagement.d.ts +115 -0
- package/osmanagementhub/workRequestRerunManagement.js +85 -0
- package/osmanagementhub/workRequestRerunManagement.js.map +1 -0
- package/package.json +2 -2
- package/types/input.d.ts +632 -8
- package/types/output.d.ts +1488 -48
|
@@ -0,0 +1,222 @@
|
|
|
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.AutonomousContainerDatabaseAddStandby = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Autonomous Container Database Add Standby resource in Oracle Cloud Infrastructure Database service.
|
|
10
|
+
*
|
|
11
|
+
* Create Standby Autonomous Container Database.
|
|
12
|
+
* For more information about changing Autonomous Container Databases Add Standby, see
|
|
13
|
+
* [Create Standby Autonomous Container Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80) and [Convert Snapshot Standby to Physical Standby](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4).
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as oci from "@pulumi/oci";
|
|
20
|
+
*
|
|
21
|
+
* const testAutonomousContainerDatabaseAddStandby = new oci.database.AutonomousContainerDatabaseAddStandby("test_autonomous_container_database_add_standby", {
|
|
22
|
+
* autonomousContainerDatabaseId: testAutonomousContainerDatabase.id,
|
|
23
|
+
* fastStartFailOverLagLimitInSeconds: autonomousContainerDatabaseAddStandbyFastStartFailOverLagLimitInSeconds,
|
|
24
|
+
* isAutomaticFailoverEnabled: autonomousContainerDatabaseAddStandbyIsAutomaticFailoverEnabled,
|
|
25
|
+
* peerAutonomousContainerDatabaseBackupConfig: {
|
|
26
|
+
* backupDestinationDetails: [{
|
|
27
|
+
* type: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsType,
|
|
28
|
+
* dbrsPolicyId: testPolicy.id,
|
|
29
|
+
* id: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsId,
|
|
30
|
+
* internetProxy: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsInternetProxy,
|
|
31
|
+
* vpcPassword: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsVpcPassword,
|
|
32
|
+
* vpcUser: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsVpcUser,
|
|
33
|
+
* }],
|
|
34
|
+
* recoveryWindowInDays: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigRecoveryWindowInDays,
|
|
35
|
+
* },
|
|
36
|
+
* peerAutonomousContainerDatabaseCompartmentId: testCompartment.id,
|
|
37
|
+
* peerAutonomousContainerDatabaseDisplayName: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseDisplayName,
|
|
38
|
+
* peerAutonomousVmClusterId: testAutonomousVmCluster.id,
|
|
39
|
+
* peerCloudAutonomousVmClusterId: testCloudAutonomousVmCluster.id,
|
|
40
|
+
* peerDbUniqueName: autonomousContainerDatabaseAddStandbyPeerDbUniqueName,
|
|
41
|
+
* protectionMode: autonomousContainerDatabaseAddStandbyProtectionMode,
|
|
42
|
+
* standbyMaintenanceBufferInDays: autonomousContainerDatabaseAddStandbyStandbyMaintenanceBufferInDays,
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* ## Import
|
|
47
|
+
*
|
|
48
|
+
* AutonomousContainerDatabaseAddStandby can be imported using the `id`, e.g.
|
|
49
|
+
*
|
|
50
|
+
* ```sh
|
|
51
|
+
* $ pulumi import oci:Database/autonomousContainerDatabaseAddStandby:AutonomousContainerDatabaseAddStandby test_autonomous_container_database_add_standby "id"
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
class AutonomousContainerDatabaseAddStandby extends pulumi.CustomResource {
|
|
55
|
+
/**
|
|
56
|
+
* Get an existing AutonomousContainerDatabaseAddStandby resource's state with the given name, ID, and optional extra
|
|
57
|
+
* properties used to qualify the lookup.
|
|
58
|
+
*
|
|
59
|
+
* @param name The _unique_ name of the resulting resource.
|
|
60
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
61
|
+
* @param state Any extra arguments used during the lookup.
|
|
62
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
63
|
+
*/
|
|
64
|
+
static get(name, id, state, opts) {
|
|
65
|
+
return new AutonomousContainerDatabaseAddStandby(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Returns true if the given object is an instance of AutonomousContainerDatabaseAddStandby. This is designed to work even
|
|
69
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
70
|
+
*/
|
|
71
|
+
static isInstance(obj) {
|
|
72
|
+
if (obj === undefined || obj === null) {
|
|
73
|
+
return false;
|
|
74
|
+
}
|
|
75
|
+
return obj['__pulumiType'] === AutonomousContainerDatabaseAddStandby.__pulumiType;
|
|
76
|
+
}
|
|
77
|
+
constructor(name, argsOrState, opts) {
|
|
78
|
+
let resourceInputs = {};
|
|
79
|
+
opts = opts || {};
|
|
80
|
+
if (opts.id) {
|
|
81
|
+
const state = argsOrState;
|
|
82
|
+
resourceInputs["autonomousContainerDatabaseId"] = state ? state.autonomousContainerDatabaseId : undefined;
|
|
83
|
+
resourceInputs["autonomousExadataInfrastructureId"] = state ? state.autonomousExadataInfrastructureId : undefined;
|
|
84
|
+
resourceInputs["autonomousVmClusterId"] = state ? state.autonomousVmClusterId : undefined;
|
|
85
|
+
resourceInputs["availabilityDomain"] = state ? state.availabilityDomain : undefined;
|
|
86
|
+
resourceInputs["availableCpus"] = state ? state.availableCpus : undefined;
|
|
87
|
+
resourceInputs["backupConfigs"] = state ? state.backupConfigs : undefined;
|
|
88
|
+
resourceInputs["cloudAutonomousVmClusterId"] = state ? state.cloudAutonomousVmClusterId : undefined;
|
|
89
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
90
|
+
resourceInputs["computeModel"] = state ? state.computeModel : undefined;
|
|
91
|
+
resourceInputs["dataguardGroupMembers"] = state ? state.dataguardGroupMembers : undefined;
|
|
92
|
+
resourceInputs["dataguards"] = state ? state.dataguards : undefined;
|
|
93
|
+
resourceInputs["dbName"] = state ? state.dbName : undefined;
|
|
94
|
+
resourceInputs["dbSplitThreshold"] = state ? state.dbSplitThreshold : undefined;
|
|
95
|
+
resourceInputs["dbUniqueName"] = state ? state.dbUniqueName : undefined;
|
|
96
|
+
resourceInputs["dbVersion"] = state ? state.dbVersion : undefined;
|
|
97
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
98
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
99
|
+
resourceInputs["distributionAffinity"] = state ? state.distributionAffinity : undefined;
|
|
100
|
+
resourceInputs["dstFileVersion"] = state ? state.dstFileVersion : undefined;
|
|
101
|
+
resourceInputs["fastStartFailOverLagLimitInSeconds"] = state ? state.fastStartFailOverLagLimitInSeconds : undefined;
|
|
102
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
103
|
+
resourceInputs["infrastructureType"] = state ? state.infrastructureType : undefined;
|
|
104
|
+
resourceInputs["isAutomaticFailoverEnabled"] = state ? state.isAutomaticFailoverEnabled : undefined;
|
|
105
|
+
resourceInputs["isDataGuardEnabled"] = state ? state.isDataGuardEnabled : undefined;
|
|
106
|
+
resourceInputs["isDstFileUpdateEnabled"] = state ? state.isDstFileUpdateEnabled : undefined;
|
|
107
|
+
resourceInputs["isMultipleStandby"] = state ? state.isMultipleStandby : undefined;
|
|
108
|
+
resourceInputs["keyHistoryEntries"] = state ? state.keyHistoryEntries : undefined;
|
|
109
|
+
resourceInputs["keyStoreId"] = state ? state.keyStoreId : undefined;
|
|
110
|
+
resourceInputs["keyStoreWalletName"] = state ? state.keyStoreWalletName : undefined;
|
|
111
|
+
resourceInputs["kmsKeyId"] = state ? state.kmsKeyId : undefined;
|
|
112
|
+
resourceInputs["kmsKeyVersionId"] = state ? state.kmsKeyVersionId : undefined;
|
|
113
|
+
resourceInputs["largestProvisionableAutonomousDatabaseInCpus"] = state ? state.largestProvisionableAutonomousDatabaseInCpus : undefined;
|
|
114
|
+
resourceInputs["lastMaintenanceRunId"] = state ? state.lastMaintenanceRunId : undefined;
|
|
115
|
+
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
116
|
+
resourceInputs["listOneOffPatches"] = state ? state.listOneOffPatches : undefined;
|
|
117
|
+
resourceInputs["maintenanceWindows"] = state ? state.maintenanceWindows : undefined;
|
|
118
|
+
resourceInputs["memoryPerOracleComputeUnitInGbs"] = state ? state.memoryPerOracleComputeUnitInGbs : undefined;
|
|
119
|
+
resourceInputs["netServicesArchitecture"] = state ? state.netServicesArchitecture : undefined;
|
|
120
|
+
resourceInputs["nextMaintenanceRunId"] = state ? state.nextMaintenanceRunId : undefined;
|
|
121
|
+
resourceInputs["patchId"] = state ? state.patchId : undefined;
|
|
122
|
+
resourceInputs["patchModel"] = state ? state.patchModel : undefined;
|
|
123
|
+
resourceInputs["peerAutonomousContainerDatabaseBackupConfig"] = state ? state.peerAutonomousContainerDatabaseBackupConfig : undefined;
|
|
124
|
+
resourceInputs["peerAutonomousContainerDatabaseCompartmentId"] = state ? state.peerAutonomousContainerDatabaseCompartmentId : undefined;
|
|
125
|
+
resourceInputs["peerAutonomousContainerDatabaseDisplayName"] = state ? state.peerAutonomousContainerDatabaseDisplayName : undefined;
|
|
126
|
+
resourceInputs["peerAutonomousVmClusterId"] = state ? state.peerAutonomousVmClusterId : undefined;
|
|
127
|
+
resourceInputs["peerCloudAutonomousVmClusterId"] = state ? state.peerCloudAutonomousVmClusterId : undefined;
|
|
128
|
+
resourceInputs["peerDbUniqueName"] = state ? state.peerDbUniqueName : undefined;
|
|
129
|
+
resourceInputs["protectionMode"] = state ? state.protectionMode : undefined;
|
|
130
|
+
resourceInputs["provisionableCpuses"] = state ? state.provisionableCpuses : undefined;
|
|
131
|
+
resourceInputs["provisionedCpus"] = state ? state.provisionedCpus : undefined;
|
|
132
|
+
resourceInputs["reclaimableCpus"] = state ? state.reclaimableCpus : undefined;
|
|
133
|
+
resourceInputs["reservedCpus"] = state ? state.reservedCpus : undefined;
|
|
134
|
+
resourceInputs["role"] = state ? state.role : undefined;
|
|
135
|
+
resourceInputs["serviceLevelAgreementType"] = state ? state.serviceLevelAgreementType : undefined;
|
|
136
|
+
resourceInputs["standbyMaintenanceBufferInDays"] = state ? state.standbyMaintenanceBufferInDays : undefined;
|
|
137
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
138
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
139
|
+
resourceInputs["timeOfLastBackup"] = state ? state.timeOfLastBackup : undefined;
|
|
140
|
+
resourceInputs["timeSnapshotStandbyRevert"] = state ? state.timeSnapshotStandbyRevert : undefined;
|
|
141
|
+
resourceInputs["totalCpus"] = state ? state.totalCpus : undefined;
|
|
142
|
+
resourceInputs["vaultId"] = state ? state.vaultId : undefined;
|
|
143
|
+
resourceInputs["versionPreference"] = state ? state.versionPreference : undefined;
|
|
144
|
+
resourceInputs["vmFailoverReservation"] = state ? state.vmFailoverReservation : undefined;
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
const args = argsOrState;
|
|
148
|
+
if ((!args || args.autonomousContainerDatabaseId === undefined) && !opts.urn) {
|
|
149
|
+
throw new Error("Missing required property 'autonomousContainerDatabaseId'");
|
|
150
|
+
}
|
|
151
|
+
resourceInputs["autonomousContainerDatabaseId"] = args ? args.autonomousContainerDatabaseId : undefined;
|
|
152
|
+
resourceInputs["fastStartFailOverLagLimitInSeconds"] = args ? args.fastStartFailOverLagLimitInSeconds : undefined;
|
|
153
|
+
resourceInputs["isAutomaticFailoverEnabled"] = args ? args.isAutomaticFailoverEnabled : undefined;
|
|
154
|
+
resourceInputs["peerAutonomousContainerDatabaseBackupConfig"] = args ? args.peerAutonomousContainerDatabaseBackupConfig : undefined;
|
|
155
|
+
resourceInputs["peerAutonomousContainerDatabaseCompartmentId"] = args ? args.peerAutonomousContainerDatabaseCompartmentId : undefined;
|
|
156
|
+
resourceInputs["peerAutonomousContainerDatabaseDisplayName"] = args ? args.peerAutonomousContainerDatabaseDisplayName : undefined;
|
|
157
|
+
resourceInputs["peerAutonomousVmClusterId"] = args ? args.peerAutonomousVmClusterId : undefined;
|
|
158
|
+
resourceInputs["peerCloudAutonomousVmClusterId"] = args ? args.peerCloudAutonomousVmClusterId : undefined;
|
|
159
|
+
resourceInputs["peerDbUniqueName"] = args ? args.peerDbUniqueName : undefined;
|
|
160
|
+
resourceInputs["protectionMode"] = args ? args.protectionMode : undefined;
|
|
161
|
+
resourceInputs["standbyMaintenanceBufferInDays"] = args ? args.standbyMaintenanceBufferInDays : undefined;
|
|
162
|
+
resourceInputs["autonomousExadataInfrastructureId"] = undefined /*out*/;
|
|
163
|
+
resourceInputs["autonomousVmClusterId"] = undefined /*out*/;
|
|
164
|
+
resourceInputs["availabilityDomain"] = undefined /*out*/;
|
|
165
|
+
resourceInputs["availableCpus"] = undefined /*out*/;
|
|
166
|
+
resourceInputs["backupConfigs"] = undefined /*out*/;
|
|
167
|
+
resourceInputs["cloudAutonomousVmClusterId"] = undefined /*out*/;
|
|
168
|
+
resourceInputs["compartmentId"] = undefined /*out*/;
|
|
169
|
+
resourceInputs["computeModel"] = undefined /*out*/;
|
|
170
|
+
resourceInputs["dataguardGroupMembers"] = undefined /*out*/;
|
|
171
|
+
resourceInputs["dataguards"] = undefined /*out*/;
|
|
172
|
+
resourceInputs["dbName"] = undefined /*out*/;
|
|
173
|
+
resourceInputs["dbSplitThreshold"] = undefined /*out*/;
|
|
174
|
+
resourceInputs["dbUniqueName"] = undefined /*out*/;
|
|
175
|
+
resourceInputs["dbVersion"] = undefined /*out*/;
|
|
176
|
+
resourceInputs["definedTags"] = undefined /*out*/;
|
|
177
|
+
resourceInputs["displayName"] = undefined /*out*/;
|
|
178
|
+
resourceInputs["distributionAffinity"] = undefined /*out*/;
|
|
179
|
+
resourceInputs["dstFileVersion"] = undefined /*out*/;
|
|
180
|
+
resourceInputs["freeformTags"] = undefined /*out*/;
|
|
181
|
+
resourceInputs["infrastructureType"] = undefined /*out*/;
|
|
182
|
+
resourceInputs["isDataGuardEnabled"] = undefined /*out*/;
|
|
183
|
+
resourceInputs["isDstFileUpdateEnabled"] = undefined /*out*/;
|
|
184
|
+
resourceInputs["isMultipleStandby"] = undefined /*out*/;
|
|
185
|
+
resourceInputs["keyHistoryEntries"] = undefined /*out*/;
|
|
186
|
+
resourceInputs["keyStoreId"] = undefined /*out*/;
|
|
187
|
+
resourceInputs["keyStoreWalletName"] = undefined /*out*/;
|
|
188
|
+
resourceInputs["kmsKeyId"] = undefined /*out*/;
|
|
189
|
+
resourceInputs["kmsKeyVersionId"] = undefined /*out*/;
|
|
190
|
+
resourceInputs["largestProvisionableAutonomousDatabaseInCpus"] = undefined /*out*/;
|
|
191
|
+
resourceInputs["lastMaintenanceRunId"] = undefined /*out*/;
|
|
192
|
+
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
193
|
+
resourceInputs["listOneOffPatches"] = undefined /*out*/;
|
|
194
|
+
resourceInputs["maintenanceWindows"] = undefined /*out*/;
|
|
195
|
+
resourceInputs["memoryPerOracleComputeUnitInGbs"] = undefined /*out*/;
|
|
196
|
+
resourceInputs["netServicesArchitecture"] = undefined /*out*/;
|
|
197
|
+
resourceInputs["nextMaintenanceRunId"] = undefined /*out*/;
|
|
198
|
+
resourceInputs["patchId"] = undefined /*out*/;
|
|
199
|
+
resourceInputs["patchModel"] = undefined /*out*/;
|
|
200
|
+
resourceInputs["provisionableCpuses"] = undefined /*out*/;
|
|
201
|
+
resourceInputs["provisionedCpus"] = undefined /*out*/;
|
|
202
|
+
resourceInputs["reclaimableCpus"] = undefined /*out*/;
|
|
203
|
+
resourceInputs["reservedCpus"] = undefined /*out*/;
|
|
204
|
+
resourceInputs["role"] = undefined /*out*/;
|
|
205
|
+
resourceInputs["serviceLevelAgreementType"] = undefined /*out*/;
|
|
206
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
207
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
208
|
+
resourceInputs["timeOfLastBackup"] = undefined /*out*/;
|
|
209
|
+
resourceInputs["timeSnapshotStandbyRevert"] = undefined /*out*/;
|
|
210
|
+
resourceInputs["totalCpus"] = undefined /*out*/;
|
|
211
|
+
resourceInputs["vaultId"] = undefined /*out*/;
|
|
212
|
+
resourceInputs["versionPreference"] = undefined /*out*/;
|
|
213
|
+
resourceInputs["vmFailoverReservation"] = undefined /*out*/;
|
|
214
|
+
}
|
|
215
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
216
|
+
super(AutonomousContainerDatabaseAddStandby.__pulumiType, name, resourceInputs, opts);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
exports.AutonomousContainerDatabaseAddStandby = AutonomousContainerDatabaseAddStandby;
|
|
220
|
+
/** @internal */
|
|
221
|
+
AutonomousContainerDatabaseAddStandby.__pulumiType = 'oci:Database/autonomousContainerDatabaseAddStandby:AutonomousContainerDatabaseAddStandby';
|
|
222
|
+
//# sourceMappingURL=autonomousContainerDatabaseAddStandby.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autonomousContainerDatabaseAddStandby.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabaseAddStandby.ts"],"names":[],"mappings":"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"}
|
|
@@ -87,12 +87,20 @@ export declare class AutonomousContainerDatabaseDataguardAssociation extends pul
|
|
|
87
87
|
readonly fastStartFailOverLagLimitInSeconds: pulumi.Output<number>;
|
|
88
88
|
/**
|
|
89
89
|
* (Updatable) Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : `isAutomaticFailoverEnabled = true`.
|
|
90
|
+
*
|
|
91
|
+
*
|
|
92
|
+
* ** IMPORTANT **
|
|
93
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
90
94
|
*/
|
|
91
95
|
readonly isAutomaticFailoverEnabled: pulumi.Output<boolean>;
|
|
92
96
|
/**
|
|
93
97
|
* Additional information about the current lifecycleState, if available.
|
|
94
98
|
*/
|
|
95
99
|
readonly lifecycleDetails: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* (Updatable) An optional property when incremented triggers Migrate. Could be set to any integer value.
|
|
102
|
+
*/
|
|
103
|
+
readonly migrateTrigger: pulumi.Output<number | undefined>;
|
|
96
104
|
/**
|
|
97
105
|
* Backup options for the standby Autonomous Container Database.
|
|
98
106
|
*/
|
|
@@ -135,11 +143,6 @@ export declare class AutonomousContainerDatabaseDataguardAssociation extends pul
|
|
|
135
143
|
readonly peerRole: pulumi.Output<string>;
|
|
136
144
|
/**
|
|
137
145
|
* (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.
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
* ** IMPORTANT **
|
|
142
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
143
146
|
*/
|
|
144
147
|
readonly protectionMode: pulumi.Output<string>;
|
|
145
148
|
/**
|
|
@@ -202,12 +205,20 @@ export interface AutonomousContainerDatabaseDataguardAssociationState {
|
|
|
202
205
|
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
203
206
|
/**
|
|
204
207
|
* (Updatable) Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : `isAutomaticFailoverEnabled = true`.
|
|
208
|
+
*
|
|
209
|
+
*
|
|
210
|
+
* ** IMPORTANT **
|
|
211
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
205
212
|
*/
|
|
206
213
|
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
207
214
|
/**
|
|
208
215
|
* Additional information about the current lifecycleState, if available.
|
|
209
216
|
*/
|
|
210
217
|
lifecycleDetails?: pulumi.Input<string>;
|
|
218
|
+
/**
|
|
219
|
+
* (Updatable) An optional property when incremented triggers Migrate. Could be set to any integer value.
|
|
220
|
+
*/
|
|
221
|
+
migrateTrigger?: pulumi.Input<number>;
|
|
211
222
|
/**
|
|
212
223
|
* Backup options for the standby Autonomous Container Database.
|
|
213
224
|
*/
|
|
@@ -250,11 +261,6 @@ export interface AutonomousContainerDatabaseDataguardAssociationState {
|
|
|
250
261
|
peerRole?: pulumi.Input<string>;
|
|
251
262
|
/**
|
|
252
263
|
* (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.
|
|
253
|
-
*
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
* ** IMPORTANT **
|
|
257
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
258
264
|
*/
|
|
259
265
|
protectionMode?: pulumi.Input<string>;
|
|
260
266
|
/**
|
|
@@ -301,8 +307,16 @@ export interface AutonomousContainerDatabaseDataguardAssociationArgs {
|
|
|
301
307
|
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
302
308
|
/**
|
|
303
309
|
* (Updatable) Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : `isAutomaticFailoverEnabled = true`.
|
|
310
|
+
*
|
|
311
|
+
*
|
|
312
|
+
* ** IMPORTANT **
|
|
313
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
304
314
|
*/
|
|
305
315
|
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
316
|
+
/**
|
|
317
|
+
* (Updatable) An optional property when incremented triggers Migrate. Could be set to any integer value.
|
|
318
|
+
*/
|
|
319
|
+
migrateTrigger?: pulumi.Input<number>;
|
|
306
320
|
/**
|
|
307
321
|
* Backup options for the standby Autonomous Container Database.
|
|
308
322
|
*/
|
|
@@ -329,11 +343,6 @@ export interface AutonomousContainerDatabaseDataguardAssociationArgs {
|
|
|
329
343
|
peerDbUniqueName?: pulumi.Input<string>;
|
|
330
344
|
/**
|
|
331
345
|
* (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.
|
|
332
|
-
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
* ** IMPORTANT **
|
|
336
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
337
346
|
*/
|
|
338
347
|
protectionMode: pulumi.Input<string>;
|
|
339
348
|
/**
|
|
@@ -91,6 +91,7 @@ class AutonomousContainerDatabaseDataguardAssociation extends pulumi.CustomResou
|
|
|
91
91
|
resourceInputs["fastStartFailOverLagLimitInSeconds"] = state ? state.fastStartFailOverLagLimitInSeconds : undefined;
|
|
92
92
|
resourceInputs["isAutomaticFailoverEnabled"] = state ? state.isAutomaticFailoverEnabled : undefined;
|
|
93
93
|
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
94
|
+
resourceInputs["migrateTrigger"] = state ? state.migrateTrigger : undefined;
|
|
94
95
|
resourceInputs["peerAutonomousContainerDatabaseBackupConfig"] = state ? state.peerAutonomousContainerDatabaseBackupConfig : undefined;
|
|
95
96
|
resourceInputs["peerAutonomousContainerDatabaseCompartmentId"] = state ? state.peerAutonomousContainerDatabaseCompartmentId : undefined;
|
|
96
97
|
resourceInputs["peerAutonomousContainerDatabaseDataguardAssociationId"] = state ? state.peerAutonomousContainerDatabaseDataguardAssociationId : undefined;
|
|
@@ -125,6 +126,7 @@ class AutonomousContainerDatabaseDataguardAssociation extends pulumi.CustomResou
|
|
|
125
126
|
resourceInputs["autonomousContainerDatabaseId"] = args ? args.autonomousContainerDatabaseId : undefined;
|
|
126
127
|
resourceInputs["fastStartFailOverLagLimitInSeconds"] = args ? args.fastStartFailOverLagLimitInSeconds : undefined;
|
|
127
128
|
resourceInputs["isAutomaticFailoverEnabled"] = args ? args.isAutomaticFailoverEnabled : undefined;
|
|
129
|
+
resourceInputs["migrateTrigger"] = args ? args.migrateTrigger : undefined;
|
|
128
130
|
resourceInputs["peerAutonomousContainerDatabaseBackupConfig"] = args ? args.peerAutonomousContainerDatabaseBackupConfig : undefined;
|
|
129
131
|
resourceInputs["peerAutonomousContainerDatabaseCompartmentId"] = args ? args.peerAutonomousContainerDatabaseCompartmentId : undefined;
|
|
130
132
|
resourceInputs["peerAutonomousContainerDatabaseDisplayName"] = args ? args.peerAutonomousContainerDatabaseDisplayName : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autonomousContainerDatabaseDataguardAssociation.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabaseDataguardAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;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,112 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource provides the Autonomous Container Database Snapshot Standby resource in Oracle Cloud Infrastructure Database service.
|
|
4
|
+
*
|
|
5
|
+
* Convert between and SnapshotStandby Standby Autonomous Container Database .
|
|
6
|
+
* For more information about changing Autonomous Container Databases Add Standby, see
|
|
7
|
+
* [Convert Standby Autonomous Container Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80) and [Convert Snapshot Standby to Physical Standby](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4).
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testAutonomousContainerDatabaseSnapshotStandby = new oci.database.AutonomousContainerDatabaseSnapshotStandby("test_autonomous_container_database_snapshot_standby", {
|
|
16
|
+
* autonomousContainerDatabaseId: testAutonomousContainerDatabase.id,
|
|
17
|
+
* role: autonomousContainerDatabaseSnapshotStandbyRole,
|
|
18
|
+
* connectionStringsType: autonomousContainerDatabaseSnapshotStandbyConnectionStringsType,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* AutonomousContainerDatabaseSnapshotStandby can be imported using the `id`, e.g.
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import oci:Database/autonomousContainerDatabaseSnapshotStandby:AutonomousContainerDatabaseSnapshotStandby test_autonomous_container_database_snapshot_standby "id"
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare class AutonomousContainerDatabaseSnapshotStandby extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing AutonomousContainerDatabaseSnapshotStandby resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AutonomousContainerDatabaseSnapshotStandbyState, opts?: pulumi.CustomResourceOptions): AutonomousContainerDatabaseSnapshotStandby;
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of AutonomousContainerDatabaseSnapshotStandby. This is designed to work even
|
|
43
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
44
|
+
*/
|
|
45
|
+
static isInstance(obj: any): obj is AutonomousContainerDatabaseSnapshotStandby;
|
|
46
|
+
/**
|
|
47
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
48
|
+
*/
|
|
49
|
+
readonly autonomousContainerDatabaseId: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* type of connection strings when converting database to snapshot mode
|
|
52
|
+
*/
|
|
53
|
+
readonly connectionStringsType: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
56
|
+
*
|
|
57
|
+
*
|
|
58
|
+
* ** IMPORTANT **
|
|
59
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
60
|
+
*/
|
|
61
|
+
readonly role: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Create a AutonomousContainerDatabaseSnapshotStandby resource with the given unique name, arguments, and options.
|
|
64
|
+
*
|
|
65
|
+
* @param name The _unique_ name of the resource.
|
|
66
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
67
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
68
|
+
*/
|
|
69
|
+
constructor(name: string, args: AutonomousContainerDatabaseSnapshotStandbyArgs, opts?: pulumi.CustomResourceOptions);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Input properties used for looking up and filtering AutonomousContainerDatabaseSnapshotStandby resources.
|
|
73
|
+
*/
|
|
74
|
+
export interface AutonomousContainerDatabaseSnapshotStandbyState {
|
|
75
|
+
/**
|
|
76
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
77
|
+
*/
|
|
78
|
+
autonomousContainerDatabaseId?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* type of connection strings when converting database to snapshot mode
|
|
81
|
+
*/
|
|
82
|
+
connectionStringsType?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* ** IMPORTANT **
|
|
88
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
89
|
+
*/
|
|
90
|
+
role?: pulumi.Input<string>;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* The set of arguments for constructing a AutonomousContainerDatabaseSnapshotStandby resource.
|
|
94
|
+
*/
|
|
95
|
+
export interface AutonomousContainerDatabaseSnapshotStandbyArgs {
|
|
96
|
+
/**
|
|
97
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
98
|
+
*/
|
|
99
|
+
autonomousContainerDatabaseId: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* type of connection strings when converting database to snapshot mode
|
|
102
|
+
*/
|
|
103
|
+
connectionStringsType?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
106
|
+
*
|
|
107
|
+
*
|
|
108
|
+
* ** IMPORTANT **
|
|
109
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
110
|
+
*/
|
|
111
|
+
role: pulumi.Input<string>;
|
|
112
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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.AutonomousContainerDatabaseSnapshotStandby = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Autonomous Container Database Snapshot Standby resource in Oracle Cloud Infrastructure Database service.
|
|
10
|
+
*
|
|
11
|
+
* Convert between and SnapshotStandby Standby Autonomous Container Database .
|
|
12
|
+
* For more information about changing Autonomous Container Databases Add Standby, see
|
|
13
|
+
* [Convert Standby Autonomous Container Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80) and [Convert Snapshot Standby to Physical Standby](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4).
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as oci from "@pulumi/oci";
|
|
20
|
+
*
|
|
21
|
+
* const testAutonomousContainerDatabaseSnapshotStandby = new oci.database.AutonomousContainerDatabaseSnapshotStandby("test_autonomous_container_database_snapshot_standby", {
|
|
22
|
+
* autonomousContainerDatabaseId: testAutonomousContainerDatabase.id,
|
|
23
|
+
* role: autonomousContainerDatabaseSnapshotStandbyRole,
|
|
24
|
+
* connectionStringsType: autonomousContainerDatabaseSnapshotStandbyConnectionStringsType,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* AutonomousContainerDatabaseSnapshotStandby can be imported using the `id`, e.g.
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import oci:Database/autonomousContainerDatabaseSnapshotStandby:AutonomousContainerDatabaseSnapshotStandby test_autonomous_container_database_snapshot_standby "id"
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
class AutonomousContainerDatabaseSnapshotStandby extends pulumi.CustomResource {
|
|
37
|
+
/**
|
|
38
|
+
* Get an existing AutonomousContainerDatabaseSnapshotStandby resource's state with the given name, ID, and optional extra
|
|
39
|
+
* properties used to qualify the lookup.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resulting resource.
|
|
42
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
43
|
+
* @param state Any extra arguments used during the lookup.
|
|
44
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
45
|
+
*/
|
|
46
|
+
static get(name, id, state, opts) {
|
|
47
|
+
return new AutonomousContainerDatabaseSnapshotStandby(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Returns true if the given object is an instance of AutonomousContainerDatabaseSnapshotStandby. This is designed to work even
|
|
51
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
|
+
*/
|
|
53
|
+
static isInstance(obj) {
|
|
54
|
+
if (obj === undefined || obj === null) {
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
return obj['__pulumiType'] === AutonomousContainerDatabaseSnapshotStandby.__pulumiType;
|
|
58
|
+
}
|
|
59
|
+
constructor(name, argsOrState, opts) {
|
|
60
|
+
let resourceInputs = {};
|
|
61
|
+
opts = opts || {};
|
|
62
|
+
if (opts.id) {
|
|
63
|
+
const state = argsOrState;
|
|
64
|
+
resourceInputs["autonomousContainerDatabaseId"] = state ? state.autonomousContainerDatabaseId : undefined;
|
|
65
|
+
resourceInputs["connectionStringsType"] = state ? state.connectionStringsType : undefined;
|
|
66
|
+
resourceInputs["role"] = state ? state.role : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.autonomousContainerDatabaseId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'autonomousContainerDatabaseId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.role === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'role'");
|
|
75
|
+
}
|
|
76
|
+
resourceInputs["autonomousContainerDatabaseId"] = args ? args.autonomousContainerDatabaseId : undefined;
|
|
77
|
+
resourceInputs["connectionStringsType"] = args ? args.connectionStringsType : undefined;
|
|
78
|
+
resourceInputs["role"] = args ? args.role : undefined;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(AutonomousContainerDatabaseSnapshotStandby.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.AutonomousContainerDatabaseSnapshotStandby = AutonomousContainerDatabaseSnapshotStandby;
|
|
85
|
+
/** @internal */
|
|
86
|
+
AutonomousContainerDatabaseSnapshotStandby.__pulumiType = 'oci:Database/autonomousContainerDatabaseSnapshotStandby:AutonomousContainerDatabaseSnapshotStandby';
|
|
87
|
+
//# sourceMappingURL=autonomousContainerDatabaseSnapshotStandby.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autonomousContainerDatabaseSnapshotStandby.js","sourceRoot":"","sources":["../../database/autonomousContainerDatabaseSnapshotStandby.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,0CAA2C,SAAQ,MAAM,CAAC,cAAc;IACjF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuD,EAAE,IAAmC;QACrJ,OAAO,IAAI,0CAA0C,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjG,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,0CAA0C,CAAC,YAAY,CAAC;IAC3F,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA8G,EAAE,IAAmC;QACzK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0E,CAAC;YACzF,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyE,CAAC;YACvF,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,6BAA6B,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1E,MAAM,IAAI,KAAK,CAAC,2DAA2D,CAAC,CAAC;aAChF;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,0CAA0C,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/F,CAAC;;AA3EL,gGA4EC;AA9DG,gBAAgB;AACO,uDAAY,GAAG,oGAAoG,CAAC"}
|