@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,646 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource provides the Autonomous Container Database Add Standby resource in Oracle Cloud Infrastructure Database service.
|
|
6
|
+
*
|
|
7
|
+
* Create Standby Autonomous Container Database.
|
|
8
|
+
* For more information about changing Autonomous Container Databases Add Standby, see
|
|
9
|
+
* [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).
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as oci from "@pulumi/oci";
|
|
16
|
+
*
|
|
17
|
+
* const testAutonomousContainerDatabaseAddStandby = new oci.database.AutonomousContainerDatabaseAddStandby("test_autonomous_container_database_add_standby", {
|
|
18
|
+
* autonomousContainerDatabaseId: testAutonomousContainerDatabase.id,
|
|
19
|
+
* fastStartFailOverLagLimitInSeconds: autonomousContainerDatabaseAddStandbyFastStartFailOverLagLimitInSeconds,
|
|
20
|
+
* isAutomaticFailoverEnabled: autonomousContainerDatabaseAddStandbyIsAutomaticFailoverEnabled,
|
|
21
|
+
* peerAutonomousContainerDatabaseBackupConfig: {
|
|
22
|
+
* backupDestinationDetails: [{
|
|
23
|
+
* type: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsType,
|
|
24
|
+
* dbrsPolicyId: testPolicy.id,
|
|
25
|
+
* id: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsId,
|
|
26
|
+
* internetProxy: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsInternetProxy,
|
|
27
|
+
* vpcPassword: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsVpcPassword,
|
|
28
|
+
* vpcUser: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailsVpcUser,
|
|
29
|
+
* }],
|
|
30
|
+
* recoveryWindowInDays: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigRecoveryWindowInDays,
|
|
31
|
+
* },
|
|
32
|
+
* peerAutonomousContainerDatabaseCompartmentId: testCompartment.id,
|
|
33
|
+
* peerAutonomousContainerDatabaseDisplayName: autonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseDisplayName,
|
|
34
|
+
* peerAutonomousVmClusterId: testAutonomousVmCluster.id,
|
|
35
|
+
* peerCloudAutonomousVmClusterId: testCloudAutonomousVmCluster.id,
|
|
36
|
+
* peerDbUniqueName: autonomousContainerDatabaseAddStandbyPeerDbUniqueName,
|
|
37
|
+
* protectionMode: autonomousContainerDatabaseAddStandbyProtectionMode,
|
|
38
|
+
* standbyMaintenanceBufferInDays: autonomousContainerDatabaseAddStandbyStandbyMaintenanceBufferInDays,
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* ## Import
|
|
43
|
+
*
|
|
44
|
+
* AutonomousContainerDatabaseAddStandby can be imported using the `id`, e.g.
|
|
45
|
+
*
|
|
46
|
+
* ```sh
|
|
47
|
+
* $ pulumi import oci:Database/autonomousContainerDatabaseAddStandby:AutonomousContainerDatabaseAddStandby test_autonomous_container_database_add_standby "id"
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
export declare class AutonomousContainerDatabaseAddStandby extends pulumi.CustomResource {
|
|
51
|
+
/**
|
|
52
|
+
* Get an existing AutonomousContainerDatabaseAddStandby resource's state with the given name, ID, and optional extra
|
|
53
|
+
* properties used to qualify the lookup.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resulting resource.
|
|
56
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
57
|
+
* @param state Any extra arguments used during the lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AutonomousContainerDatabaseAddStandbyState, opts?: pulumi.CustomResourceOptions): AutonomousContainerDatabaseAddStandby;
|
|
61
|
+
/**
|
|
62
|
+
* Returns true if the given object is an instance of AutonomousContainerDatabaseAddStandby. This is designed to work even
|
|
63
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
64
|
+
*/
|
|
65
|
+
static isInstance(obj: any): obj is AutonomousContainerDatabaseAddStandby;
|
|
66
|
+
/**
|
|
67
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
68
|
+
*/
|
|
69
|
+
readonly autonomousContainerDatabaseId: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* **No longer used.** For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified `cloudAutonomousVmCluster`.
|
|
72
|
+
*/
|
|
73
|
+
readonly autonomousExadataInfrastructureId: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The OCID of the Autonomous VM Cluster.
|
|
76
|
+
*/
|
|
77
|
+
readonly autonomousVmClusterId: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The domain of the Autonomous Container Database
|
|
80
|
+
*/
|
|
81
|
+
readonly availabilityDomain: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database.
|
|
84
|
+
*/
|
|
85
|
+
readonly availableCpus: pulumi.Output<number>;
|
|
86
|
+
/**
|
|
87
|
+
* Backup options for the Autonomous Container Database.
|
|
88
|
+
*/
|
|
89
|
+
readonly backupConfigs: pulumi.Output<outputs.Database.AutonomousContainerDatabaseAddStandbyBackupConfig[]>;
|
|
90
|
+
/**
|
|
91
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
|
92
|
+
*/
|
|
93
|
+
readonly cloudAutonomousVmClusterId: pulumi.Output<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The OCID of the compartment.
|
|
96
|
+
*/
|
|
97
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
|
100
|
+
*/
|
|
101
|
+
readonly computeModel: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Array of Dg associations.
|
|
104
|
+
*/
|
|
105
|
+
readonly dataguardGroupMembers: pulumi.Output<outputs.Database.AutonomousContainerDatabaseAddStandbyDataguardGroupMember[]>;
|
|
106
|
+
/**
|
|
107
|
+
* The properties that define Autonomous Container Databases Dataguard.
|
|
108
|
+
*/
|
|
109
|
+
readonly dataguards: pulumi.Output<outputs.Database.AutonomousContainerDatabaseAddStandbyDataguard[]>;
|
|
110
|
+
/**
|
|
111
|
+
* The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
|
112
|
+
*/
|
|
113
|
+
readonly dbName: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
|
116
|
+
*/
|
|
117
|
+
readonly dbSplitThreshold: pulumi.Output<number>;
|
|
118
|
+
readonly dbUniqueName: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Oracle Database version of the Autonomous Container Database.
|
|
121
|
+
*/
|
|
122
|
+
readonly dbVersion: pulumi.Output<string>;
|
|
123
|
+
/**
|
|
124
|
+
* 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).
|
|
125
|
+
*/
|
|
126
|
+
readonly definedTags: pulumi.Output<{
|
|
127
|
+
[key: string]: string;
|
|
128
|
+
}>;
|
|
129
|
+
/**
|
|
130
|
+
* The user-provided name for the Autonomous Container Database.
|
|
131
|
+
*/
|
|
132
|
+
readonly displayName: pulumi.Output<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
|
|
135
|
+
*/
|
|
136
|
+
readonly distributionAffinity: pulumi.Output<string>;
|
|
137
|
+
/**
|
|
138
|
+
* DST Time-Zone File version of the Autonomous Container Database.
|
|
139
|
+
*/
|
|
140
|
+
readonly dstFileVersion: pulumi.Output<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The lag time for my preference based on data loss tolerance in seconds.
|
|
143
|
+
*/
|
|
144
|
+
readonly fastStartFailOverLagLimitInSeconds: pulumi.Output<number>;
|
|
145
|
+
/**
|
|
146
|
+
* 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"}`
|
|
147
|
+
*/
|
|
148
|
+
readonly freeformTags: pulumi.Output<{
|
|
149
|
+
[key: string]: string;
|
|
150
|
+
}>;
|
|
151
|
+
/**
|
|
152
|
+
* The infrastructure type this resource belongs to.
|
|
153
|
+
*/
|
|
154
|
+
readonly infrastructureType: pulumi.Output<string>;
|
|
155
|
+
/**
|
|
156
|
+
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
|
157
|
+
*/
|
|
158
|
+
readonly isAutomaticFailoverEnabled: pulumi.Output<boolean>;
|
|
159
|
+
/**
|
|
160
|
+
* **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
161
|
+
*/
|
|
162
|
+
readonly isDataGuardEnabled: pulumi.Output<boolean>;
|
|
163
|
+
/**
|
|
164
|
+
* Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
|
165
|
+
*/
|
|
166
|
+
readonly isDstFileUpdateEnabled: pulumi.Output<boolean>;
|
|
167
|
+
/**
|
|
168
|
+
* Whether it is multiple standby Autonomous Dataguard
|
|
169
|
+
*/
|
|
170
|
+
readonly isMultipleStandby: pulumi.Output<boolean>;
|
|
171
|
+
/**
|
|
172
|
+
* Key History Entry.
|
|
173
|
+
*/
|
|
174
|
+
readonly keyHistoryEntries: pulumi.Output<outputs.Database.AutonomousContainerDatabaseAddStandbyKeyHistoryEntry[]>;
|
|
175
|
+
/**
|
|
176
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
|
177
|
+
*/
|
|
178
|
+
readonly keyStoreId: pulumi.Output<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The wallet name for Oracle Key Vault.
|
|
181
|
+
*/
|
|
182
|
+
readonly keyStoreWalletName: pulumi.Output<string>;
|
|
183
|
+
/**
|
|
184
|
+
* The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
|
185
|
+
*/
|
|
186
|
+
readonly kmsKeyId: pulumi.Output<string>;
|
|
187
|
+
/**
|
|
188
|
+
* The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
|
189
|
+
*/
|
|
190
|
+
readonly kmsKeyVersionId: pulumi.Output<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
|
193
|
+
*/
|
|
194
|
+
readonly largestProvisionableAutonomousDatabaseInCpus: pulumi.Output<number>;
|
|
195
|
+
/**
|
|
196
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
|
197
|
+
*/
|
|
198
|
+
readonly lastMaintenanceRunId: pulumi.Output<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Additional information about the current lifecycle state.
|
|
201
|
+
*/
|
|
202
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
203
|
+
/**
|
|
204
|
+
* List of One-Off patches that has been successfully applied to Autonomous Container Database
|
|
205
|
+
*/
|
|
206
|
+
readonly listOneOffPatches: pulumi.Output<string[]>;
|
|
207
|
+
/**
|
|
208
|
+
* The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
|
|
209
|
+
*/
|
|
210
|
+
readonly maintenanceWindows: pulumi.Output<outputs.Database.AutonomousContainerDatabaseAddStandbyMaintenanceWindow[]>;
|
|
211
|
+
/**
|
|
212
|
+
* The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
|
|
213
|
+
*/
|
|
214
|
+
readonly memoryPerOracleComputeUnitInGbs: pulumi.Output<number>;
|
|
215
|
+
/**
|
|
216
|
+
* Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
|
217
|
+
*/
|
|
218
|
+
readonly netServicesArchitecture: pulumi.Output<string>;
|
|
219
|
+
/**
|
|
220
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
|
|
221
|
+
*/
|
|
222
|
+
readonly nextMaintenanceRunId: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
|
|
225
|
+
*/
|
|
226
|
+
readonly patchId: pulumi.Output<string>;
|
|
227
|
+
/**
|
|
228
|
+
* Database patch model preference.
|
|
229
|
+
*/
|
|
230
|
+
readonly patchModel: pulumi.Output<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Backup options for the standby Autonomous Container Database.
|
|
233
|
+
*/
|
|
234
|
+
readonly peerAutonomousContainerDatabaseBackupConfig: pulumi.Output<outputs.Database.AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig>;
|
|
235
|
+
/**
|
|
236
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
|
237
|
+
*/
|
|
238
|
+
readonly peerAutonomousContainerDatabaseCompartmentId: pulumi.Output<string>;
|
|
239
|
+
/**
|
|
240
|
+
* The display name for the peer Autonomous Container Database.
|
|
241
|
+
*/
|
|
242
|
+
readonly peerAutonomousContainerDatabaseDisplayName: pulumi.Output<string>;
|
|
243
|
+
/**
|
|
244
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Exadata VM Cluster.
|
|
245
|
+
*/
|
|
246
|
+
readonly peerAutonomousVmClusterId: pulumi.Output<string>;
|
|
247
|
+
/**
|
|
248
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
|
|
249
|
+
*/
|
|
250
|
+
readonly peerCloudAutonomousVmClusterId: pulumi.Output<string>;
|
|
251
|
+
/**
|
|
252
|
+
* Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
|
253
|
+
*/
|
|
254
|
+
readonly peerDbUniqueName: pulumi.Output<string>;
|
|
255
|
+
/**
|
|
256
|
+
* 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.
|
|
257
|
+
*/
|
|
258
|
+
readonly protectionMode: pulumi.Output<string>;
|
|
259
|
+
/**
|
|
260
|
+
* An array of CPU values that can be used to successfully provision a single Autonomous Database.
|
|
261
|
+
*/
|
|
262
|
+
readonly provisionableCpuses: pulumi.Output<number[]>;
|
|
263
|
+
/**
|
|
264
|
+
* The number of CPUs provisioned in an Autonomous Container Database.
|
|
265
|
+
*/
|
|
266
|
+
readonly provisionedCpus: pulumi.Output<number>;
|
|
267
|
+
/**
|
|
268
|
+
* CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
|
|
269
|
+
*/
|
|
270
|
+
readonly reclaimableCpus: pulumi.Output<number>;
|
|
271
|
+
/**
|
|
272
|
+
* The number of CPUs reserved in an Autonomous Container Database.
|
|
273
|
+
*/
|
|
274
|
+
readonly reservedCpus: pulumi.Output<number>;
|
|
275
|
+
/**
|
|
276
|
+
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
277
|
+
*/
|
|
278
|
+
readonly role: pulumi.Output<string>;
|
|
279
|
+
/**
|
|
280
|
+
* The service level agreement type of the container database. The default is STANDARD.
|
|
281
|
+
*/
|
|
282
|
+
readonly serviceLevelAgreementType: pulumi.Output<string>;
|
|
283
|
+
/**
|
|
284
|
+
* The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
|
|
285
|
+
*
|
|
286
|
+
*
|
|
287
|
+
* ** IMPORTANT **
|
|
288
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
289
|
+
*/
|
|
290
|
+
readonly standbyMaintenanceBufferInDays: pulumi.Output<number>;
|
|
291
|
+
/**
|
|
292
|
+
* The current state of the Autonomous Container Database.
|
|
293
|
+
*/
|
|
294
|
+
readonly state: pulumi.Output<string>;
|
|
295
|
+
/**
|
|
296
|
+
* The date and time the Autonomous Container Database was created.
|
|
297
|
+
*/
|
|
298
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
299
|
+
/**
|
|
300
|
+
* The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
|
|
301
|
+
*/
|
|
302
|
+
readonly timeOfLastBackup: pulumi.Output<string>;
|
|
303
|
+
/**
|
|
304
|
+
* The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
|
|
305
|
+
*/
|
|
306
|
+
readonly timeSnapshotStandbyRevert: pulumi.Output<string>;
|
|
307
|
+
/**
|
|
308
|
+
* The number of CPUs allocated to the Autonomous VM cluster.
|
|
309
|
+
*/
|
|
310
|
+
readonly totalCpus: pulumi.Output<number>;
|
|
311
|
+
/**
|
|
312
|
+
* 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). This parameter and `secretId` are required for Customer Managed Keys.
|
|
313
|
+
*/
|
|
314
|
+
readonly vaultId: pulumi.Output<string>;
|
|
315
|
+
/**
|
|
316
|
+
* The next maintenance version preference.
|
|
317
|
+
*/
|
|
318
|
+
readonly versionPreference: pulumi.Output<string>;
|
|
319
|
+
/**
|
|
320
|
+
* The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
|
321
|
+
*/
|
|
322
|
+
readonly vmFailoverReservation: pulumi.Output<number>;
|
|
323
|
+
/**
|
|
324
|
+
* Create a AutonomousContainerDatabaseAddStandby resource with the given unique name, arguments, and options.
|
|
325
|
+
*
|
|
326
|
+
* @param name The _unique_ name of the resource.
|
|
327
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
328
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
329
|
+
*/
|
|
330
|
+
constructor(name: string, args: AutonomousContainerDatabaseAddStandbyArgs, opts?: pulumi.CustomResourceOptions);
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* Input properties used for looking up and filtering AutonomousContainerDatabaseAddStandby resources.
|
|
334
|
+
*/
|
|
335
|
+
export interface AutonomousContainerDatabaseAddStandbyState {
|
|
336
|
+
/**
|
|
337
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
338
|
+
*/
|
|
339
|
+
autonomousContainerDatabaseId?: pulumi.Input<string>;
|
|
340
|
+
/**
|
|
341
|
+
* **No longer used.** For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified `cloudAutonomousVmCluster`.
|
|
342
|
+
*/
|
|
343
|
+
autonomousExadataInfrastructureId?: pulumi.Input<string>;
|
|
344
|
+
/**
|
|
345
|
+
* The OCID of the Autonomous VM Cluster.
|
|
346
|
+
*/
|
|
347
|
+
autonomousVmClusterId?: pulumi.Input<string>;
|
|
348
|
+
/**
|
|
349
|
+
* The domain of the Autonomous Container Database
|
|
350
|
+
*/
|
|
351
|
+
availabilityDomain?: pulumi.Input<string>;
|
|
352
|
+
/**
|
|
353
|
+
* Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database.
|
|
354
|
+
*/
|
|
355
|
+
availableCpus?: pulumi.Input<number>;
|
|
356
|
+
/**
|
|
357
|
+
* Backup options for the Autonomous Container Database.
|
|
358
|
+
*/
|
|
359
|
+
backupConfigs?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyBackupConfig>[]>;
|
|
360
|
+
/**
|
|
361
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
|
362
|
+
*/
|
|
363
|
+
cloudAutonomousVmClusterId?: pulumi.Input<string>;
|
|
364
|
+
/**
|
|
365
|
+
* The OCID of the compartment.
|
|
366
|
+
*/
|
|
367
|
+
compartmentId?: pulumi.Input<string>;
|
|
368
|
+
/**
|
|
369
|
+
* The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
|
370
|
+
*/
|
|
371
|
+
computeModel?: pulumi.Input<string>;
|
|
372
|
+
/**
|
|
373
|
+
* Array of Dg associations.
|
|
374
|
+
*/
|
|
375
|
+
dataguardGroupMembers?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyDataguardGroupMember>[]>;
|
|
376
|
+
/**
|
|
377
|
+
* The properties that define Autonomous Container Databases Dataguard.
|
|
378
|
+
*/
|
|
379
|
+
dataguards?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyDataguard>[]>;
|
|
380
|
+
/**
|
|
381
|
+
* The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
|
382
|
+
*/
|
|
383
|
+
dbName?: pulumi.Input<string>;
|
|
384
|
+
/**
|
|
385
|
+
* The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
|
386
|
+
*/
|
|
387
|
+
dbSplitThreshold?: pulumi.Input<number>;
|
|
388
|
+
dbUniqueName?: pulumi.Input<string>;
|
|
389
|
+
/**
|
|
390
|
+
* Oracle Database version of the Autonomous Container Database.
|
|
391
|
+
*/
|
|
392
|
+
dbVersion?: pulumi.Input<string>;
|
|
393
|
+
/**
|
|
394
|
+
* 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).
|
|
395
|
+
*/
|
|
396
|
+
definedTags?: pulumi.Input<{
|
|
397
|
+
[key: string]: pulumi.Input<string>;
|
|
398
|
+
}>;
|
|
399
|
+
/**
|
|
400
|
+
* The user-provided name for the Autonomous Container Database.
|
|
401
|
+
*/
|
|
402
|
+
displayName?: pulumi.Input<string>;
|
|
403
|
+
/**
|
|
404
|
+
* Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
|
|
405
|
+
*/
|
|
406
|
+
distributionAffinity?: pulumi.Input<string>;
|
|
407
|
+
/**
|
|
408
|
+
* DST Time-Zone File version of the Autonomous Container Database.
|
|
409
|
+
*/
|
|
410
|
+
dstFileVersion?: pulumi.Input<string>;
|
|
411
|
+
/**
|
|
412
|
+
* The lag time for my preference based on data loss tolerance in seconds.
|
|
413
|
+
*/
|
|
414
|
+
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
415
|
+
/**
|
|
416
|
+
* 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"}`
|
|
417
|
+
*/
|
|
418
|
+
freeformTags?: pulumi.Input<{
|
|
419
|
+
[key: string]: pulumi.Input<string>;
|
|
420
|
+
}>;
|
|
421
|
+
/**
|
|
422
|
+
* The infrastructure type this resource belongs to.
|
|
423
|
+
*/
|
|
424
|
+
infrastructureType?: pulumi.Input<string>;
|
|
425
|
+
/**
|
|
426
|
+
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
|
427
|
+
*/
|
|
428
|
+
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
429
|
+
/**
|
|
430
|
+
* **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
431
|
+
*/
|
|
432
|
+
isDataGuardEnabled?: pulumi.Input<boolean>;
|
|
433
|
+
/**
|
|
434
|
+
* Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
|
435
|
+
*/
|
|
436
|
+
isDstFileUpdateEnabled?: pulumi.Input<boolean>;
|
|
437
|
+
/**
|
|
438
|
+
* Whether it is multiple standby Autonomous Dataguard
|
|
439
|
+
*/
|
|
440
|
+
isMultipleStandby?: pulumi.Input<boolean>;
|
|
441
|
+
/**
|
|
442
|
+
* Key History Entry.
|
|
443
|
+
*/
|
|
444
|
+
keyHistoryEntries?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyKeyHistoryEntry>[]>;
|
|
445
|
+
/**
|
|
446
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
|
447
|
+
*/
|
|
448
|
+
keyStoreId?: pulumi.Input<string>;
|
|
449
|
+
/**
|
|
450
|
+
* The wallet name for Oracle Key Vault.
|
|
451
|
+
*/
|
|
452
|
+
keyStoreWalletName?: pulumi.Input<string>;
|
|
453
|
+
/**
|
|
454
|
+
* The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
|
455
|
+
*/
|
|
456
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
457
|
+
/**
|
|
458
|
+
* The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
|
459
|
+
*/
|
|
460
|
+
kmsKeyVersionId?: pulumi.Input<string>;
|
|
461
|
+
/**
|
|
462
|
+
* The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
|
463
|
+
*/
|
|
464
|
+
largestProvisionableAutonomousDatabaseInCpus?: pulumi.Input<number>;
|
|
465
|
+
/**
|
|
466
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
|
467
|
+
*/
|
|
468
|
+
lastMaintenanceRunId?: pulumi.Input<string>;
|
|
469
|
+
/**
|
|
470
|
+
* Additional information about the current lifecycle state.
|
|
471
|
+
*/
|
|
472
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
473
|
+
/**
|
|
474
|
+
* List of One-Off patches that has been successfully applied to Autonomous Container Database
|
|
475
|
+
*/
|
|
476
|
+
listOneOffPatches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
477
|
+
/**
|
|
478
|
+
* The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
|
|
479
|
+
*/
|
|
480
|
+
maintenanceWindows?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyMaintenanceWindow>[]>;
|
|
481
|
+
/**
|
|
482
|
+
* The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
|
|
483
|
+
*/
|
|
484
|
+
memoryPerOracleComputeUnitInGbs?: pulumi.Input<number>;
|
|
485
|
+
/**
|
|
486
|
+
* Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
|
487
|
+
*/
|
|
488
|
+
netServicesArchitecture?: pulumi.Input<string>;
|
|
489
|
+
/**
|
|
490
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
|
|
491
|
+
*/
|
|
492
|
+
nextMaintenanceRunId?: pulumi.Input<string>;
|
|
493
|
+
/**
|
|
494
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
|
|
495
|
+
*/
|
|
496
|
+
patchId?: pulumi.Input<string>;
|
|
497
|
+
/**
|
|
498
|
+
* Database patch model preference.
|
|
499
|
+
*/
|
|
500
|
+
patchModel?: pulumi.Input<string>;
|
|
501
|
+
/**
|
|
502
|
+
* Backup options for the standby Autonomous Container Database.
|
|
503
|
+
*/
|
|
504
|
+
peerAutonomousContainerDatabaseBackupConfig?: pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig>;
|
|
505
|
+
/**
|
|
506
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
|
507
|
+
*/
|
|
508
|
+
peerAutonomousContainerDatabaseCompartmentId?: pulumi.Input<string>;
|
|
509
|
+
/**
|
|
510
|
+
* The display name for the peer Autonomous Container Database.
|
|
511
|
+
*/
|
|
512
|
+
peerAutonomousContainerDatabaseDisplayName?: pulumi.Input<string>;
|
|
513
|
+
/**
|
|
514
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Exadata VM Cluster.
|
|
515
|
+
*/
|
|
516
|
+
peerAutonomousVmClusterId?: pulumi.Input<string>;
|
|
517
|
+
/**
|
|
518
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
|
|
519
|
+
*/
|
|
520
|
+
peerCloudAutonomousVmClusterId?: pulumi.Input<string>;
|
|
521
|
+
/**
|
|
522
|
+
* Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
|
523
|
+
*/
|
|
524
|
+
peerDbUniqueName?: pulumi.Input<string>;
|
|
525
|
+
/**
|
|
526
|
+
* 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.
|
|
527
|
+
*/
|
|
528
|
+
protectionMode?: pulumi.Input<string>;
|
|
529
|
+
/**
|
|
530
|
+
* An array of CPU values that can be used to successfully provision a single Autonomous Database.
|
|
531
|
+
*/
|
|
532
|
+
provisionableCpuses?: pulumi.Input<pulumi.Input<number>[]>;
|
|
533
|
+
/**
|
|
534
|
+
* The number of CPUs provisioned in an Autonomous Container Database.
|
|
535
|
+
*/
|
|
536
|
+
provisionedCpus?: pulumi.Input<number>;
|
|
537
|
+
/**
|
|
538
|
+
* CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
|
|
539
|
+
*/
|
|
540
|
+
reclaimableCpus?: pulumi.Input<number>;
|
|
541
|
+
/**
|
|
542
|
+
* The number of CPUs reserved in an Autonomous Container Database.
|
|
543
|
+
*/
|
|
544
|
+
reservedCpus?: pulumi.Input<number>;
|
|
545
|
+
/**
|
|
546
|
+
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
547
|
+
*/
|
|
548
|
+
role?: pulumi.Input<string>;
|
|
549
|
+
/**
|
|
550
|
+
* The service level agreement type of the container database. The default is STANDARD.
|
|
551
|
+
*/
|
|
552
|
+
serviceLevelAgreementType?: pulumi.Input<string>;
|
|
553
|
+
/**
|
|
554
|
+
* The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
|
|
555
|
+
*
|
|
556
|
+
*
|
|
557
|
+
* ** IMPORTANT **
|
|
558
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
559
|
+
*/
|
|
560
|
+
standbyMaintenanceBufferInDays?: pulumi.Input<number>;
|
|
561
|
+
/**
|
|
562
|
+
* The current state of the Autonomous Container Database.
|
|
563
|
+
*/
|
|
564
|
+
state?: pulumi.Input<string>;
|
|
565
|
+
/**
|
|
566
|
+
* The date and time the Autonomous Container Database was created.
|
|
567
|
+
*/
|
|
568
|
+
timeCreated?: pulumi.Input<string>;
|
|
569
|
+
/**
|
|
570
|
+
* The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
|
|
571
|
+
*/
|
|
572
|
+
timeOfLastBackup?: pulumi.Input<string>;
|
|
573
|
+
/**
|
|
574
|
+
* The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
|
|
575
|
+
*/
|
|
576
|
+
timeSnapshotStandbyRevert?: pulumi.Input<string>;
|
|
577
|
+
/**
|
|
578
|
+
* The number of CPUs allocated to the Autonomous VM cluster.
|
|
579
|
+
*/
|
|
580
|
+
totalCpus?: pulumi.Input<number>;
|
|
581
|
+
/**
|
|
582
|
+
* 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). This parameter and `secretId` are required for Customer Managed Keys.
|
|
583
|
+
*/
|
|
584
|
+
vaultId?: pulumi.Input<string>;
|
|
585
|
+
/**
|
|
586
|
+
* The next maintenance version preference.
|
|
587
|
+
*/
|
|
588
|
+
versionPreference?: pulumi.Input<string>;
|
|
589
|
+
/**
|
|
590
|
+
* The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
|
591
|
+
*/
|
|
592
|
+
vmFailoverReservation?: pulumi.Input<number>;
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* The set of arguments for constructing a AutonomousContainerDatabaseAddStandby resource.
|
|
596
|
+
*/
|
|
597
|
+
export interface AutonomousContainerDatabaseAddStandbyArgs {
|
|
598
|
+
/**
|
|
599
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
600
|
+
*/
|
|
601
|
+
autonomousContainerDatabaseId: pulumi.Input<string>;
|
|
602
|
+
/**
|
|
603
|
+
* The lag time for my preference based on data loss tolerance in seconds.
|
|
604
|
+
*/
|
|
605
|
+
fastStartFailOverLagLimitInSeconds?: pulumi.Input<number>;
|
|
606
|
+
/**
|
|
607
|
+
* Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
|
608
|
+
*/
|
|
609
|
+
isAutomaticFailoverEnabled?: pulumi.Input<boolean>;
|
|
610
|
+
/**
|
|
611
|
+
* Backup options for the standby Autonomous Container Database.
|
|
612
|
+
*/
|
|
613
|
+
peerAutonomousContainerDatabaseBackupConfig?: pulumi.Input<inputs.Database.AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig>;
|
|
614
|
+
/**
|
|
615
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
|
616
|
+
*/
|
|
617
|
+
peerAutonomousContainerDatabaseCompartmentId?: pulumi.Input<string>;
|
|
618
|
+
/**
|
|
619
|
+
* The display name for the peer Autonomous Container Database.
|
|
620
|
+
*/
|
|
621
|
+
peerAutonomousContainerDatabaseDisplayName?: pulumi.Input<string>;
|
|
622
|
+
/**
|
|
623
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Exadata VM Cluster.
|
|
624
|
+
*/
|
|
625
|
+
peerAutonomousVmClusterId?: pulumi.Input<string>;
|
|
626
|
+
/**
|
|
627
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
|
|
628
|
+
*/
|
|
629
|
+
peerCloudAutonomousVmClusterId?: pulumi.Input<string>;
|
|
630
|
+
/**
|
|
631
|
+
* Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
|
632
|
+
*/
|
|
633
|
+
peerDbUniqueName?: pulumi.Input<string>;
|
|
634
|
+
/**
|
|
635
|
+
* 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.
|
|
636
|
+
*/
|
|
637
|
+
protectionMode?: pulumi.Input<string>;
|
|
638
|
+
/**
|
|
639
|
+
* The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
|
|
640
|
+
*
|
|
641
|
+
*
|
|
642
|
+
* ** IMPORTANT **
|
|
643
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
644
|
+
*/
|
|
645
|
+
standbyMaintenanceBufferInDays?: pulumi.Input<number>;
|
|
646
|
+
}
|