@pulumi/oci 3.4.0-alpha.1755585924 → 3.4.0-alpha.1755922408
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/aidocument/getModel.d.ts +22 -1
- package/aidocument/getModel.js.map +1 -1
- package/aidocument/getModelType.d.ts +93 -0
- package/aidocument/getModelType.js +62 -0
- package/aidocument/getModelType.js.map +1 -0
- package/aidocument/getModels.d.ts +1 -1
- package/aidocument/getProject.d.ts +6 -1
- package/aidocument/getProject.js.map +1 -1
- package/aidocument/getProjects.d.ts +1 -1
- package/aidocument/index.d.ts +3 -0
- package/aidocument/index.js +4 -1
- package/aidocument/index.js.map +1 -1
- package/aidocument/model.d.ts +48 -0
- package/aidocument/model.js +8 -0
- package/aidocument/model.js.map +1 -1
- package/aidocument/processorJob.d.ts +11 -2
- package/aidocument/processorJob.js +11 -2
- package/aidocument/processorJob.js.map +1 -1
- package/aidocument/project.d.ts +14 -0
- package/aidocument/project.js +2 -0
- package/aidocument/project.js.map +1 -1
- package/apigateway/api.d.ts +31 -12
- package/apigateway/api.js +10 -0
- package/apigateway/api.js.map +1 -1
- package/apigateway/certificate.d.ts +33 -0
- package/apigateway/certificate.js +10 -0
- package/apigateway/certificate.js.map +1 -1
- package/apigateway/deployment.d.ts +31 -0
- package/apigateway/deployment.js +10 -0
- package/apigateway/deployment.js.map +1 -1
- package/apigateway/gateway.d.ts +34 -3
- package/apigateway/gateway.js +10 -0
- package/apigateway/gateway.js.map +1 -1
- package/apigateway/getApi.d.ts +11 -0
- package/apigateway/getApi.js.map +1 -1
- package/apigateway/getCertificate.d.ts +12 -0
- package/apigateway/getCertificate.js.map +1 -1
- package/apigateway/getDeployment.d.ts +11 -0
- package/apigateway/getDeployment.js.map +1 -1
- package/apigateway/getGateway.d.ts +11 -0
- package/apigateway/getGateway.js.map +1 -1
- package/apigateway/getSubscriber.d.ts +11 -0
- package/apigateway/getSubscriber.js.map +1 -1
- package/apigateway/getUsagePlan.d.ts +11 -0
- package/apigateway/getUsagePlan.js.map +1 -1
- package/apigateway/subscriber.d.ts +31 -0
- package/apigateway/subscriber.js +10 -0
- package/apigateway/subscriber.js.map +1 -1
- package/apigateway/usagePlan.d.ts +31 -12
- package/apigateway/usagePlan.js +10 -0
- package/apigateway/usagePlan.js.map +1 -1
- package/apmconfig/config.d.ts +150 -2
- package/apmconfig/config.js +41 -4
- package/apmconfig/config.js.map +1 -1
- package/apmconfig/getConfig.d.ts +40 -0
- package/apmconfig/getConfig.js.map +1 -1
- package/apmconfig/getConfigs.d.ts +2 -2
- package/apmtraces/getAttributeAutoActivateStatus.d.ts +82 -0
- package/apmtraces/getAttributeAutoActivateStatus.js +58 -0
- package/apmtraces/getAttributeAutoActivateStatus.js.map +1 -0
- package/apmtraces/getLog.d.ts +154 -0
- package/apmtraces/getLog.js +66 -0
- package/apmtraces/getLog.js.map +1 -0
- package/apmtraces/getScheduledQueries.d.ts +83 -0
- package/apmtraces/getScheduledQueries.js +60 -0
- package/apmtraces/getScheduledQueries.js.map +1 -0
- package/apmtraces/getScheduledQuery.d.ts +146 -0
- package/apmtraces/getScheduledQuery.js +58 -0
- package/apmtraces/getScheduledQuery.js.map +1 -0
- package/apmtraces/getTrace.d.ts +4 -4
- package/apmtraces/index.d.ts +15 -0
- package/apmtraces/index.js +28 -1
- package/apmtraces/index.js.map +1 -1
- package/apmtraces/scheduledQuery.d.ts +279 -0
- package/apmtraces/scheduledQuery.js +99 -0
- package/apmtraces/scheduledQuery.js.map +1 -0
- package/autoscaling/autoScalingConfiguration.d.ts +6 -0
- package/autoscaling/autoScalingConfiguration.js +6 -0
- package/autoscaling/autoScalingConfiguration.js.map +1 -1
- package/core/getIpv6.d.ts +4 -0
- package/core/getIpv6.js.map +1 -1
- package/core/ipv6.d.ts +13 -0
- package/core/ipv6.js +3 -0
- package/core/ipv6.js.map +1 -1
- package/database/autonomousContainerDatabase.d.ts +24 -0
- package/database/autonomousContainerDatabase.js +4 -0
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousContainerDatabaseAddStandby.d.ts +8 -0
- package/database/autonomousContainerDatabaseAddStandby.js +2 -0
- package/database/autonomousContainerDatabaseAddStandby.js.map +1 -1
- package/database/autonomousDatabase.d.ts +219 -277
- package/database/autonomousDatabase.js +10 -2
- package/database/autonomousDatabase.js.map +1 -1
- package/database/autonomousDatabaseSaasAdminUser.d.ts +20 -27
- package/database/autonomousDatabaseSaasAdminUser.js +2 -18
- package/database/autonomousDatabaseSaasAdminUser.js.map +1 -1
- package/database/getAutonomousContainerDatabase.d.ts +8 -0
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousDatabase.d.ts +14 -0
- package/database/getAutonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabases.d.ts +10 -1
- package/database/getAutonomousDatabases.js.map +1 -1
- package/database/getPluggableDatabaseSnapshot.d.ts +109 -0
- package/database/getPluggableDatabaseSnapshot.js +54 -0
- package/database/getPluggableDatabaseSnapshot.js.map +1 -0
- package/database/getPluggableDatabaseSnapshots.d.ts +131 -0
- package/database/getPluggableDatabaseSnapshots.js +74 -0
- package/database/getPluggableDatabaseSnapshots.js.map +1 -0
- package/database/index.d.ts +9 -0
- package/database/index.js +13 -2
- package/database/index.js.map +1 -1
- package/database/pluggableDatabase.d.ts +0 -6
- package/database/pluggableDatabase.js.map +1 -1
- package/database/pluggableDatabaseSnapshot.d.ts +189 -0
- package/database/pluggableDatabaseSnapshot.js +99 -0
- package/database/pluggableDatabaseSnapshot.js.map +1 -0
- package/databasemanagement/cloudAsm.d.ts +259 -0
- package/databasemanagement/cloudAsm.js +103 -0
- package/databasemanagement/cloudAsm.js.map +1 -0
- package/databasemanagement/cloudAsmInstance.d.ts +225 -0
- package/databasemanagement/cloudAsmInstance.js +97 -0
- package/databasemanagement/cloudAsmInstance.js.map +1 -0
- package/databasemanagement/cloudCluster.d.ts +275 -0
- package/databasemanagement/cloudCluster.js +107 -0
- package/databasemanagement/cloudCluster.js.map +1 -0
- package/databasemanagement/cloudClusterInstance.d.ts +253 -0
- package/databasemanagement/cloudClusterInstance.js +103 -0
- package/databasemanagement/cloudClusterInstance.js.map +1 -0
- package/databasemanagement/cloudDbHome.d.ts +213 -0
- package/databasemanagement/cloudDbHome.js +93 -0
- package/databasemanagement/cloudDbHome.js.map +1 -0
- package/databasemanagement/cloudDbNode.d.ts +249 -0
- package/databasemanagement/cloudDbNode.js +101 -0
- package/databasemanagement/cloudDbNode.js.map +1 -0
- package/databasemanagement/cloudDbSystem.d.ts +258 -0
- package/databasemanagement/cloudDbSystem.js +127 -0
- package/databasemanagement/cloudDbSystem.js.map +1 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.d.ts +116 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.js +81 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.js.map +1 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.d.ts +116 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.js +81 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.js.map +1 -0
- package/databasemanagement/cloudDbSystemConnector.d.ts +248 -0
- package/databasemanagement/cloudDbSystemConnector.js +111 -0
- package/databasemanagement/cloudDbSystemConnector.js.map +1 -0
- package/databasemanagement/cloudDbSystemDiscovery.d.ts +231 -0
- package/databasemanagement/cloudDbSystemDiscovery.js +108 -0
- package/databasemanagement/cloudDbSystemDiscovery.js.map +1 -0
- package/databasemanagement/cloudListener.d.ts +331 -0
- package/databasemanagement/cloudListener.js +121 -0
- package/databasemanagement/cloudListener.js.map +1 -0
- package/databasemanagement/getCloudAsm.d.ts +148 -0
- package/databasemanagement/getCloudAsm.js +54 -0
- package/databasemanagement/getCloudAsm.js.map +1 -0
- package/databasemanagement/getCloudAsmConfiguration.d.ts +79 -0
- package/databasemanagement/getCloudAsmConfiguration.js +58 -0
- package/databasemanagement/getCloudAsmConfiguration.js.map +1 -0
- package/databasemanagement/getCloudAsmDiskGroups.d.ts +83 -0
- package/databasemanagement/getCloudAsmDiskGroups.js +60 -0
- package/databasemanagement/getCloudAsmDiskGroups.js.map +1 -0
- package/databasemanagement/getCloudAsmInstance.d.ts +133 -0
- package/databasemanagement/getCloudAsmInstance.js +54 -0
- package/{aianomalydetection/getDetectAnomalyJob.js.map → databasemanagement/getCloudAsmInstance.js.map} +1 -1
- package/databasemanagement/getCloudAsmInstances.d.ts +103 -0
- package/databasemanagement/getCloudAsmInstances.js +66 -0
- package/databasemanagement/getCloudAsmInstances.js.map +1 -0
- package/databasemanagement/getCloudAsmUsers.d.ts +83 -0
- package/databasemanagement/getCloudAsmUsers.js +60 -0
- package/databasemanagement/getCloudAsmUsers.js.map +1 -0
- package/databasemanagement/getCloudAsms.d.ts +103 -0
- package/databasemanagement/getCloudAsms.js +66 -0
- package/databasemanagement/getCloudAsms.js.map +1 -0
- package/databasemanagement/getCloudCluster.d.ts +156 -0
- package/databasemanagement/getCloudCluster.js +54 -0
- package/databasemanagement/getCloudCluster.js.map +1 -0
- package/databasemanagement/getCloudClusterInstance.d.ts +145 -0
- package/databasemanagement/getCloudClusterInstance.js +54 -0
- package/databasemanagement/getCloudClusterInstance.js.map +1 -0
- package/databasemanagement/getCloudClusterInstances.d.ts +103 -0
- package/databasemanagement/getCloudClusterInstances.js +66 -0
- package/databasemanagement/getCloudClusterInstances.js.map +1 -0
- package/databasemanagement/getCloudClusters.d.ts +103 -0
- package/databasemanagement/getCloudClusters.js +66 -0
- package/databasemanagement/getCloudClusters.js.map +1 -0
- package/databasemanagement/getCloudDatabases.d.ts +100 -0
- package/databasemanagement/getCloudDatabases.js +64 -0
- package/databasemanagement/getCloudDatabases.js.map +1 -0
- package/databasemanagement/getCloudDbHome.d.ts +127 -0
- package/databasemanagement/getCloudDbHome.js +54 -0
- package/databasemanagement/getCloudDbHome.js.map +1 -0
- package/databasemanagement/getCloudDbHomes.d.ts +103 -0
- package/databasemanagement/getCloudDbHomes.js +66 -0
- package/databasemanagement/getCloudDbHomes.js.map +1 -0
- package/databasemanagement/getCloudDbNode.d.ts +143 -0
- package/databasemanagement/getCloudDbNode.js +54 -0
- package/databasemanagement/getCloudDbNode.js.map +1 -0
- package/databasemanagement/getCloudDbNodes.d.ts +103 -0
- package/databasemanagement/getCloudDbNodes.js +66 -0
- package/databasemanagement/getCloudDbNodes.js.map +1 -0
- package/databasemanagement/getCloudDbSystem.d.ts +138 -0
- package/databasemanagement/getCloudDbSystem.js +54 -0
- package/databasemanagement/getCloudDbSystem.js.map +1 -0
- package/databasemanagement/getCloudDbSystemConnector.d.ts +134 -0
- package/databasemanagement/getCloudDbSystemConnector.js +54 -0
- package/databasemanagement/getCloudDbSystemConnector.js.map +1 -0
- package/databasemanagement/getCloudDbSystemConnectors.d.ts +103 -0
- package/databasemanagement/getCloudDbSystemConnectors.js +66 -0
- package/databasemanagement/getCloudDbSystemConnectors.js.map +1 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.d.ts +89 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.js +60 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.js.map +1 -0
- package/databasemanagement/getCloudDbSystemDiscovery.d.ts +131 -0
- package/databasemanagement/getCloudDbSystemDiscovery.js +54 -0
- package/databasemanagement/getCloudDbSystemDiscovery.js.map +1 -0
- package/databasemanagement/getCloudDbSystems.d.ts +131 -0
- package/databasemanagement/getCloudDbSystems.js +72 -0
- package/databasemanagement/getCloudDbSystems.js.map +1 -0
- package/databasemanagement/getCloudListener.d.ts +184 -0
- package/databasemanagement/getCloudListener.js +54 -0
- package/databasemanagement/getCloudListener.js.map +1 -0
- package/databasemanagement/getCloudListenerServices.d.ts +99 -0
- package/databasemanagement/getCloudListenerServices.js +66 -0
- package/databasemanagement/getCloudListenerServices.js.map +1 -0
- package/databasemanagement/getCloudListeners.d.ts +103 -0
- package/databasemanagement/getCloudListeners.js +66 -0
- package/databasemanagement/getCloudListeners.js.map +1 -0
- package/databasemanagement/getManagedDatabase.d.ts +2 -2
- package/databasemanagement/getManagedDatabase.js +2 -2
- package/databasemanagement/getManagedDatabaseGroup.d.ts +2 -2
- package/databasemanagement/getManagedDatabaseGroup.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseBinaryLogInformation.d.ts +6 -6
- package/databasemanagement/getManagedMySqlDatabaseBinaryLogInformation.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseGeneralReplicationInformation.d.ts +5 -5
- package/databasemanagement/getManagedMySqlDatabaseGeneralReplicationInformation.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseHighAvailabilityMembers.d.ts +2 -2
- package/databasemanagement/getManagedMySqlDatabaseHighAvailabilityMembers.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseOutboundReplications.d.ts +2 -2
- package/databasemanagement/getManagedMySqlDatabaseOutboundReplications.js +2 -2
- package/databasemanagement/index.d.ts +111 -0
- package/databasemanagement/index.js +142 -6
- package/databasemanagement/index.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindingAnalytics.d.ts +13 -0
- package/datasafe/getSecurityAssessmentFindingAnalytics.js +2 -0
- package/datasafe/getSecurityAssessmentFindingAnalytics.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +2 -2
- package/datasafe/getSecurityAssessments.d.ts +2 -2
- package/datascience/getJob.d.ts +4 -0
- package/datascience/getJob.js.map +1 -1
- package/datascience/getJobRun.d.ts +13 -1
- package/datascience/getJobRun.js.map +1 -1
- package/datascience/getModelDeploymentModelStates.d.ts +139 -0
- package/datascience/getModelDeploymentModelStates.js +76 -0
- package/datascience/getModelDeploymentModelStates.js.map +1 -0
- package/datascience/getModelGroup.d.ts +151 -0
- package/datascience/getModelGroup.js +54 -0
- package/datascience/getModelGroup.js.map +1 -0
- package/datascience/getModelGroupArtifactContent.d.ts +74 -0
- package/datascience/getModelGroupArtifactContent.js +58 -0
- package/datascience/getModelGroupArtifactContent.js.map +1 -0
- package/datascience/getModelGroupModels.d.ts +138 -0
- package/datascience/getModelGroupModels.js +76 -0
- package/datascience/getModelGroupModels.js.map +1 -0
- package/datascience/getModelGroupVersionHistories.d.ts +141 -0
- package/datascience/getModelGroupVersionHistories.js +76 -0
- package/datascience/getModelGroupVersionHistories.js.map +1 -0
- package/datascience/getModelGroupVersionHistory.d.ts +121 -0
- package/datascience/getModelGroupVersionHistory.js +54 -0
- package/datascience/getModelGroupVersionHistory.js.map +1 -0
- package/datascience/getModelGroups.d.ts +155 -0
- package/datascience/getModelGroups.js +80 -0
- package/datascience/getModelGroups.js.map +1 -0
- package/datascience/getPipelineRun.d.ts +4 -0
- package/datascience/getPipelineRun.js.map +1 -1
- package/datascience/index.d.ts +30 -0
- package/datascience/index.js +39 -2
- package/datascience/index.js.map +1 -1
- package/datascience/job.d.ts +16 -64
- package/datascience/job.js +2 -66
- package/datascience/job.js.map +1 -1
- package/datascience/jobRun.d.ts +96 -2
- package/datascience/jobRun.js +68 -0
- package/datascience/jobRun.js.map +1 -1
- package/datascience/modelGroup.d.ts +365 -0
- package/datascience/modelGroup.js +181 -0
- package/datascience/modelGroup.js.map +1 -0
- package/datascience/modelGroupArtifact.d.ts +123 -0
- package/datascience/modelGroupArtifact.js +91 -0
- package/datascience/modelGroupArtifact.js.map +1 -0
- package/datascience/modelGroupVersionHistory.d.ts +230 -0
- package/{aianomalydetection/model.js → datascience/modelGroupVersionHistory.js} +24 -33
- package/datascience/modelGroupVersionHistory.js.map +1 -0
- package/datascience/notebookSession.d.ts +2 -0
- package/datascience/notebookSession.js +2 -0
- package/datascience/notebookSession.js.map +1 -1
- package/datascience/pipelineRun.d.ts +32 -0
- package/datascience/pipelineRun.js +22 -0
- package/datascience/pipelineRun.js.map +1 -1
- package/goldengate/connection.d.ts +67 -24
- package/goldengate/connection.js +3 -0
- package/goldengate/connection.js.map +1 -1
- package/goldengate/getConnection.d.ts +9 -3
- package/goldengate/getConnection.js.map +1 -1
- package/index.d.ts +1 -2
- package/index.js +3 -5
- package/index.js.map +1 -1
- package/managementagent/getManagementAgent.d.ts +7 -0
- package/managementagent/getManagementAgent.js.map +1 -1
- package/managementagent/getManagementAgentInstallKey.d.ts +18 -0
- package/managementagent/getManagementAgentInstallKey.js.map +1 -1
- package/managementagent/getManagementAgentNamedCredentialsMetadata.d.ts +79 -0
- package/managementagent/getManagementAgentNamedCredentialsMetadata.js +58 -0
- package/managementagent/getManagementAgentNamedCredentialsMetadata.js.map +1 -0
- package/managementagent/getNamedCredential.d.ts +114 -0
- package/managementagent/getNamedCredential.js +54 -0
- package/managementagent/getNamedCredential.js.map +1 -0
- package/managementagent/getNamedCredentials.d.ts +127 -0
- package/managementagent/getNamedCredentials.js +72 -0
- package/managementagent/getNamedCredentials.js.map +1 -0
- package/managementagent/index.d.ts +12 -0
- package/managementagent/index.js +15 -1
- package/managementagent/index.js.map +1 -1
- package/managementagent/managementAgent.d.ts +14 -0
- package/managementagent/managementAgent.js +4 -0
- package/managementagent/managementAgent.js.map +1 -1
- package/managementagent/managementAgentInstallKey.d.ts +36 -0
- package/managementagent/managementAgentInstallKey.js +6 -0
- package/managementagent/managementAgentInstallKey.js.map +1 -1
- package/managementagent/namedCredential.d.ts +251 -0
- package/managementagent/namedCredential.js +147 -0
- package/managementagent/namedCredential.js.map +1 -0
- package/managementdashboard/managementDashboardsImport.d.ts +51 -11
- package/managementdashboard/managementDashboardsImport.js +9 -2
- package/managementdashboard/managementDashboardsImport.js.map +1 -1
- package/oci/apiPlatformApiPlatformInstance.d.ts +214 -0
- package/{aianomalydetection/project.js → oci/apiPlatformApiPlatformInstance.js} +25 -19
- package/oci/apiPlatformApiPlatformInstance.js.map +1 -0
- package/oci/getApiPlatformApiPlatformInstance.d.ts +118 -0
- package/oci/getApiPlatformApiPlatformInstance.js +54 -0
- package/oci/getApiPlatformApiPlatformInstance.js.map +1 -0
- package/oci/getApiPlatformApiPlatformInstances.d.ts +113 -0
- package/oci/getApiPlatformApiPlatformInstances.js +70 -0
- package/oci/getApiPlatformApiPlatformInstances.js.map +1 -0
- package/oci/index.d.ts +9 -0
- package/oci/index.js +13 -2
- package/oci/index.js.map +1 -1
- package/opsi/databaseInsight.d.ts +7 -1
- package/opsi/databaseInsight.js +1 -1
- package/opsi/databaseInsight.js.map +1 -1
- package/opsi/exadataInsight.d.ts +43 -3
- package/opsi/exadataInsight.js +43 -3
- package/opsi/exadataInsight.js.map +1 -1
- package/package.json +2 -2
- package/psql/configuration.d.ts +32 -5
- package/psql/configuration.js +6 -4
- package/psql/configuration.js.map +1 -1
- package/psql/dbSystem.d.ts +3 -3
- package/psql/getConfiguration.d.ts +9 -1
- package/psql/getConfiguration.js.map +1 -1
- package/psql/getConfigurations.d.ts +32 -4
- package/psql/getConfigurations.js +8 -0
- package/psql/getConfigurations.js.map +1 -1
- package/psql/getDbSystem.d.ts +1 -1
- package/psql/getDefaultConfiguration.d.ts +21 -1
- package/psql/getDefaultConfiguration.js +4 -0
- package/psql/getDefaultConfiguration.js.map +1 -1
- package/psql/getDefaultConfigurations.d.ts +32 -4
- package/psql/getDefaultConfigurations.js +8 -0
- package/psql/getDefaultConfigurations.js.map +1 -1
- package/redis/getOciCacheConfigSet.d.ts +118 -0
- package/redis/getOciCacheConfigSet.js +54 -0
- package/redis/getOciCacheConfigSet.js.map +1 -0
- package/redis/getOciCacheConfigSets.d.ts +127 -0
- package/redis/getOciCacheConfigSets.js +74 -0
- package/redis/getOciCacheConfigSets.js.map +1 -0
- package/redis/getOciCacheDefaultConfigSet.d.ts +99 -0
- package/redis/getOciCacheDefaultConfigSet.js +58 -0
- package/redis/getOciCacheDefaultConfigSet.js.map +1 -0
- package/redis/getOciCacheDefaultConfigSets.d.ts +124 -0
- package/redis/getOciCacheDefaultConfigSets.js +72 -0
- package/redis/getOciCacheDefaultConfigSets.js.map +1 -0
- package/redis/getRedisCluster.d.ts +4 -0
- package/redis/getRedisCluster.js.map +1 -1
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/redis/ociCacheConfigSet.d.ts +229 -0
- package/{aianomalydetection/aiPrivateEndpoint.js → redis/ociCacheConfigSet.js} +39 -30
- package/redis/ociCacheConfigSet.js.map +1 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.d.ts +88 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.js +72 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.js.map +1 -0
- package/redis/redisCluster.d.ts +13 -0
- package/redis/redisCluster.js +3 -0
- package/redis/redisCluster.js.map +1 -1
- package/types/input.d.ts +3117 -584
- package/types/output.d.ts +11071 -2379
- package/vault/getSecret.d.ts +12 -0
- package/vault/getSecret.js.map +1 -1
- package/vault/secret.d.ts +28 -0
- package/vault/secret.js +6 -0
- package/vault/secret.js.map +1 -1
- package/aianomalydetection/aiPrivateEndpoint.d.ts +0 -217
- package/aianomalydetection/aiPrivateEndpoint.js.map +0 -1
- package/aianomalydetection/dataAsset.d.ts +0 -256
- package/aianomalydetection/dataAsset.js +0 -142
- package/aianomalydetection/dataAsset.js.map +0 -1
- package/aianomalydetection/detectAnomalyJob.d.ts +0 -231
- package/aianomalydetection/detectAnomalyJob.js +0 -104
- package/aianomalydetection/detectAnomalyJob.js.map +0 -1
- package/aianomalydetection/getAiPrivateEndpoint.d.ts +0 -117
- package/aianomalydetection/getAiPrivateEndpoint.js +0 -54
- package/aianomalydetection/getAiPrivateEndpoint.js.map +0 -1
- package/aianomalydetection/getAiPrivateEndpoints.d.ts +0 -113
- package/aianomalydetection/getAiPrivateEndpoints.js +0 -68
- package/aianomalydetection/getAiPrivateEndpoints.js.map +0 -1
- package/aianomalydetection/getDetectAnomalyJob.d.ts +0 -134
- package/aianomalydetection/getDetectAnomalyJob.js +0 -54
- package/aianomalydetection/getDetectAnomalyJobs.d.ts +0 -142
- package/aianomalydetection/getDetectAnomalyJobs.js +0 -76
- package/aianomalydetection/getDetectAnomalyJobs.js.map +0 -1
- package/aianomalydetection/getDetectionDataAsset.d.ts +0 -118
- package/aianomalydetection/getDetectionDataAsset.js +0 -54
- package/aianomalydetection/getDetectionDataAsset.js.map +0 -1
- package/aianomalydetection/getDetectionDataAssets.d.ts +0 -117
- package/aianomalydetection/getDetectionDataAssets.js +0 -68
- package/aianomalydetection/getDetectionDataAssets.js.map +0 -1
- package/aianomalydetection/getDetectionModel.d.ts +0 -122
- package/aianomalydetection/getDetectionModel.js +0 -54
- package/aianomalydetection/getDetectionModel.js.map +0 -1
- package/aianomalydetection/getDetectionModels.d.ts +0 -117
- package/aianomalydetection/getDetectionModels.js +0 -68
- package/aianomalydetection/getDetectionModels.js.map +0 -1
- package/aianomalydetection/getDetectionProject.d.ts +0 -105
- package/aianomalydetection/getDetectionProject.js +0 -54
- package/aianomalydetection/getDetectionProject.js.map +0 -1
- package/aianomalydetection/getDetectionProjects.d.ts +0 -103
- package/aianomalydetection/getDetectionProjects.js +0 -64
- package/aianomalydetection/getDetectionProjects.js.map +0 -1
- package/aianomalydetection/index.d.ts +0 -45
- package/aianomalydetection/index.js +0 -72
- package/aianomalydetection/index.js.map +0 -1
- package/aianomalydetection/model.d.ts +0 -238
- package/aianomalydetection/model.js.map +0 -1
- package/aianomalydetection/project.d.ts +0 -188
- package/aianomalydetection/project.js.map +0 -1
|
@@ -0,0 +1,275 @@
|
|
|
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 Cloud Cluster resource in Oracle Cloud Infrastructure Database Management service.
|
|
6
|
+
*
|
|
7
|
+
* Updates the cloud cluster specified by `cloudClusterId`.
|
|
8
|
+
*
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* CloudClusters can be imported using the `id`, e.g.
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import oci:DatabaseManagement/cloudCluster:CloudCluster test_cloud_cluster "id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare class CloudCluster extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing CloudCluster resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CloudClusterState, opts?: pulumi.CustomResourceOptions): CloudCluster;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of CloudCluster. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
static isInstance(obj: any): obj is CloudCluster;
|
|
33
|
+
/**
|
|
34
|
+
* The additional details of the cloud cluster defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
|
35
|
+
*/
|
|
36
|
+
readonly additionalDetails: pulumi.Output<{
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
}>;
|
|
39
|
+
/**
|
|
40
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster.
|
|
41
|
+
*/
|
|
42
|
+
readonly cloudClusterId: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
45
|
+
*/
|
|
46
|
+
readonly cloudConnectorId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the cluster is a part of.
|
|
49
|
+
*/
|
|
50
|
+
readonly cloudDbSystemId: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
53
|
+
*/
|
|
54
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the cloud cluster.
|
|
57
|
+
*/
|
|
58
|
+
readonly componentName: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
|
61
|
+
*/
|
|
62
|
+
readonly dbaasId: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
65
|
+
*/
|
|
66
|
+
readonly definedTags: pulumi.Output<{
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
}>;
|
|
69
|
+
/**
|
|
70
|
+
* The user-friendly name for the cloud cluster. The name does not have to be unique.
|
|
71
|
+
*/
|
|
72
|
+
readonly displayName: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* ** IMPORTANT **
|
|
78
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
79
|
+
*/
|
|
80
|
+
readonly freeformTags: pulumi.Output<{
|
|
81
|
+
[key: string]: string;
|
|
82
|
+
}>;
|
|
83
|
+
/**
|
|
84
|
+
* The directory in which Oracle Grid Infrastructure is installed.
|
|
85
|
+
*/
|
|
86
|
+
readonly gridHome: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Indicates whether the cluster is Oracle Flex Cluster or not.
|
|
89
|
+
*/
|
|
90
|
+
readonly isFlexCluster: pulumi.Output<boolean>;
|
|
91
|
+
/**
|
|
92
|
+
* Additional information about the current lifecycle state.
|
|
93
|
+
*/
|
|
94
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The list of network address configurations of the cloud cluster.
|
|
97
|
+
*/
|
|
98
|
+
readonly networkConfigurations: pulumi.Output<outputs.DatabaseManagement.CloudClusterNetworkConfiguration[]>;
|
|
99
|
+
/**
|
|
100
|
+
* The location of the Oracle Cluster Registry (OCR).
|
|
101
|
+
*/
|
|
102
|
+
readonly ocrFileLocation: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
|
|
105
|
+
*/
|
|
106
|
+
readonly scanConfigurations: pulumi.Output<outputs.DatabaseManagement.CloudClusterScanConfiguration[]>;
|
|
107
|
+
/**
|
|
108
|
+
* The current lifecycle state of the cloud cluster.
|
|
109
|
+
*/
|
|
110
|
+
readonly state: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
113
|
+
*/
|
|
114
|
+
readonly systemTags: pulumi.Output<{
|
|
115
|
+
[key: string]: string;
|
|
116
|
+
}>;
|
|
117
|
+
/**
|
|
118
|
+
* The date and time the cloud cluster was created.
|
|
119
|
+
*/
|
|
120
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The date and time the cloud cluster was last updated.
|
|
123
|
+
*/
|
|
124
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The cluster version.
|
|
127
|
+
*/
|
|
128
|
+
readonly version: pulumi.Output<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The list of Virtual IP (VIP) configurations of the cloud cluster.
|
|
131
|
+
*/
|
|
132
|
+
readonly vipConfigurations: pulumi.Output<outputs.DatabaseManagement.CloudClusterVipConfiguration[]>;
|
|
133
|
+
/**
|
|
134
|
+
* Create a CloudCluster resource with the given unique name, arguments, and options.
|
|
135
|
+
*
|
|
136
|
+
* @param name The _unique_ name of the resource.
|
|
137
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
138
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
139
|
+
*/
|
|
140
|
+
constructor(name: string, args: CloudClusterArgs, opts?: pulumi.CustomResourceOptions);
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* Input properties used for looking up and filtering CloudCluster resources.
|
|
144
|
+
*/
|
|
145
|
+
export interface CloudClusterState {
|
|
146
|
+
/**
|
|
147
|
+
* The additional details of the cloud cluster defined in `{"key": "value"}` format. Example: `{"bar-key": "value"}`
|
|
148
|
+
*/
|
|
149
|
+
additionalDetails?: pulumi.Input<{
|
|
150
|
+
[key: string]: pulumi.Input<string>;
|
|
151
|
+
}>;
|
|
152
|
+
/**
|
|
153
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster.
|
|
154
|
+
*/
|
|
155
|
+
cloudClusterId?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
158
|
+
*/
|
|
159
|
+
cloudConnectorId?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the cluster is a part of.
|
|
162
|
+
*/
|
|
163
|
+
cloudDbSystemId?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
166
|
+
*/
|
|
167
|
+
compartmentId?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* The name of the cloud cluster.
|
|
170
|
+
*/
|
|
171
|
+
componentName?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
|
174
|
+
*/
|
|
175
|
+
dbaasId?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
178
|
+
*/
|
|
179
|
+
definedTags?: pulumi.Input<{
|
|
180
|
+
[key: string]: pulumi.Input<string>;
|
|
181
|
+
}>;
|
|
182
|
+
/**
|
|
183
|
+
* The user-friendly name for the cloud cluster. The name does not have to be unique.
|
|
184
|
+
*/
|
|
185
|
+
displayName?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
188
|
+
*
|
|
189
|
+
*
|
|
190
|
+
* ** IMPORTANT **
|
|
191
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
192
|
+
*/
|
|
193
|
+
freeformTags?: pulumi.Input<{
|
|
194
|
+
[key: string]: pulumi.Input<string>;
|
|
195
|
+
}>;
|
|
196
|
+
/**
|
|
197
|
+
* The directory in which Oracle Grid Infrastructure is installed.
|
|
198
|
+
*/
|
|
199
|
+
gridHome?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* Indicates whether the cluster is Oracle Flex Cluster or not.
|
|
202
|
+
*/
|
|
203
|
+
isFlexCluster?: pulumi.Input<boolean>;
|
|
204
|
+
/**
|
|
205
|
+
* Additional information about the current lifecycle state.
|
|
206
|
+
*/
|
|
207
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* The list of network address configurations of the cloud cluster.
|
|
210
|
+
*/
|
|
211
|
+
networkConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudClusterNetworkConfiguration>[]>;
|
|
212
|
+
/**
|
|
213
|
+
* The location of the Oracle Cluster Registry (OCR).
|
|
214
|
+
*/
|
|
215
|
+
ocrFileLocation?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
|
|
218
|
+
*/
|
|
219
|
+
scanConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudClusterScanConfiguration>[]>;
|
|
220
|
+
/**
|
|
221
|
+
* The current lifecycle state of the cloud cluster.
|
|
222
|
+
*/
|
|
223
|
+
state?: pulumi.Input<string>;
|
|
224
|
+
/**
|
|
225
|
+
* System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
226
|
+
*/
|
|
227
|
+
systemTags?: pulumi.Input<{
|
|
228
|
+
[key: string]: pulumi.Input<string>;
|
|
229
|
+
}>;
|
|
230
|
+
/**
|
|
231
|
+
* The date and time the cloud cluster was created.
|
|
232
|
+
*/
|
|
233
|
+
timeCreated?: pulumi.Input<string>;
|
|
234
|
+
/**
|
|
235
|
+
* The date and time the cloud cluster was last updated.
|
|
236
|
+
*/
|
|
237
|
+
timeUpdated?: pulumi.Input<string>;
|
|
238
|
+
/**
|
|
239
|
+
* The cluster version.
|
|
240
|
+
*/
|
|
241
|
+
version?: pulumi.Input<string>;
|
|
242
|
+
/**
|
|
243
|
+
* The list of Virtual IP (VIP) configurations of the cloud cluster.
|
|
244
|
+
*/
|
|
245
|
+
vipConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudClusterVipConfiguration>[]>;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* The set of arguments for constructing a CloudCluster resource.
|
|
249
|
+
*/
|
|
250
|
+
export interface CloudClusterArgs {
|
|
251
|
+
/**
|
|
252
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster.
|
|
253
|
+
*/
|
|
254
|
+
cloudClusterId: pulumi.Input<string>;
|
|
255
|
+
/**
|
|
256
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
257
|
+
*/
|
|
258
|
+
cloudConnectorId?: pulumi.Input<string>;
|
|
259
|
+
/**
|
|
260
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
261
|
+
*/
|
|
262
|
+
definedTags?: pulumi.Input<{
|
|
263
|
+
[key: string]: pulumi.Input<string>;
|
|
264
|
+
}>;
|
|
265
|
+
/**
|
|
266
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
267
|
+
*
|
|
268
|
+
*
|
|
269
|
+
* ** IMPORTANT **
|
|
270
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
271
|
+
*/
|
|
272
|
+
freeformTags?: pulumi.Input<{
|
|
273
|
+
[key: string]: pulumi.Input<string>;
|
|
274
|
+
}>;
|
|
275
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.CloudCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Cloud Cluster resource in Oracle Cloud Infrastructure Database Management service.
|
|
10
|
+
*
|
|
11
|
+
* Updates the cloud cluster specified by `cloudClusterId`.
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* CloudClusters can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:DatabaseManagement/cloudCluster:CloudCluster test_cloud_cluster "id"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class CloudCluster extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing CloudCluster resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name, id, state, opts) {
|
|
32
|
+
return new CloudCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of CloudCluster. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj) {
|
|
39
|
+
if (obj === undefined || obj === null) {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
return obj['__pulumiType'] === CloudCluster.__pulumiType;
|
|
43
|
+
}
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
resourceInputs["additionalDetails"] = state ? state.additionalDetails : undefined;
|
|
50
|
+
resourceInputs["cloudClusterId"] = state ? state.cloudClusterId : undefined;
|
|
51
|
+
resourceInputs["cloudConnectorId"] = state ? state.cloudConnectorId : undefined;
|
|
52
|
+
resourceInputs["cloudDbSystemId"] = state ? state.cloudDbSystemId : undefined;
|
|
53
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
54
|
+
resourceInputs["componentName"] = state ? state.componentName : undefined;
|
|
55
|
+
resourceInputs["dbaasId"] = state ? state.dbaasId : undefined;
|
|
56
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
57
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
58
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
59
|
+
resourceInputs["gridHome"] = state ? state.gridHome : undefined;
|
|
60
|
+
resourceInputs["isFlexCluster"] = state ? state.isFlexCluster : undefined;
|
|
61
|
+
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
62
|
+
resourceInputs["networkConfigurations"] = state ? state.networkConfigurations : undefined;
|
|
63
|
+
resourceInputs["ocrFileLocation"] = state ? state.ocrFileLocation : undefined;
|
|
64
|
+
resourceInputs["scanConfigurations"] = state ? state.scanConfigurations : undefined;
|
|
65
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
66
|
+
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
67
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
68
|
+
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
69
|
+
resourceInputs["version"] = state ? state.version : undefined;
|
|
70
|
+
resourceInputs["vipConfigurations"] = state ? state.vipConfigurations : undefined;
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
const args = argsOrState;
|
|
74
|
+
if ((!args || args.cloudClusterId === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'cloudClusterId'");
|
|
76
|
+
}
|
|
77
|
+
resourceInputs["cloudClusterId"] = args ? args.cloudClusterId : undefined;
|
|
78
|
+
resourceInputs["cloudConnectorId"] = args ? args.cloudConnectorId : undefined;
|
|
79
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
80
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
81
|
+
resourceInputs["additionalDetails"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["cloudDbSystemId"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["compartmentId"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["componentName"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["dbaasId"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["displayName"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["gridHome"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["isFlexCluster"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["networkConfigurations"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["ocrFileLocation"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["scanConfigurations"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["systemTags"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["version"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["vipConfigurations"] = undefined /*out*/;
|
|
99
|
+
}
|
|
100
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
101
|
+
super(CloudCluster.__pulumiType, name, resourceInputs, opts);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
exports.CloudCluster = CloudCluster;
|
|
105
|
+
/** @internal */
|
|
106
|
+
CloudCluster.__pulumiType = 'oci:DatabaseManagement/cloudCluster:CloudCluster';
|
|
107
|
+
//# sourceMappingURL=cloudCluster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudCluster.js","sourceRoot":"","sources":["../../databasemanagement/cloudCluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource provides the Cloud Cluster Instance resource in Oracle Cloud Infrastructure Database Management service.
|
|
4
|
+
*
|
|
5
|
+
* Updates the cloud cluster instance specified by `cloudClusterInstanceId`.
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* CloudClusterInstances can be imported using the `id`, e.g.
|
|
10
|
+
*
|
|
11
|
+
* ```sh
|
|
12
|
+
* $ pulumi import oci:DatabaseManagement/cloudClusterInstance:CloudClusterInstance test_cloud_cluster_instance "id"
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class CloudClusterInstance extends pulumi.CustomResource {
|
|
16
|
+
/**
|
|
17
|
+
* Get an existing CloudClusterInstance resource's state with the given name, ID, and optional extra
|
|
18
|
+
* properties used to qualify the lookup.
|
|
19
|
+
*
|
|
20
|
+
* @param name The _unique_ name of the resulting resource.
|
|
21
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
22
|
+
* @param state Any extra arguments used during the lookup.
|
|
23
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
24
|
+
*/
|
|
25
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CloudClusterInstanceState, opts?: pulumi.CustomResourceOptions): CloudClusterInstance;
|
|
26
|
+
/**
|
|
27
|
+
* Returns true if the given object is an instance of CloudClusterInstance. This is designed to work even
|
|
28
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
29
|
+
*/
|
|
30
|
+
static isInstance(obj: any): obj is CloudClusterInstance;
|
|
31
|
+
/**
|
|
32
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
|
|
33
|
+
*/
|
|
34
|
+
readonly adrHomeDirectory: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster that the cluster instance belongs to.
|
|
37
|
+
*/
|
|
38
|
+
readonly cloudClusterId: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster instance.
|
|
41
|
+
*/
|
|
42
|
+
readonly cloudClusterInstanceId: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
45
|
+
*/
|
|
46
|
+
readonly cloudConnectorId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node.
|
|
49
|
+
*/
|
|
50
|
+
readonly cloudDbNodeId: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the cluster instance is a part of.
|
|
53
|
+
*/
|
|
54
|
+
readonly cloudDbSystemId: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
57
|
+
*/
|
|
58
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the cloud cluster instance.
|
|
61
|
+
*/
|
|
62
|
+
readonly componentName: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The Oracle base location of Cluster Ready Services (CRS).
|
|
65
|
+
*/
|
|
66
|
+
readonly crsBaseDirectory: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
|
69
|
+
*/
|
|
70
|
+
readonly dbaasId: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
73
|
+
*/
|
|
74
|
+
readonly definedTags: pulumi.Output<{
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
}>;
|
|
77
|
+
/**
|
|
78
|
+
* The user-friendly name for the cluster instance. The name does not have to be unique.
|
|
79
|
+
*/
|
|
80
|
+
readonly displayName: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
83
|
+
*
|
|
84
|
+
*
|
|
85
|
+
* ** IMPORTANT **
|
|
86
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
87
|
+
*/
|
|
88
|
+
readonly freeformTags: pulumi.Output<{
|
|
89
|
+
[key: string]: string;
|
|
90
|
+
}>;
|
|
91
|
+
/**
|
|
92
|
+
* The name of the host on which the cluster instance is running.
|
|
93
|
+
*/
|
|
94
|
+
readonly hostName: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Additional information about the current lifecycle state.
|
|
97
|
+
*/
|
|
98
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The role of the cluster node.
|
|
101
|
+
*/
|
|
102
|
+
readonly nodeRole: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The current lifecycle state of the cloud cluster instance.
|
|
105
|
+
*/
|
|
106
|
+
readonly state: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
109
|
+
*/
|
|
110
|
+
readonly systemTags: pulumi.Output<{
|
|
111
|
+
[key: string]: string;
|
|
112
|
+
}>;
|
|
113
|
+
/**
|
|
114
|
+
* The date and time the cloud cluster instance was created.
|
|
115
|
+
*/
|
|
116
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The date and time the cloud cluster instance was last updated.
|
|
119
|
+
*/
|
|
120
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Create a CloudClusterInstance resource with the given unique name, arguments, and options.
|
|
123
|
+
*
|
|
124
|
+
* @param name The _unique_ name of the resource.
|
|
125
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
126
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
127
|
+
*/
|
|
128
|
+
constructor(name: string, args: CloudClusterInstanceArgs, opts?: pulumi.CustomResourceOptions);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Input properties used for looking up and filtering CloudClusterInstance resources.
|
|
132
|
+
*/
|
|
133
|
+
export interface CloudClusterInstanceState {
|
|
134
|
+
/**
|
|
135
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
|
|
136
|
+
*/
|
|
137
|
+
adrHomeDirectory?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster that the cluster instance belongs to.
|
|
140
|
+
*/
|
|
141
|
+
cloudClusterId?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster instance.
|
|
144
|
+
*/
|
|
145
|
+
cloudClusterInstanceId?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
148
|
+
*/
|
|
149
|
+
cloudConnectorId?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB node.
|
|
152
|
+
*/
|
|
153
|
+
cloudDbNodeId?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the cluster instance is a part of.
|
|
156
|
+
*/
|
|
157
|
+
cloudDbSystemId?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
160
|
+
*/
|
|
161
|
+
compartmentId?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* The name of the cloud cluster instance.
|
|
164
|
+
*/
|
|
165
|
+
componentName?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* The Oracle base location of Cluster Ready Services (CRS).
|
|
168
|
+
*/
|
|
169
|
+
crsBaseDirectory?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) in DBaas service.
|
|
172
|
+
*/
|
|
173
|
+
dbaasId?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
176
|
+
*/
|
|
177
|
+
definedTags?: pulumi.Input<{
|
|
178
|
+
[key: string]: pulumi.Input<string>;
|
|
179
|
+
}>;
|
|
180
|
+
/**
|
|
181
|
+
* The user-friendly name for the cluster instance. The name does not have to be unique.
|
|
182
|
+
*/
|
|
183
|
+
displayName?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
186
|
+
*
|
|
187
|
+
*
|
|
188
|
+
* ** IMPORTANT **
|
|
189
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
190
|
+
*/
|
|
191
|
+
freeformTags?: pulumi.Input<{
|
|
192
|
+
[key: string]: pulumi.Input<string>;
|
|
193
|
+
}>;
|
|
194
|
+
/**
|
|
195
|
+
* The name of the host on which the cluster instance is running.
|
|
196
|
+
*/
|
|
197
|
+
hostName?: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* Additional information about the current lifecycle state.
|
|
200
|
+
*/
|
|
201
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* The role of the cluster node.
|
|
204
|
+
*/
|
|
205
|
+
nodeRole?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* The current lifecycle state of the cloud cluster instance.
|
|
208
|
+
*/
|
|
209
|
+
state?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
212
|
+
*/
|
|
213
|
+
systemTags?: pulumi.Input<{
|
|
214
|
+
[key: string]: pulumi.Input<string>;
|
|
215
|
+
}>;
|
|
216
|
+
/**
|
|
217
|
+
* The date and time the cloud cluster instance was created.
|
|
218
|
+
*/
|
|
219
|
+
timeCreated?: pulumi.Input<string>;
|
|
220
|
+
/**
|
|
221
|
+
* The date and time the cloud cluster instance was last updated.
|
|
222
|
+
*/
|
|
223
|
+
timeUpdated?: pulumi.Input<string>;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* The set of arguments for constructing a CloudClusterInstance resource.
|
|
227
|
+
*/
|
|
228
|
+
export interface CloudClusterInstanceArgs {
|
|
229
|
+
/**
|
|
230
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud cluster instance.
|
|
231
|
+
*/
|
|
232
|
+
cloudClusterInstanceId: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
235
|
+
*/
|
|
236
|
+
cloudConnectorId?: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
239
|
+
*/
|
|
240
|
+
definedTags?: pulumi.Input<{
|
|
241
|
+
[key: string]: pulumi.Input<string>;
|
|
242
|
+
}>;
|
|
243
|
+
/**
|
|
244
|
+
* (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
245
|
+
*
|
|
246
|
+
*
|
|
247
|
+
* ** IMPORTANT **
|
|
248
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
249
|
+
*/
|
|
250
|
+
freeformTags?: pulumi.Input<{
|
|
251
|
+
[key: string]: pulumi.Input<string>;
|
|
252
|
+
}>;
|
|
253
|
+
}
|