@pulumi/oci 3.4.0-alpha.1755714728 → 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,248 @@
|
|
|
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 Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
|
|
6
|
+
*
|
|
7
|
+
* Creates a new cloud connector.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testCloudDbSystemConnector = new oci.databasemanagement.CloudDbSystemConnector("test_cloud_db_system_connector", {
|
|
16
|
+
* cloudDbSystemId: testCloudDbSystem.id,
|
|
17
|
+
* connectorType: cloudDbSystemConnectorConnectorType,
|
|
18
|
+
* displayName: cloudDbSystemConnectorDisplayName,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* CloudDbSystemConnectors can be imported using the `id`, e.g.
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import oci:DatabaseManagement/cloudDbSystemConnector:CloudDbSystemConnector test_cloud_db_system_connector "id"
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare class CloudDbSystemConnector extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing CloudDbSystemConnector resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CloudDbSystemConnectorState, opts?: pulumi.CustomResourceOptions): CloudDbSystemConnector;
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of CloudDbSystemConnector. This is designed to work even
|
|
43
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
44
|
+
*/
|
|
45
|
+
static isInstance(obj: any): obj is CloudDbSystemConnector;
|
|
46
|
+
/**
|
|
47
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system connector.
|
|
48
|
+
*/
|
|
49
|
+
readonly agentId: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
|
52
|
+
*/
|
|
53
|
+
readonly cloudDbSystemId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
56
|
+
*/
|
|
57
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* The error message indicating the reason for connection failure or `null` if the connection was successful.
|
|
60
|
+
*/
|
|
61
|
+
readonly connectionFailureMessage: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The connection details required to connect to a cloud DB system component.
|
|
64
|
+
*/
|
|
65
|
+
readonly connectionInfos: pulumi.Output<outputs.DatabaseManagement.CloudDbSystemConnectorConnectionInfo[]>;
|
|
66
|
+
/**
|
|
67
|
+
* The status of connectivity to the cloud DB system component.
|
|
68
|
+
*/
|
|
69
|
+
readonly connectionStatus: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* (Updatable) The type of connector.
|
|
72
|
+
*/
|
|
73
|
+
readonly connectorType: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* 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"}`
|
|
76
|
+
*/
|
|
77
|
+
readonly definedTags: pulumi.Output<{
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
}>;
|
|
80
|
+
/**
|
|
81
|
+
* The user-friendly name for the cloud connector. The name does not have to be unique.
|
|
82
|
+
*
|
|
83
|
+
*
|
|
84
|
+
* ** IMPORTANT **
|
|
85
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
86
|
+
*/
|
|
87
|
+
readonly displayName: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* 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"}`
|
|
90
|
+
*/
|
|
91
|
+
readonly freeformTags: pulumi.Output<{
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
}>;
|
|
94
|
+
/**
|
|
95
|
+
* Additional information about the current lifecycle state.
|
|
96
|
+
*/
|
|
97
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The current lifecycle state of the cloud DB system connector.
|
|
100
|
+
*/
|
|
101
|
+
readonly state: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* 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"}`
|
|
104
|
+
*/
|
|
105
|
+
readonly systemTags: pulumi.Output<{
|
|
106
|
+
[key: string]: string;
|
|
107
|
+
}>;
|
|
108
|
+
/**
|
|
109
|
+
* The date and time the connectionStatus of the cloud DB system connector was last updated.
|
|
110
|
+
*/
|
|
111
|
+
readonly timeConnectionStatusLastUpdated: pulumi.Output<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The date and time the cloud DB system connector was created.
|
|
114
|
+
*/
|
|
115
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The date and time the cloud DB system connector was last updated.
|
|
118
|
+
*/
|
|
119
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
120
|
+
/**
|
|
121
|
+
* Create a CloudDbSystemConnector resource with the given unique name, arguments, and options.
|
|
122
|
+
*
|
|
123
|
+
* @param name The _unique_ name of the resource.
|
|
124
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
125
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
126
|
+
*/
|
|
127
|
+
constructor(name: string, args: CloudDbSystemConnectorArgs, opts?: pulumi.CustomResourceOptions);
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Input properties used for looking up and filtering CloudDbSystemConnector resources.
|
|
131
|
+
*/
|
|
132
|
+
export interface CloudDbSystemConnectorState {
|
|
133
|
+
/**
|
|
134
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system connector.
|
|
135
|
+
*/
|
|
136
|
+
agentId?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
|
139
|
+
*/
|
|
140
|
+
cloudDbSystemId?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
143
|
+
*/
|
|
144
|
+
compartmentId?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The error message indicating the reason for connection failure or `null` if the connection was successful.
|
|
147
|
+
*/
|
|
148
|
+
connectionFailureMessage?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* The connection details required to connect to a cloud DB system component.
|
|
151
|
+
*/
|
|
152
|
+
connectionInfos?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemConnectorConnectionInfo>[]>;
|
|
153
|
+
/**
|
|
154
|
+
* The status of connectivity to the cloud DB system component.
|
|
155
|
+
*/
|
|
156
|
+
connectionStatus?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* (Updatable) The type of connector.
|
|
159
|
+
*/
|
|
160
|
+
connectorType?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* 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"}`
|
|
163
|
+
*/
|
|
164
|
+
definedTags?: pulumi.Input<{
|
|
165
|
+
[key: string]: pulumi.Input<string>;
|
|
166
|
+
}>;
|
|
167
|
+
/**
|
|
168
|
+
* The user-friendly name for the cloud connector. The name does not have to be unique.
|
|
169
|
+
*
|
|
170
|
+
*
|
|
171
|
+
* ** IMPORTANT **
|
|
172
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
173
|
+
*/
|
|
174
|
+
displayName?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* 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"}`
|
|
177
|
+
*/
|
|
178
|
+
freeformTags?: pulumi.Input<{
|
|
179
|
+
[key: string]: pulumi.Input<string>;
|
|
180
|
+
}>;
|
|
181
|
+
/**
|
|
182
|
+
* Additional information about the current lifecycle state.
|
|
183
|
+
*/
|
|
184
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* The current lifecycle state of the cloud DB system connector.
|
|
187
|
+
*/
|
|
188
|
+
state?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* 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"}`
|
|
191
|
+
*/
|
|
192
|
+
systemTags?: pulumi.Input<{
|
|
193
|
+
[key: string]: pulumi.Input<string>;
|
|
194
|
+
}>;
|
|
195
|
+
/**
|
|
196
|
+
* The date and time the connectionStatus of the cloud DB system connector was last updated.
|
|
197
|
+
*/
|
|
198
|
+
timeConnectionStatusLastUpdated?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* The date and time the cloud DB system connector was created.
|
|
201
|
+
*/
|
|
202
|
+
timeCreated?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The date and time the cloud DB system connector was last updated.
|
|
205
|
+
*/
|
|
206
|
+
timeUpdated?: pulumi.Input<string>;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* The set of arguments for constructing a CloudDbSystemConnector resource.
|
|
210
|
+
*/
|
|
211
|
+
export interface CloudDbSystemConnectorArgs {
|
|
212
|
+
/**
|
|
213
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system connector.
|
|
214
|
+
*/
|
|
215
|
+
agentId?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
|
218
|
+
*/
|
|
219
|
+
cloudDbSystemId: pulumi.Input<string>;
|
|
220
|
+
/**
|
|
221
|
+
* The connection details required to connect to a cloud DB system component.
|
|
222
|
+
*/
|
|
223
|
+
connectionInfos?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemConnectorConnectionInfo>[]>;
|
|
224
|
+
/**
|
|
225
|
+
* (Updatable) The type of connector.
|
|
226
|
+
*/
|
|
227
|
+
connectorType: pulumi.Input<string>;
|
|
228
|
+
/**
|
|
229
|
+
* 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"}`
|
|
230
|
+
*/
|
|
231
|
+
definedTags?: pulumi.Input<{
|
|
232
|
+
[key: string]: pulumi.Input<string>;
|
|
233
|
+
}>;
|
|
234
|
+
/**
|
|
235
|
+
* The user-friendly name for the cloud connector. The name does not have to be unique.
|
|
236
|
+
*
|
|
237
|
+
*
|
|
238
|
+
* ** IMPORTANT **
|
|
239
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
240
|
+
*/
|
|
241
|
+
displayName?: pulumi.Input<string>;
|
|
242
|
+
/**
|
|
243
|
+
* 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"}`
|
|
244
|
+
*/
|
|
245
|
+
freeformTags?: pulumi.Input<{
|
|
246
|
+
[key: string]: pulumi.Input<string>;
|
|
247
|
+
}>;
|
|
248
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
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.CloudDbSystemConnector = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Cloud Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
|
|
10
|
+
*
|
|
11
|
+
* Creates a new cloud connector.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testCloudDbSystemConnector = new oci.databasemanagement.CloudDbSystemConnector("test_cloud_db_system_connector", {
|
|
20
|
+
* cloudDbSystemId: testCloudDbSystem.id,
|
|
21
|
+
* connectorType: cloudDbSystemConnectorConnectorType,
|
|
22
|
+
* displayName: cloudDbSystemConnectorDisplayName,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* CloudDbSystemConnectors can be imported using the `id`, e.g.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import oci:DatabaseManagement/cloudDbSystemConnector:CloudDbSystemConnector test_cloud_db_system_connector "id"
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
class CloudDbSystemConnector extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing CloudDbSystemConnector resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name, id, state, opts) {
|
|
45
|
+
return new CloudDbSystemConnector(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of CloudDbSystemConnector. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj) {
|
|
52
|
+
if (obj === undefined || obj === null) {
|
|
53
|
+
return false;
|
|
54
|
+
}
|
|
55
|
+
return obj['__pulumiType'] === CloudDbSystemConnector.__pulumiType;
|
|
56
|
+
}
|
|
57
|
+
constructor(name, argsOrState, opts) {
|
|
58
|
+
let resourceInputs = {};
|
|
59
|
+
opts = opts || {};
|
|
60
|
+
if (opts.id) {
|
|
61
|
+
const state = argsOrState;
|
|
62
|
+
resourceInputs["agentId"] = state ? state.agentId : undefined;
|
|
63
|
+
resourceInputs["cloudDbSystemId"] = state ? state.cloudDbSystemId : undefined;
|
|
64
|
+
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
65
|
+
resourceInputs["connectionFailureMessage"] = state ? state.connectionFailureMessage : undefined;
|
|
66
|
+
resourceInputs["connectionInfos"] = state ? state.connectionInfos : undefined;
|
|
67
|
+
resourceInputs["connectionStatus"] = state ? state.connectionStatus : undefined;
|
|
68
|
+
resourceInputs["connectorType"] = state ? state.connectorType : undefined;
|
|
69
|
+
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
70
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
71
|
+
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
72
|
+
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
73
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
74
|
+
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
75
|
+
resourceInputs["timeConnectionStatusLastUpdated"] = state ? state.timeConnectionStatusLastUpdated : undefined;
|
|
76
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
77
|
+
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
const args = argsOrState;
|
|
81
|
+
if ((!args || args.cloudDbSystemId === undefined) && !opts.urn) {
|
|
82
|
+
throw new Error("Missing required property 'cloudDbSystemId'");
|
|
83
|
+
}
|
|
84
|
+
if ((!args || args.connectorType === undefined) && !opts.urn) {
|
|
85
|
+
throw new Error("Missing required property 'connectorType'");
|
|
86
|
+
}
|
|
87
|
+
resourceInputs["agentId"] = args ? args.agentId : undefined;
|
|
88
|
+
resourceInputs["cloudDbSystemId"] = args ? args.cloudDbSystemId : undefined;
|
|
89
|
+
resourceInputs["connectionInfos"] = args ? args.connectionInfos : undefined;
|
|
90
|
+
resourceInputs["connectorType"] = args ? args.connectorType : undefined;
|
|
91
|
+
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
92
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
93
|
+
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
94
|
+
resourceInputs["compartmentId"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["connectionFailureMessage"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["connectionStatus"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["systemTags"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["timeConnectionStatusLastUpdated"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
103
|
+
}
|
|
104
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
105
|
+
super(CloudDbSystemConnector.__pulumiType, name, resourceInputs, opts);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
exports.CloudDbSystemConnector = CloudDbSystemConnector;
|
|
109
|
+
/** @internal */
|
|
110
|
+
CloudDbSystemConnector.__pulumiType = 'oci:DatabaseManagement/cloudDbSystemConnector:CloudDbSystemConnector';
|
|
111
|
+
//# sourceMappingURL=cloudDbSystemConnector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudDbSystemConnector.js","sourceRoot":"","sources":["../../databasemanagement/cloudDbSystemConnector.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,231 @@
|
|
|
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 Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.
|
|
6
|
+
*
|
|
7
|
+
* Creates a cloud DB system discovery resource and initiates the discovery process.
|
|
8
|
+
*
|
|
9
|
+
* Patches the cloud DB system discovery specified by `cloudDbSystemDiscoveryId`.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* CloudDbSystemDiscoveries can be imported using the `id`, e.g.
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import oci:DatabaseManagement/cloudDbSystemDiscovery:CloudDbSystemDiscovery test_cloud_db_system_discovery "id"
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class CloudDbSystemDiscovery extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing CloudDbSystemDiscovery resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CloudDbSystemDiscoveryState, opts?: pulumi.CustomResourceOptions): CloudDbSystemDiscovery;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of CloudDbSystemDiscovery. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj: any): obj is CloudDbSystemDiscovery;
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
37
|
+
*/
|
|
38
|
+
readonly agentId: pulumi.Output<string>;
|
|
39
|
+
readonly cloudDbSystemDiscoveryId: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud DB system resides.
|
|
42
|
+
*/
|
|
43
|
+
readonly compartmentId: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
|
|
46
|
+
*/
|
|
47
|
+
readonly dbaasParentInfrastructureId: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* (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"}`
|
|
50
|
+
*/
|
|
51
|
+
readonly definedTags: pulumi.Output<{
|
|
52
|
+
[key: string]: string;
|
|
53
|
+
}>;
|
|
54
|
+
/**
|
|
55
|
+
* The deployment type of cloud dbsystem.
|
|
56
|
+
*/
|
|
57
|
+
readonly deploymentType: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* The list of DB system components that were found in the DB system discovery.
|
|
60
|
+
*/
|
|
61
|
+
readonly discoveredComponents: pulumi.Output<outputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponent[]>;
|
|
62
|
+
/**
|
|
63
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
64
|
+
*/
|
|
65
|
+
readonly displayName: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* (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"}`
|
|
68
|
+
*/
|
|
69
|
+
readonly freeformTags: pulumi.Output<{
|
|
70
|
+
[key: string]: string;
|
|
71
|
+
}>;
|
|
72
|
+
/**
|
|
73
|
+
* The directory in which Oracle Grid Infrastructure is installed.
|
|
74
|
+
*/
|
|
75
|
+
readonly gridHome: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Additional information about the current lifecycle state.
|
|
78
|
+
*/
|
|
79
|
+
readonly lifecycleDetails: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* (Updatable)
|
|
82
|
+
*/
|
|
83
|
+
readonly patchOperations: pulumi.Output<outputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperation[] | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
|
|
86
|
+
*/
|
|
87
|
+
readonly resourceId: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The current lifecycle state of the cloud DB system discovery resource.
|
|
90
|
+
*/
|
|
91
|
+
readonly state: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* 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"}`
|
|
94
|
+
*/
|
|
95
|
+
readonly systemTags: pulumi.Output<{
|
|
96
|
+
[key: string]: string;
|
|
97
|
+
}>;
|
|
98
|
+
/**
|
|
99
|
+
* The date and time the cloud DB system discovery was created.
|
|
100
|
+
*/
|
|
101
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The date and time the cloud DB system discovery was last updated.
|
|
104
|
+
*/
|
|
105
|
+
readonly timeUpdated: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Create a CloudDbSystemDiscovery resource with the given unique name, arguments, and options.
|
|
108
|
+
*
|
|
109
|
+
* @param name The _unique_ name of the resource.
|
|
110
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
111
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
112
|
+
*/
|
|
113
|
+
constructor(name: string, args: CloudDbSystemDiscoveryArgs, opts?: pulumi.CustomResourceOptions);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Input properties used for looking up and filtering CloudDbSystemDiscovery resources.
|
|
117
|
+
*/
|
|
118
|
+
export interface CloudDbSystemDiscoveryState {
|
|
119
|
+
/**
|
|
120
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
121
|
+
*/
|
|
122
|
+
agentId?: pulumi.Input<string>;
|
|
123
|
+
cloudDbSystemDiscoveryId?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud DB system resides.
|
|
126
|
+
*/
|
|
127
|
+
compartmentId?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
|
|
130
|
+
*/
|
|
131
|
+
dbaasParentInfrastructureId?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* (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"}`
|
|
134
|
+
*/
|
|
135
|
+
definedTags?: pulumi.Input<{
|
|
136
|
+
[key: string]: pulumi.Input<string>;
|
|
137
|
+
}>;
|
|
138
|
+
/**
|
|
139
|
+
* The deployment type of cloud dbsystem.
|
|
140
|
+
*/
|
|
141
|
+
deploymentType?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The list of DB system components that were found in the DB system discovery.
|
|
144
|
+
*/
|
|
145
|
+
discoveredComponents?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponent>[]>;
|
|
146
|
+
/**
|
|
147
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
148
|
+
*/
|
|
149
|
+
displayName?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* (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"}`
|
|
152
|
+
*/
|
|
153
|
+
freeformTags?: pulumi.Input<{
|
|
154
|
+
[key: string]: pulumi.Input<string>;
|
|
155
|
+
}>;
|
|
156
|
+
/**
|
|
157
|
+
* The directory in which Oracle Grid Infrastructure is installed.
|
|
158
|
+
*/
|
|
159
|
+
gridHome?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Additional information about the current lifecycle state.
|
|
162
|
+
*/
|
|
163
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* (Updatable)
|
|
166
|
+
*/
|
|
167
|
+
patchOperations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperation>[]>;
|
|
168
|
+
/**
|
|
169
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
|
|
170
|
+
*/
|
|
171
|
+
resourceId?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The current lifecycle state of the cloud DB system discovery resource.
|
|
174
|
+
*/
|
|
175
|
+
state?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* 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"}`
|
|
178
|
+
*/
|
|
179
|
+
systemTags?: pulumi.Input<{
|
|
180
|
+
[key: string]: pulumi.Input<string>;
|
|
181
|
+
}>;
|
|
182
|
+
/**
|
|
183
|
+
* The date and time the cloud DB system discovery was created.
|
|
184
|
+
*/
|
|
185
|
+
timeCreated?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* The date and time the cloud DB system discovery was last updated.
|
|
188
|
+
*/
|
|
189
|
+
timeUpdated?: pulumi.Input<string>;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* The set of arguments for constructing a CloudDbSystemDiscovery resource.
|
|
193
|
+
*/
|
|
194
|
+
export interface CloudDbSystemDiscoveryArgs {
|
|
195
|
+
/**
|
|
196
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
197
|
+
*/
|
|
198
|
+
agentId: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud DB system resides.
|
|
201
|
+
*/
|
|
202
|
+
compartmentId: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
|
|
205
|
+
*/
|
|
206
|
+
dbaasParentInfrastructureId: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* (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"}`
|
|
209
|
+
*/
|
|
210
|
+
definedTags?: pulumi.Input<{
|
|
211
|
+
[key: string]: pulumi.Input<string>;
|
|
212
|
+
}>;
|
|
213
|
+
/**
|
|
214
|
+
* The deployment type of cloud dbsystem.
|
|
215
|
+
*/
|
|
216
|
+
deploymentType: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
219
|
+
*/
|
|
220
|
+
displayName?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* (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"}`
|
|
223
|
+
*/
|
|
224
|
+
freeformTags?: pulumi.Input<{
|
|
225
|
+
[key: string]: pulumi.Input<string>;
|
|
226
|
+
}>;
|
|
227
|
+
/**
|
|
228
|
+
* (Updatable)
|
|
229
|
+
*/
|
|
230
|
+
patchOperations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperation>[]>;
|
|
231
|
+
}
|