@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,134 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Cloud Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
|
|
5
|
+
*
|
|
6
|
+
* Gets the details for the cloud connector specified by `cloudDbSystemConnectorId`.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testCloudDbSystemConnector = oci.DatabaseManagement.getCloudDbSystemConnector({
|
|
15
|
+
* cloudDbSystemConnectorId: testCloudDbSystemConnectorOciDatabaseManagementCloudDbSystemConnector.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getCloudDbSystemConnector(args: GetCloudDbSystemConnectorArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudDbSystemConnectorResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getCloudDbSystemConnector.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetCloudDbSystemConnectorArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
26
|
+
*/
|
|
27
|
+
cloudDbSystemConnectorId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getCloudDbSystemConnector.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetCloudDbSystemConnectorResult {
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system connector.
|
|
35
|
+
*/
|
|
36
|
+
readonly agentId: string;
|
|
37
|
+
readonly cloudDbSystemConnectorId: string;
|
|
38
|
+
/**
|
|
39
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the connector is a part of.
|
|
40
|
+
*/
|
|
41
|
+
readonly cloudDbSystemId: string;
|
|
42
|
+
/**
|
|
43
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
44
|
+
*/
|
|
45
|
+
readonly compartmentId: string;
|
|
46
|
+
/**
|
|
47
|
+
* The error message indicating the reason for connection failure or `null` if the connection was successful.
|
|
48
|
+
*/
|
|
49
|
+
readonly connectionFailureMessage: string;
|
|
50
|
+
/**
|
|
51
|
+
* The connection details required to connect to a cloud DB system component.
|
|
52
|
+
*/
|
|
53
|
+
readonly connectionInfos: outputs.DatabaseManagement.GetCloudDbSystemConnectorConnectionInfo[];
|
|
54
|
+
/**
|
|
55
|
+
* The status of connectivity to the cloud DB system component.
|
|
56
|
+
*/
|
|
57
|
+
readonly connectionStatus: string;
|
|
58
|
+
/**
|
|
59
|
+
* The type of connector.
|
|
60
|
+
*/
|
|
61
|
+
readonly connectorType: string;
|
|
62
|
+
/**
|
|
63
|
+
* 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"}`
|
|
64
|
+
*/
|
|
65
|
+
readonly definedTags: {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* The user-friendly name for the cloud connector. The name does not have to be unique.
|
|
70
|
+
*/
|
|
71
|
+
readonly displayName: string;
|
|
72
|
+
/**
|
|
73
|
+
* 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"}`
|
|
74
|
+
*/
|
|
75
|
+
readonly freeformTags: {
|
|
76
|
+
[key: string]: string;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system connector.
|
|
80
|
+
*/
|
|
81
|
+
readonly id: string;
|
|
82
|
+
/**
|
|
83
|
+
* Additional information about the current lifecycle state.
|
|
84
|
+
*/
|
|
85
|
+
readonly lifecycleDetails: string;
|
|
86
|
+
/**
|
|
87
|
+
* The current lifecycle state of the cloud DB system connector.
|
|
88
|
+
*/
|
|
89
|
+
readonly state: string;
|
|
90
|
+
/**
|
|
91
|
+
* 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"}`
|
|
92
|
+
*/
|
|
93
|
+
readonly systemTags: {
|
|
94
|
+
[key: string]: string;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* The date and time the connectionStatus of the cloud DB system connector was last updated.
|
|
98
|
+
*/
|
|
99
|
+
readonly timeConnectionStatusLastUpdated: string;
|
|
100
|
+
/**
|
|
101
|
+
* The date and time the cloud DB system connector was created.
|
|
102
|
+
*/
|
|
103
|
+
readonly timeCreated: string;
|
|
104
|
+
/**
|
|
105
|
+
* The date and time the cloud DB system connector was last updated.
|
|
106
|
+
*/
|
|
107
|
+
readonly timeUpdated: string;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* This data source provides details about a specific Cloud Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
|
|
111
|
+
*
|
|
112
|
+
* Gets the details for the cloud connector specified by `cloudDbSystemConnectorId`.
|
|
113
|
+
*
|
|
114
|
+
* ## Example Usage
|
|
115
|
+
*
|
|
116
|
+
* ```typescript
|
|
117
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
118
|
+
* import * as oci from "@pulumi/oci";
|
|
119
|
+
*
|
|
120
|
+
* const testCloudDbSystemConnector = oci.DatabaseManagement.getCloudDbSystemConnector({
|
|
121
|
+
* cloudDbSystemConnectorId: testCloudDbSystemConnectorOciDatabaseManagementCloudDbSystemConnector.id,
|
|
122
|
+
* });
|
|
123
|
+
* ```
|
|
124
|
+
*/
|
|
125
|
+
export declare function getCloudDbSystemConnectorOutput(args: GetCloudDbSystemConnectorOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudDbSystemConnectorResult>;
|
|
126
|
+
/**
|
|
127
|
+
* A collection of arguments for invoking getCloudDbSystemConnector.
|
|
128
|
+
*/
|
|
129
|
+
export interface GetCloudDbSystemConnectorOutputArgs {
|
|
130
|
+
/**
|
|
131
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud connector.
|
|
132
|
+
*/
|
|
133
|
+
cloudDbSystemConnectorId: pulumi.Input<string>;
|
|
134
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getCloudDbSystemConnectorOutput = exports.getCloudDbSystemConnector = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Cloud Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
|
|
10
|
+
*
|
|
11
|
+
* Gets the details for the cloud connector specified by `cloudDbSystemConnectorId`.
|
|
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 = oci.DatabaseManagement.getCloudDbSystemConnector({
|
|
20
|
+
* cloudDbSystemConnectorId: testCloudDbSystemConnectorOciDatabaseManagementCloudDbSystemConnector.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getCloudDbSystemConnector(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:DatabaseManagement/getCloudDbSystemConnector:getCloudDbSystemConnector", {
|
|
27
|
+
"cloudDbSystemConnectorId": args.cloudDbSystemConnectorId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getCloudDbSystemConnector = getCloudDbSystemConnector;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Cloud Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
|
|
33
|
+
*
|
|
34
|
+
* Gets the details for the cloud connector specified by `cloudDbSystemConnectorId`.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testCloudDbSystemConnector = oci.DatabaseManagement.getCloudDbSystemConnector({
|
|
43
|
+
* cloudDbSystemConnectorId: testCloudDbSystemConnectorOciDatabaseManagementCloudDbSystemConnector.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getCloudDbSystemConnectorOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:DatabaseManagement/getCloudDbSystemConnector:getCloudDbSystemConnector", {
|
|
50
|
+
"cloudDbSystemConnectorId": args.cloudDbSystemConnectorId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getCloudDbSystemConnectorOutput = getCloudDbSystemConnectorOutput;
|
|
54
|
+
//# sourceMappingURL=getCloudDbSystemConnector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCloudDbSystemConnector.js","sourceRoot":"","sources":["../../databasemanagement/getCloudDbSystemConnector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC;AAsFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0EAKC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Cloud Db System Connectors in Oracle Cloud Infrastructure Database Management service.
|
|
6
|
+
*
|
|
7
|
+
* Lists the cloud connectors in the specified cloud DB system.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testCloudDbSystemConnectors = oci.DatabaseManagement.getCloudDbSystemConnectors({
|
|
16
|
+
* cloudDbSystemId: testCloudDbSystem.id,
|
|
17
|
+
* compartmentId: compartmentId,
|
|
18
|
+
* displayName: cloudDbSystemConnectorDisplayName,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getCloudDbSystemConnectors(args?: GetCloudDbSystemConnectorsArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudDbSystemConnectorsResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getCloudDbSystemConnectors.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetCloudDbSystemConnectorsArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
|
29
|
+
*/
|
|
30
|
+
cloudDbSystemId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
33
|
+
*/
|
|
34
|
+
compartmentId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A filter to only return the resources that match the entire display name.
|
|
37
|
+
*/
|
|
38
|
+
displayName?: string;
|
|
39
|
+
filters?: inputs.DatabaseManagement.GetCloudDbSystemConnectorsFilter[];
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A collection of values returned by getCloudDbSystemConnectors.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetCloudDbSystemConnectorsResult {
|
|
45
|
+
/**
|
|
46
|
+
* The list of cloud_db_system_connector_collection.
|
|
47
|
+
*/
|
|
48
|
+
readonly cloudDbSystemConnectorCollections: outputs.DatabaseManagement.GetCloudDbSystemConnectorsCloudDbSystemConnectorCollection[];
|
|
49
|
+
/**
|
|
50
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system that the connector is a part of.
|
|
51
|
+
*/
|
|
52
|
+
readonly cloudDbSystemId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
55
|
+
*/
|
|
56
|
+
readonly compartmentId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The user-friendly name for the cloud connector. The name does not have to be unique.
|
|
59
|
+
*/
|
|
60
|
+
readonly displayName?: string;
|
|
61
|
+
readonly filters?: outputs.DatabaseManagement.GetCloudDbSystemConnectorsFilter[];
|
|
62
|
+
/**
|
|
63
|
+
* The provider-assigned unique ID for this managed resource.
|
|
64
|
+
*/
|
|
65
|
+
readonly id: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* This data source provides the list of Cloud Db System Connectors in Oracle Cloud Infrastructure Database Management service.
|
|
69
|
+
*
|
|
70
|
+
* Lists the cloud connectors in the specified cloud DB system.
|
|
71
|
+
*
|
|
72
|
+
* ## Example Usage
|
|
73
|
+
*
|
|
74
|
+
* ```typescript
|
|
75
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
76
|
+
* import * as oci from "@pulumi/oci";
|
|
77
|
+
*
|
|
78
|
+
* const testCloudDbSystemConnectors = oci.DatabaseManagement.getCloudDbSystemConnectors({
|
|
79
|
+
* cloudDbSystemId: testCloudDbSystem.id,
|
|
80
|
+
* compartmentId: compartmentId,
|
|
81
|
+
* displayName: cloudDbSystemConnectorDisplayName,
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export declare function getCloudDbSystemConnectorsOutput(args?: GetCloudDbSystemConnectorsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudDbSystemConnectorsResult>;
|
|
86
|
+
/**
|
|
87
|
+
* A collection of arguments for invoking getCloudDbSystemConnectors.
|
|
88
|
+
*/
|
|
89
|
+
export interface GetCloudDbSystemConnectorsOutputArgs {
|
|
90
|
+
/**
|
|
91
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system.
|
|
92
|
+
*/
|
|
93
|
+
cloudDbSystemId?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
96
|
+
*/
|
|
97
|
+
compartmentId?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* A filter to only return the resources that match the entire display name.
|
|
100
|
+
*/
|
|
101
|
+
displayName?: pulumi.Input<string>;
|
|
102
|
+
filters?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.GetCloudDbSystemConnectorsFilterArgs>[]>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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.getCloudDbSystemConnectorsOutput = exports.getCloudDbSystemConnectors = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Cloud Db System Connectors in Oracle Cloud Infrastructure Database Management service.
|
|
10
|
+
*
|
|
11
|
+
* Lists the cloud connectors in the specified cloud DB system.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testCloudDbSystemConnectors = oci.DatabaseManagement.getCloudDbSystemConnectors({
|
|
20
|
+
* cloudDbSystemId: testCloudDbSystem.id,
|
|
21
|
+
* compartmentId: compartmentId,
|
|
22
|
+
* displayName: cloudDbSystemConnectorDisplayName,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getCloudDbSystemConnectors(args, opts) {
|
|
27
|
+
args = args || {};
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("oci:DatabaseManagement/getCloudDbSystemConnectors:getCloudDbSystemConnectors", {
|
|
30
|
+
"cloudDbSystemId": args.cloudDbSystemId,
|
|
31
|
+
"compartmentId": args.compartmentId,
|
|
32
|
+
"displayName": args.displayName,
|
|
33
|
+
"filters": args.filters,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getCloudDbSystemConnectors = getCloudDbSystemConnectors;
|
|
37
|
+
/**
|
|
38
|
+
* This data source provides the list of Cloud Db System Connectors in Oracle Cloud Infrastructure Database Management service.
|
|
39
|
+
*
|
|
40
|
+
* Lists the cloud connectors in the specified cloud DB system.
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as oci from "@pulumi/oci";
|
|
47
|
+
*
|
|
48
|
+
* const testCloudDbSystemConnectors = oci.DatabaseManagement.getCloudDbSystemConnectors({
|
|
49
|
+
* cloudDbSystemId: testCloudDbSystem.id,
|
|
50
|
+
* compartmentId: compartmentId,
|
|
51
|
+
* displayName: cloudDbSystemConnectorDisplayName,
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
function getCloudDbSystemConnectorsOutput(args, opts) {
|
|
56
|
+
args = args || {};
|
|
57
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
58
|
+
return pulumi.runtime.invokeOutput("oci:DatabaseManagement/getCloudDbSystemConnectors:getCloudDbSystemConnectors", {
|
|
59
|
+
"cloudDbSystemId": args.cloudDbSystemId,
|
|
60
|
+
"compartmentId": args.compartmentId,
|
|
61
|
+
"displayName": args.displayName,
|
|
62
|
+
"filters": args.filters,
|
|
63
|
+
}, opts);
|
|
64
|
+
}
|
|
65
|
+
exports.getCloudDbSystemConnectorsOutput = getCloudDbSystemConnectorsOutput;
|
|
66
|
+
//# sourceMappingURL=getCloudDbSystemConnectors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCloudDbSystemConnectors.js","sourceRoot":"","sources":["../../databasemanagement/getCloudDbSystemConnectors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC;AA+CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAAiC;IAC3H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4EASC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Cloud Db System Discoveries in Oracle Cloud Infrastructure Database Management service.
|
|
6
|
+
*
|
|
7
|
+
* Lists the cloud DB system discovery resources in the specified compartment.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testCloudDbSystemDiscoveries = oci.DatabaseManagement.getCloudDbSystemDiscoveries({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* displayName: cloudDbSystemDiscoveryDisplayName,
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getCloudDbSystemDiscoveries(args: GetCloudDbSystemDiscoveriesArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudDbSystemDiscoveriesResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getCloudDbSystemDiscoveries.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetCloudDbSystemDiscoveriesArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
28
|
+
*/
|
|
29
|
+
compartmentId: string;
|
|
30
|
+
/**
|
|
31
|
+
* A filter to only return the resources that match the entire display name.
|
|
32
|
+
*/
|
|
33
|
+
displayName?: string;
|
|
34
|
+
filters?: inputs.DatabaseManagement.GetCloudDbSystemDiscoveriesFilter[];
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A collection of values returned by getCloudDbSystemDiscoveries.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetCloudDbSystemDiscoveriesResult {
|
|
40
|
+
/**
|
|
41
|
+
* The list of cloud_db_system_discovery_collection.
|
|
42
|
+
*/
|
|
43
|
+
readonly cloudDbSystemDiscoveryCollections: outputs.DatabaseManagement.GetCloudDbSystemDiscoveriesCloudDbSystemDiscoveryCollection[];
|
|
44
|
+
/**
|
|
45
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
46
|
+
*/
|
|
47
|
+
readonly compartmentId: string;
|
|
48
|
+
/**
|
|
49
|
+
* The user-friendly name for the DB system. The name does not have to be unique.
|
|
50
|
+
*/
|
|
51
|
+
readonly displayName?: string;
|
|
52
|
+
readonly filters?: outputs.DatabaseManagement.GetCloudDbSystemDiscoveriesFilter[];
|
|
53
|
+
/**
|
|
54
|
+
* The provider-assigned unique ID for this managed resource.
|
|
55
|
+
*/
|
|
56
|
+
readonly id: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* This data source provides the list of Cloud Db System Discoveries in Oracle Cloud Infrastructure Database Management service.
|
|
60
|
+
*
|
|
61
|
+
* Lists the cloud DB system discovery resources in the specified compartment.
|
|
62
|
+
*
|
|
63
|
+
* ## Example Usage
|
|
64
|
+
*
|
|
65
|
+
* ```typescript
|
|
66
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
67
|
+
* import * as oci from "@pulumi/oci";
|
|
68
|
+
*
|
|
69
|
+
* const testCloudDbSystemDiscoveries = oci.DatabaseManagement.getCloudDbSystemDiscoveries({
|
|
70
|
+
* compartmentId: compartmentId,
|
|
71
|
+
* displayName: cloudDbSystemDiscoveryDisplayName,
|
|
72
|
+
* });
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
export declare function getCloudDbSystemDiscoveriesOutput(args: GetCloudDbSystemDiscoveriesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudDbSystemDiscoveriesResult>;
|
|
76
|
+
/**
|
|
77
|
+
* A collection of arguments for invoking getCloudDbSystemDiscoveries.
|
|
78
|
+
*/
|
|
79
|
+
export interface GetCloudDbSystemDiscoveriesOutputArgs {
|
|
80
|
+
/**
|
|
81
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
82
|
+
*/
|
|
83
|
+
compartmentId: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* A filter to only return the resources that match the entire display name.
|
|
86
|
+
*/
|
|
87
|
+
displayName?: pulumi.Input<string>;
|
|
88
|
+
filters?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.GetCloudDbSystemDiscoveriesFilterArgs>[]>;
|
|
89
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.getCloudDbSystemDiscoveriesOutput = exports.getCloudDbSystemDiscoveries = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Cloud Db System Discoveries in Oracle Cloud Infrastructure Database Management service.
|
|
10
|
+
*
|
|
11
|
+
* Lists the cloud DB system discovery resources in the specified compartment.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testCloudDbSystemDiscoveries = oci.DatabaseManagement.getCloudDbSystemDiscoveries({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: cloudDbSystemDiscoveryDisplayName,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getCloudDbSystemDiscoveries(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:DatabaseManagement/getCloudDbSystemDiscoveries:getCloudDbSystemDiscoveries", {
|
|
28
|
+
"compartmentId": args.compartmentId,
|
|
29
|
+
"displayName": args.displayName,
|
|
30
|
+
"filters": args.filters,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getCloudDbSystemDiscoveries = getCloudDbSystemDiscoveries;
|
|
34
|
+
/**
|
|
35
|
+
* This data source provides the list of Cloud Db System Discoveries in Oracle Cloud Infrastructure Database Management service.
|
|
36
|
+
*
|
|
37
|
+
* Lists the cloud DB system discovery resources in the specified compartment.
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as oci from "@pulumi/oci";
|
|
44
|
+
*
|
|
45
|
+
* const testCloudDbSystemDiscoveries = oci.DatabaseManagement.getCloudDbSystemDiscoveries({
|
|
46
|
+
* compartmentId: compartmentId,
|
|
47
|
+
* displayName: cloudDbSystemDiscoveryDisplayName,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getCloudDbSystemDiscoveriesOutput(args, opts) {
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
|
+
return pulumi.runtime.invokeOutput("oci:DatabaseManagement/getCloudDbSystemDiscoveries:getCloudDbSystemDiscoveries", {
|
|
54
|
+
"compartmentId": args.compartmentId,
|
|
55
|
+
"displayName": args.displayName,
|
|
56
|
+
"filters": args.filters,
|
|
57
|
+
}, opts);
|
|
58
|
+
}
|
|
59
|
+
exports.getCloudDbSystemDiscoveriesOutput = getCloudDbSystemDiscoveriesOutput;
|
|
60
|
+
//# sourceMappingURL=getCloudDbSystemDiscoveries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCloudDbSystemDiscoveries.js","sourceRoot":"","sources":["../../databasemanagement/getCloudDbSystemDiscoveries.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC;AAuCD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8EAOC"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Cloud Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.
|
|
5
|
+
*
|
|
6
|
+
* Gets the details for the cloud DB system discovery resource specified by `cloudDbSystemDiscoveryId`.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testCloudDbSystemDiscovery = oci.DatabaseManagement.getCloudDbSystemDiscovery({
|
|
15
|
+
* cloudDbSystemDiscoveryId: testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getCloudDbSystemDiscovery(args: GetCloudDbSystemDiscoveryArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudDbSystemDiscoveryResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getCloudDbSystemDiscovery.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetCloudDbSystemDiscoveryArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system discovery.
|
|
26
|
+
*/
|
|
27
|
+
cloudDbSystemDiscoveryId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getCloudDbSystemDiscovery.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetCloudDbSystemDiscoveryResult {
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system connector.
|
|
35
|
+
*/
|
|
36
|
+
readonly agentId: string;
|
|
37
|
+
readonly cloudDbSystemDiscoveryId: string;
|
|
38
|
+
/**
|
|
39
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
40
|
+
*/
|
|
41
|
+
readonly compartmentId: string;
|
|
42
|
+
/**
|
|
43
|
+
* 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.
|
|
44
|
+
*/
|
|
45
|
+
readonly dbaasParentInfrastructureId: string;
|
|
46
|
+
/**
|
|
47
|
+
* 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"}`
|
|
48
|
+
*/
|
|
49
|
+
readonly definedTags: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The deployment type of cloud dbsystem.
|
|
54
|
+
*/
|
|
55
|
+
readonly deploymentType: string;
|
|
56
|
+
/**
|
|
57
|
+
* The list of DB system components that were found in the DB system discovery.
|
|
58
|
+
*/
|
|
59
|
+
readonly discoveredComponents: outputs.DatabaseManagement.GetCloudDbSystemDiscoveryDiscoveredComponent[];
|
|
60
|
+
/**
|
|
61
|
+
* The user-friendly name for the DB system. The name does not have to be unique.
|
|
62
|
+
*/
|
|
63
|
+
readonly displayName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 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"}`
|
|
66
|
+
*/
|
|
67
|
+
readonly freeformTags: {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* The directory in which Oracle Grid Infrastructure is installed.
|
|
72
|
+
*/
|
|
73
|
+
readonly gridHome: string;
|
|
74
|
+
/**
|
|
75
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system discovery.
|
|
76
|
+
*/
|
|
77
|
+
readonly id: string;
|
|
78
|
+
/**
|
|
79
|
+
* Additional information about the current lifecycle state.
|
|
80
|
+
*/
|
|
81
|
+
readonly lifecycleDetails: string;
|
|
82
|
+
readonly patchOperations: outputs.DatabaseManagement.GetCloudDbSystemDiscoveryPatchOperation[];
|
|
83
|
+
/**
|
|
84
|
+
* 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.
|
|
85
|
+
*/
|
|
86
|
+
readonly resourceId: string;
|
|
87
|
+
/**
|
|
88
|
+
* The current lifecycle state of the cloud DB system discovery resource.
|
|
89
|
+
*/
|
|
90
|
+
readonly state: string;
|
|
91
|
+
/**
|
|
92
|
+
* 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"}`
|
|
93
|
+
*/
|
|
94
|
+
readonly systemTags: {
|
|
95
|
+
[key: string]: string;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* The date and time the cloud DB system discovery was created.
|
|
99
|
+
*/
|
|
100
|
+
readonly timeCreated: string;
|
|
101
|
+
/**
|
|
102
|
+
* The date and time the cloud DB system discovery was last updated.
|
|
103
|
+
*/
|
|
104
|
+
readonly timeUpdated: string;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* This data source provides details about a specific Cloud Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.
|
|
108
|
+
*
|
|
109
|
+
* Gets the details for the cloud DB system discovery resource specified by `cloudDbSystemDiscoveryId`.
|
|
110
|
+
*
|
|
111
|
+
* ## Example Usage
|
|
112
|
+
*
|
|
113
|
+
* ```typescript
|
|
114
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
115
|
+
* import * as oci from "@pulumi/oci";
|
|
116
|
+
*
|
|
117
|
+
* const testCloudDbSystemDiscovery = oci.DatabaseManagement.getCloudDbSystemDiscovery({
|
|
118
|
+
* cloudDbSystemDiscoveryId: testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.id,
|
|
119
|
+
* });
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
export declare function getCloudDbSystemDiscoveryOutput(args: GetCloudDbSystemDiscoveryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudDbSystemDiscoveryResult>;
|
|
123
|
+
/**
|
|
124
|
+
* A collection of arguments for invoking getCloudDbSystemDiscovery.
|
|
125
|
+
*/
|
|
126
|
+
export interface GetCloudDbSystemDiscoveryOutputArgs {
|
|
127
|
+
/**
|
|
128
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud DB system discovery.
|
|
129
|
+
*/
|
|
130
|
+
cloudDbSystemDiscoveryId: pulumi.Input<string>;
|
|
131
|
+
}
|