@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
package/types/input.d.ts
CHANGED
|
@@ -310,367 +310,54 @@ export declare namespace Adm {
|
|
|
310
310
|
source?: pulumi.Input<string>;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
|
-
export declare namespace
|
|
314
|
-
interface
|
|
315
|
-
/**
|
|
316
|
-
* atp db password Secret Id
|
|
317
|
-
*/
|
|
318
|
-
atpPasswordSecretId?: pulumi.Input<string>;
|
|
319
|
-
/**
|
|
320
|
-
* atp db user name
|
|
321
|
-
*/
|
|
322
|
-
atpUserName?: pulumi.Input<string>;
|
|
323
|
-
/**
|
|
324
|
-
* Object storage bucket name
|
|
325
|
-
*/
|
|
326
|
-
bucket?: pulumi.Input<string>;
|
|
327
|
-
/**
|
|
328
|
-
* OCID of the secret containing the containers certificates of ATP wallet
|
|
329
|
-
*/
|
|
330
|
-
cwalletFileSecretId?: pulumi.Input<string>;
|
|
331
|
-
/**
|
|
332
|
-
* Data source type where actually data asset is being stored
|
|
333
|
-
*/
|
|
334
|
-
dataSourceType: pulumi.Input<string>;
|
|
335
|
-
/**
|
|
336
|
-
* atp database name
|
|
337
|
-
*/
|
|
338
|
-
databaseName?: pulumi.Input<string>;
|
|
339
|
-
/**
|
|
340
|
-
* OCID of the secret containing the PDB'S certificates of ATP wallet
|
|
341
|
-
*/
|
|
342
|
-
ewalletFileSecretId?: pulumi.Input<string>;
|
|
343
|
-
/**
|
|
344
|
-
* OCID of the secret containing Keystore.jks file of the ATP wallet
|
|
345
|
-
*/
|
|
346
|
-
keyStoreFileSecretId?: pulumi.Input<string>;
|
|
347
|
-
/**
|
|
348
|
-
* Measurement name for influx
|
|
349
|
-
*/
|
|
350
|
-
measurementName?: pulumi.Input<string>;
|
|
351
|
-
/**
|
|
352
|
-
* Object storage namespace
|
|
353
|
-
*/
|
|
354
|
-
namespace?: pulumi.Input<string>;
|
|
355
|
-
/**
|
|
356
|
-
* File name
|
|
357
|
-
*/
|
|
358
|
-
object?: pulumi.Input<string>;
|
|
359
|
-
/**
|
|
360
|
-
* OCID of the secret that contains jdbc properties file of ATP wallet
|
|
361
|
-
*/
|
|
362
|
-
ojdbcFileSecretId?: pulumi.Input<string>;
|
|
363
|
-
/**
|
|
364
|
-
* Password Secret Id for the influx connection
|
|
365
|
-
*/
|
|
366
|
-
passwordSecretId?: pulumi.Input<string>;
|
|
367
|
-
/**
|
|
368
|
-
* atp database table name
|
|
369
|
-
*/
|
|
370
|
-
tableName?: pulumi.Input<string>;
|
|
371
|
-
/**
|
|
372
|
-
* OCID of the secret that contains the tnsnames file of ATP wallet
|
|
373
|
-
*/
|
|
374
|
-
tnsnamesFileSecretId?: pulumi.Input<string>;
|
|
375
|
-
/**
|
|
376
|
-
* OCID of the secret containing truststore.jks file of the ATP wallet
|
|
377
|
-
*/
|
|
378
|
-
truststoreFileSecretId?: pulumi.Input<string>;
|
|
379
|
-
/**
|
|
380
|
-
* public IP address and port to influx DB
|
|
381
|
-
*/
|
|
382
|
-
url?: pulumi.Input<string>;
|
|
383
|
-
/**
|
|
384
|
-
* Username for connection to Influx
|
|
385
|
-
*/
|
|
386
|
-
userName?: pulumi.Input<string>;
|
|
387
|
-
/**
|
|
388
|
-
* Possible data sources
|
|
389
|
-
*/
|
|
390
|
-
versionSpecificDetails?: pulumi.Input<inputs.AiAnomalyDetection.DataAssetDataSourceDetailsVersionSpecificDetails>;
|
|
391
|
-
/**
|
|
392
|
-
* wallet password Secret ID in String format
|
|
393
|
-
*/
|
|
394
|
-
walletPasswordSecretId?: pulumi.Input<string>;
|
|
395
|
-
}
|
|
396
|
-
interface DataAssetDataSourceDetailsVersionSpecificDetails {
|
|
397
|
-
/**
|
|
398
|
-
* Bucket Name for influx connection
|
|
399
|
-
*/
|
|
400
|
-
bucket?: pulumi.Input<string>;
|
|
401
|
-
/**
|
|
402
|
-
* DB Name for influx connection
|
|
403
|
-
*/
|
|
404
|
-
databaseName?: pulumi.Input<string>;
|
|
405
|
-
/**
|
|
406
|
-
* Data source type where actually data asset is being stored
|
|
407
|
-
*/
|
|
408
|
-
influxVersion: pulumi.Input<string>;
|
|
409
|
-
/**
|
|
410
|
-
* Org name for the influx db
|
|
411
|
-
*/
|
|
412
|
-
organizationName?: pulumi.Input<string>;
|
|
413
|
-
/**
|
|
414
|
-
* retention policy is how long the bucket would last
|
|
415
|
-
*/
|
|
416
|
-
retentionPolicyName?: pulumi.Input<string>;
|
|
417
|
-
}
|
|
418
|
-
interface DetectAnomalyJobInputDetails {
|
|
419
|
-
content?: pulumi.Input<string>;
|
|
420
|
-
contentType?: pulumi.Input<string>;
|
|
421
|
-
/**
|
|
422
|
-
* Array containing data.
|
|
423
|
-
*/
|
|
424
|
-
datas?: pulumi.Input<pulumi.Input<inputs.AiAnomalyDetection.DetectAnomalyJobInputDetailsData>[]>;
|
|
425
|
-
/**
|
|
426
|
-
* Type of request. This parameter is automatically populated by classes generated by the SDK. For raw curl requests, you must provide this field.
|
|
427
|
-
*/
|
|
428
|
-
inputType: pulumi.Input<string>;
|
|
429
|
-
/**
|
|
430
|
-
* Inline input details.
|
|
431
|
-
*/
|
|
432
|
-
message?: pulumi.Input<string>;
|
|
433
|
-
/**
|
|
434
|
-
* List of ObjectLocations.
|
|
435
|
-
*/
|
|
436
|
-
objectLocations?: pulumi.Input<pulumi.Input<inputs.AiAnomalyDetection.DetectAnomalyJobInputDetailsObjectLocation>[]>;
|
|
437
|
-
/**
|
|
438
|
-
* List of signal names.
|
|
439
|
-
*/
|
|
440
|
-
signalNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
441
|
-
}
|
|
442
|
-
interface DetectAnomalyJobInputDetailsData {
|
|
443
|
-
/**
|
|
444
|
-
* Nullable string representing timestamp.
|
|
445
|
-
*/
|
|
446
|
-
timestamp?: pulumi.Input<string>;
|
|
447
|
-
/**
|
|
448
|
-
* Array of double precision values.
|
|
449
|
-
*/
|
|
450
|
-
values?: pulumi.Input<pulumi.Input<number>[]>;
|
|
451
|
-
}
|
|
452
|
-
interface DetectAnomalyJobInputDetailsObjectLocation {
|
|
453
|
-
/**
|
|
454
|
-
* Object Storage bucket name.
|
|
455
|
-
*/
|
|
456
|
-
bucket?: pulumi.Input<string>;
|
|
457
|
-
/**
|
|
458
|
-
* Object Storage namespace name.
|
|
459
|
-
*/
|
|
460
|
-
namespace?: pulumi.Input<string>;
|
|
461
|
-
/**
|
|
462
|
-
* Object Storage object name.
|
|
463
|
-
*/
|
|
464
|
-
object?: pulumi.Input<string>;
|
|
465
|
-
}
|
|
466
|
-
interface DetectAnomalyJobOutputDetails {
|
|
467
|
-
/**
|
|
468
|
-
* Object Storage bucket name.
|
|
469
|
-
*/
|
|
470
|
-
bucket: pulumi.Input<string>;
|
|
471
|
-
/**
|
|
472
|
-
* Object Storage namespace.
|
|
473
|
-
*/
|
|
474
|
-
namespace: pulumi.Input<string>;
|
|
475
|
-
/**
|
|
476
|
-
* The type of output location. Allowed values are:
|
|
477
|
-
* * `OBJECT_STORAGE`: Object store output location.
|
|
478
|
-
*/
|
|
479
|
-
outputType: pulumi.Input<string>;
|
|
480
|
-
/**
|
|
481
|
-
* Object Storage folder name.
|
|
482
|
-
*/
|
|
483
|
-
prefix?: pulumi.Input<string>;
|
|
484
|
-
}
|
|
485
|
-
interface GetAiPrivateEndpointsFilter {
|
|
486
|
-
name: string;
|
|
487
|
-
regex?: boolean;
|
|
488
|
-
values: string[];
|
|
489
|
-
}
|
|
490
|
-
interface GetAiPrivateEndpointsFilterArgs {
|
|
491
|
-
name: pulumi.Input<string>;
|
|
492
|
-
regex?: pulumi.Input<boolean>;
|
|
493
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
494
|
-
}
|
|
495
|
-
interface GetDetectAnomalyJobsFilter {
|
|
496
|
-
name: string;
|
|
497
|
-
regex?: boolean;
|
|
498
|
-
values: string[];
|
|
499
|
-
}
|
|
500
|
-
interface GetDetectAnomalyJobsFilterArgs {
|
|
501
|
-
name: pulumi.Input<string>;
|
|
502
|
-
regex?: pulumi.Input<boolean>;
|
|
503
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
504
|
-
}
|
|
505
|
-
interface GetDetectionDataAssetsFilter {
|
|
506
|
-
name: string;
|
|
507
|
-
regex?: boolean;
|
|
508
|
-
values: string[];
|
|
509
|
-
}
|
|
510
|
-
interface GetDetectionDataAssetsFilterArgs {
|
|
511
|
-
name: pulumi.Input<string>;
|
|
512
|
-
regex?: pulumi.Input<boolean>;
|
|
513
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
514
|
-
}
|
|
515
|
-
interface GetDetectionModelsFilter {
|
|
313
|
+
export declare namespace AiDocument {
|
|
314
|
+
interface GetModelsFilter {
|
|
516
315
|
name: string;
|
|
517
316
|
regex?: boolean;
|
|
518
317
|
values: string[];
|
|
519
318
|
}
|
|
520
|
-
interface
|
|
319
|
+
interface GetModelsFilterArgs {
|
|
521
320
|
name: pulumi.Input<string>;
|
|
522
321
|
regex?: pulumi.Input<boolean>;
|
|
523
322
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
524
323
|
}
|
|
525
|
-
interface
|
|
324
|
+
interface GetProjectsFilter {
|
|
526
325
|
name: string;
|
|
527
326
|
regex?: boolean;
|
|
528
327
|
values: string[];
|
|
529
328
|
}
|
|
530
|
-
interface
|
|
329
|
+
interface GetProjectsFilterArgs {
|
|
531
330
|
name: pulumi.Input<string>;
|
|
532
331
|
regex?: pulumi.Input<boolean>;
|
|
533
332
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
534
333
|
}
|
|
535
|
-
interface
|
|
536
|
-
/**
|
|
537
|
-
* User can choose specific algorithm for training.
|
|
538
|
-
*/
|
|
539
|
-
algorithmHint?: pulumi.Input<string>;
|
|
540
|
-
/**
|
|
541
|
-
* The list of OCIDs of the data assets to train the model. The dataAssets have to be in the same project where the ai model would reside.
|
|
542
|
-
*/
|
|
543
|
-
dataAssetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
544
|
-
/**
|
|
545
|
-
* A target model accuracy metric user provides as their requirement
|
|
546
|
-
*/
|
|
547
|
-
targetFap?: pulumi.Input<number>;
|
|
548
|
-
/**
|
|
549
|
-
* Fraction of total data that is used for training the model. The remaining is used for validation of the model.
|
|
550
|
-
*/
|
|
551
|
-
trainingFraction?: pulumi.Input<number>;
|
|
552
|
-
/**
|
|
553
|
-
* This value would determine the window size of the training algorithm.
|
|
554
|
-
*/
|
|
555
|
-
windowSize?: pulumi.Input<number>;
|
|
556
|
-
}
|
|
557
|
-
interface ModelModelTrainingResult {
|
|
558
|
-
/**
|
|
559
|
-
* Accuracy metric for a signal.
|
|
560
|
-
*/
|
|
561
|
-
fap?: pulumi.Input<number>;
|
|
562
|
-
/**
|
|
563
|
-
* A boolean value to indicate if train goal/targetFap is achieved for trained model
|
|
564
|
-
*/
|
|
565
|
-
isTrainingGoalAchieved?: pulumi.Input<boolean>;
|
|
566
|
-
mae?: pulumi.Input<number>;
|
|
567
|
-
maxInferenceSyncRows?: pulumi.Input<number>;
|
|
568
|
-
/**
|
|
569
|
-
* The model accuracy metric on timestamp level.
|
|
570
|
-
*/
|
|
571
|
-
multivariateFap?: pulumi.Input<number>;
|
|
572
|
-
rmse?: pulumi.Input<number>;
|
|
573
|
-
/**
|
|
574
|
-
* Information regarding how/what row reduction methods will be applied. If this property is not present or is null, then it means row reduction is not applied.
|
|
575
|
-
*/
|
|
576
|
-
rowReductionDetails?: pulumi.Input<pulumi.Input<inputs.AiAnomalyDetection.ModelModelTrainingResultRowReductionDetail>[]>;
|
|
577
|
-
/**
|
|
578
|
-
* The list of signal details.
|
|
579
|
-
*/
|
|
580
|
-
signalDetails?: pulumi.Input<pulumi.Input<inputs.AiAnomalyDetection.ModelModelTrainingResultSignalDetail>[]>;
|
|
581
|
-
/**
|
|
582
|
-
* A warning message to explain the reason when targetFap cannot be achieved for trained model
|
|
583
|
-
*/
|
|
584
|
-
warning?: pulumi.Input<string>;
|
|
585
|
-
/**
|
|
586
|
-
* Window size defined during training or deduced by the algorithm.
|
|
587
|
-
*/
|
|
588
|
-
windowSize?: pulumi.Input<number>;
|
|
589
|
-
}
|
|
590
|
-
interface ModelModelTrainingResultRowReductionDetail {
|
|
591
|
-
/**
|
|
592
|
-
* A boolean value to indicate if row reduction is applied
|
|
593
|
-
*/
|
|
594
|
-
isReductionEnabled?: pulumi.Input<boolean>;
|
|
595
|
-
/**
|
|
596
|
-
* Method for row reduction:
|
|
597
|
-
* * DELETE_ROW - delete rows with equal intervals
|
|
598
|
-
* * AVERAGE_ROW - average multiple rows to one row
|
|
599
|
-
*/
|
|
600
|
-
reductionMethod?: pulumi.Input<string>;
|
|
334
|
+
interface ModelComponentModel {
|
|
601
335
|
/**
|
|
602
|
-
*
|
|
336
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of active custom Key Value model that need to be composed.
|
|
603
337
|
*/
|
|
604
|
-
|
|
338
|
+
modelId?: pulumi.Input<string>;
|
|
605
339
|
}
|
|
606
|
-
interface
|
|
607
|
-
/**
|
|
608
|
-
* detailed information for a signal.
|
|
609
|
-
*/
|
|
610
|
-
details?: pulumi.Input<string>;
|
|
611
|
-
/**
|
|
612
|
-
* Accuracy metric for a signal.
|
|
613
|
-
*/
|
|
614
|
-
fap?: pulumi.Input<number>;
|
|
615
|
-
/**
|
|
616
|
-
* A boolean value to indicate if a signal is quantized or not.
|
|
617
|
-
*/
|
|
618
|
-
isQuantized?: pulumi.Input<boolean>;
|
|
619
|
-
/**
|
|
620
|
-
* Max value within a signal.
|
|
621
|
-
*/
|
|
622
|
-
max?: pulumi.Input<number>;
|
|
340
|
+
interface ModelLock {
|
|
623
341
|
/**
|
|
624
|
-
*
|
|
342
|
+
* (Updatable) The compartment identifier.
|
|
625
343
|
*/
|
|
626
|
-
|
|
627
|
-
/**
|
|
628
|
-
* The ratio of missing values in a signal filled/imputed by the IDP algorithm.
|
|
629
|
-
*/
|
|
630
|
-
mviRatio?: pulumi.Input<number>;
|
|
344
|
+
compartmentId?: pulumi.Input<string>;
|
|
631
345
|
/**
|
|
632
|
-
* The
|
|
346
|
+
* A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
|
633
347
|
*/
|
|
634
|
-
|
|
348
|
+
message?: pulumi.Input<string>;
|
|
635
349
|
/**
|
|
636
|
-
*
|
|
637
|
-
* * ACCEPTED - the signal is used for training the model
|
|
638
|
-
* * DROPPED - the signal does not meet requirement, and is dropped before training the model.
|
|
639
|
-
* * OTHER - placeholder for other status
|
|
350
|
+
* The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
|
640
351
|
*/
|
|
641
|
-
|
|
352
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
642
353
|
/**
|
|
643
|
-
*
|
|
354
|
+
* When the model was created, as an RFC3339 datetime string.
|
|
644
355
|
*/
|
|
645
|
-
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
export declare namespace AiDocument {
|
|
649
|
-
interface GetModelsFilter {
|
|
650
|
-
name: string;
|
|
651
|
-
regex?: boolean;
|
|
652
|
-
values: string[];
|
|
653
|
-
}
|
|
654
|
-
interface GetModelsFilterArgs {
|
|
655
|
-
name: pulumi.Input<string>;
|
|
656
|
-
regex?: pulumi.Input<boolean>;
|
|
657
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
658
|
-
}
|
|
659
|
-
interface GetProjectsFilter {
|
|
660
|
-
name: string;
|
|
661
|
-
regex?: boolean;
|
|
662
|
-
values: string[];
|
|
663
|
-
}
|
|
664
|
-
interface GetProjectsFilterArgs {
|
|
665
|
-
name: pulumi.Input<string>;
|
|
666
|
-
regex?: pulumi.Input<boolean>;
|
|
667
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
668
|
-
}
|
|
669
|
-
interface ModelComponentModel {
|
|
356
|
+
timeCreated?: pulumi.Input<string>;
|
|
670
357
|
/**
|
|
671
|
-
*
|
|
358
|
+
* Lock type.
|
|
672
359
|
*/
|
|
673
|
-
|
|
360
|
+
type: pulumi.Input<string>;
|
|
674
361
|
}
|
|
675
362
|
interface ModelMetric {
|
|
676
363
|
/**
|
|
@@ -780,6 +467,23 @@ export declare namespace AiDocument {
|
|
|
780
467
|
*/
|
|
781
468
|
threshold?: pulumi.Input<number>;
|
|
782
469
|
}
|
|
470
|
+
interface ModelModelSubType {
|
|
471
|
+
/**
|
|
472
|
+
* The model sub type for PRE_TRAINED_KEY_VALUE_EXTRACTION The allowed values are:
|
|
473
|
+
* * `RECEIPT`
|
|
474
|
+
* * `INVOICE`
|
|
475
|
+
* * `PASSPORT`
|
|
476
|
+
* * `DRIVER_LICENSE`
|
|
477
|
+
* * `HEALTH_INSURANCE_ID`
|
|
478
|
+
*/
|
|
479
|
+
modelSubType: pulumi.Input<string>;
|
|
480
|
+
/**
|
|
481
|
+
* Sub type model based on the model type. The allowed values are:
|
|
482
|
+
* * `PRE_TRAINED_KEY_VALUE_EXTRACTION`
|
|
483
|
+
* * `PRE_TRAINED_DOCUMENT_ELEMENTS_EXTRACTION`
|
|
484
|
+
*/
|
|
485
|
+
modelType: pulumi.Input<string>;
|
|
486
|
+
}
|
|
783
487
|
interface ModelTestingDataset {
|
|
784
488
|
/**
|
|
785
489
|
* The name of the Object Storage bucket that contains the input data file.
|
|
@@ -859,6 +563,10 @@ export declare namespace AiDocument {
|
|
|
859
563
|
* The list of ObjectLocations.
|
|
860
564
|
*/
|
|
861
565
|
objectLocations?: pulumi.Input<pulumi.Input<inputs.AiDocument.ProcessorJobInputLocationObjectLocation>[]>;
|
|
566
|
+
/**
|
|
567
|
+
* The page ranges to be analysed.
|
|
568
|
+
*/
|
|
569
|
+
pageRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
862
570
|
/**
|
|
863
571
|
* The type of input location. The allowed values are:
|
|
864
572
|
* * `OBJECT_STORAGE_LOCATIONS`: A list of object locations in Object Storage.
|
|
@@ -879,6 +587,10 @@ export declare namespace AiDocument {
|
|
|
879
587
|
* The Object Storage object name.
|
|
880
588
|
*/
|
|
881
589
|
object?: pulumi.Input<string>;
|
|
590
|
+
/**
|
|
591
|
+
* The page ranges to be analysed.
|
|
592
|
+
*/
|
|
593
|
+
pageRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
882
594
|
}
|
|
883
595
|
interface ProcessorJobOutputLocation {
|
|
884
596
|
/**
|
|
@@ -911,6 +623,14 @@ export declare namespace AiDocument {
|
|
|
911
623
|
* The document language, abbreviated according to the BCP 47 Language-Tag syntax.
|
|
912
624
|
*/
|
|
913
625
|
language?: pulumi.Input<string>;
|
|
626
|
+
/**
|
|
627
|
+
* Unique identifier custom model OCID that should be used for inference.
|
|
628
|
+
*/
|
|
629
|
+
modelId?: pulumi.Input<string>;
|
|
630
|
+
/**
|
|
631
|
+
* A string-to-object map where the key is the normalization field and the object contains information about the field.
|
|
632
|
+
*/
|
|
633
|
+
normalizationFields?: pulumi.Input<pulumi.Input<inputs.AiDocument.ProcessorJobProcessorConfigNormalizationField>[]>;
|
|
914
634
|
/**
|
|
915
635
|
* The type of the processor.
|
|
916
636
|
*
|
|
@@ -928,6 +648,7 @@ export declare namespace AiDocument {
|
|
|
928
648
|
* * `TABLE_EXTRACTION`: Detect and extract data in tables.
|
|
929
649
|
* * `KEY_VALUE_EXTRACTION`: Extract form fields.
|
|
930
650
|
* * `DOCUMENT_CLASSIFICATION`: Identify the type of document.
|
|
651
|
+
* * `DOCUMENT_ELEMENTS_EXTRACTION`: Extract information from bar code
|
|
931
652
|
*/
|
|
932
653
|
featureType: pulumi.Input<string>;
|
|
933
654
|
/**
|
|
@@ -939,14 +660,52 @@ export declare namespace AiDocument {
|
|
|
939
660
|
*/
|
|
940
661
|
maxResults?: pulumi.Input<number>;
|
|
941
662
|
/**
|
|
942
|
-
*
|
|
663
|
+
* Unique identifier custom model OCID that should be used for inference.
|
|
943
664
|
*/
|
|
944
665
|
modelId?: pulumi.Input<string>;
|
|
666
|
+
/**
|
|
667
|
+
* Whether checkbox detection feature is enabled or disabled.
|
|
668
|
+
*/
|
|
669
|
+
selectionMarkDetection?: pulumi.Input<boolean>;
|
|
945
670
|
/**
|
|
946
671
|
* The custom model tenancy ID when modelId represents aliasName.
|
|
947
672
|
*/
|
|
948
673
|
tenancyId?: pulumi.Input<string>;
|
|
949
674
|
}
|
|
675
|
+
interface ProcessorJobProcessorConfigNormalizationField {
|
|
676
|
+
/**
|
|
677
|
+
* A wrapped map.
|
|
678
|
+
*/
|
|
679
|
+
maps?: pulumi.Input<pulumi.Input<inputs.AiDocument.ProcessorJobProcessorConfigNormalizationFieldMap>[]>;
|
|
680
|
+
}
|
|
681
|
+
interface ProcessorJobProcessorConfigNormalizationFieldMap {
|
|
682
|
+
/**
|
|
683
|
+
* A string mapping to the normalization type.
|
|
684
|
+
*/
|
|
685
|
+
normalizationType?: pulumi.Input<string>;
|
|
686
|
+
}
|
|
687
|
+
interface ProjectLock {
|
|
688
|
+
/**
|
|
689
|
+
* (Updatable) The compartment identifier.
|
|
690
|
+
*/
|
|
691
|
+
compartmentId?: pulumi.Input<string>;
|
|
692
|
+
/**
|
|
693
|
+
* A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
|
694
|
+
*/
|
|
695
|
+
message?: pulumi.Input<string>;
|
|
696
|
+
/**
|
|
697
|
+
* The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
|
698
|
+
*/
|
|
699
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
700
|
+
/**
|
|
701
|
+
* When the project was created, as an RFC3339 datetime string.
|
|
702
|
+
*/
|
|
703
|
+
timeCreated?: pulumi.Input<string>;
|
|
704
|
+
/**
|
|
705
|
+
* Lock type.
|
|
706
|
+
*/
|
|
707
|
+
type: pulumi.Input<string>;
|
|
708
|
+
}
|
|
950
709
|
}
|
|
951
710
|
export declare namespace AiLanguage {
|
|
952
711
|
interface GetEndpointsFilter {
|
|
@@ -1483,6 +1242,28 @@ export declare namespace AnnouncementsService {
|
|
|
1483
1242
|
}
|
|
1484
1243
|
}
|
|
1485
1244
|
export declare namespace ApiGateway {
|
|
1245
|
+
interface ApiLock {
|
|
1246
|
+
/**
|
|
1247
|
+
* A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
|
1248
|
+
*/
|
|
1249
|
+
message?: pulumi.Input<string>;
|
|
1250
|
+
/**
|
|
1251
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
1252
|
+
*/
|
|
1253
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
1254
|
+
/**
|
|
1255
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
1256
|
+
*/
|
|
1257
|
+
timeCreated?: pulumi.Input<string>;
|
|
1258
|
+
/**
|
|
1259
|
+
* Type of the lock.
|
|
1260
|
+
*
|
|
1261
|
+
*
|
|
1262
|
+
* ** IMPORTANT **
|
|
1263
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
1264
|
+
*/
|
|
1265
|
+
type: pulumi.Input<string>;
|
|
1266
|
+
}
|
|
1486
1267
|
interface ApiValidationResult {
|
|
1487
1268
|
/**
|
|
1488
1269
|
* Name of the validation.
|
|
@@ -1493,6 +1274,42 @@ export declare namespace ApiGateway {
|
|
|
1493
1274
|
*/
|
|
1494
1275
|
result?: pulumi.Input<string>;
|
|
1495
1276
|
}
|
|
1277
|
+
interface CertificateLock {
|
|
1278
|
+
/**
|
|
1279
|
+
* A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
|
1280
|
+
*/
|
|
1281
|
+
message?: pulumi.Input<string>;
|
|
1282
|
+
/**
|
|
1283
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
1284
|
+
*/
|
|
1285
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
1286
|
+
/**
|
|
1287
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
1288
|
+
*/
|
|
1289
|
+
timeCreated?: pulumi.Input<string>;
|
|
1290
|
+
/**
|
|
1291
|
+
* Type of the lock.
|
|
1292
|
+
*/
|
|
1293
|
+
type: pulumi.Input<string>;
|
|
1294
|
+
}
|
|
1295
|
+
interface DeploymentLock {
|
|
1296
|
+
/**
|
|
1297
|
+
* A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
|
1298
|
+
*/
|
|
1299
|
+
message?: pulumi.Input<string>;
|
|
1300
|
+
/**
|
|
1301
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
1302
|
+
*/
|
|
1303
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
1304
|
+
/**
|
|
1305
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
1306
|
+
*/
|
|
1307
|
+
timeCreated?: pulumi.Input<string>;
|
|
1308
|
+
/**
|
|
1309
|
+
* Type of the lock.
|
|
1310
|
+
*/
|
|
1311
|
+
type: pulumi.Input<string>;
|
|
1312
|
+
}
|
|
1496
1313
|
interface DeploymentSpecification {
|
|
1497
1314
|
/**
|
|
1498
1315
|
* (Updatable) Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
|
|
@@ -2539,7 +2356,7 @@ export declare namespace ApiGateway {
|
|
|
2539
2356
|
}
|
|
2540
2357
|
interface DeploymentSpecificationRouteBackend {
|
|
2541
2358
|
/**
|
|
2542
|
-
* (Updatable)
|
|
2359
|
+
* (Updatable) A list of allowed post-logout URLs to which a request can be redirected after revoke access
|
|
2543
2360
|
*/
|
|
2544
2361
|
allowedPostLogoutUris?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2545
2362
|
/**
|
|
@@ -2591,7 +2408,7 @@ export declare namespace ApiGateway {
|
|
|
2591
2408
|
*/
|
|
2592
2409
|
type: pulumi.Input<string>;
|
|
2593
2410
|
/**
|
|
2594
|
-
* (Updatable)
|
|
2411
|
+
* (Updatable) The url of the HTTP Backend
|
|
2595
2412
|
*/
|
|
2596
2413
|
url?: pulumi.Input<string>;
|
|
2597
2414
|
}
|
|
@@ -2628,6 +2445,9 @@ export declare namespace ApiGateway {
|
|
|
2628
2445
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
|
2629
2446
|
*/
|
|
2630
2447
|
functionId?: pulumi.Input<string>;
|
|
2448
|
+
/**
|
|
2449
|
+
* The List of Headers
|
|
2450
|
+
*/
|
|
2631
2451
|
headers?: pulumi.Input<pulumi.Input<inputs.ApiGateway.DeploymentSpecificationRouteBackendRoutingBackendBackendHeader>[]>;
|
|
2632
2452
|
/**
|
|
2633
2453
|
* Defines whether or not to uphold SSL verification.
|
|
@@ -2649,6 +2469,9 @@ export declare namespace ApiGateway {
|
|
|
2649
2469
|
* Type of the Response Cache Store Policy.
|
|
2650
2470
|
*/
|
|
2651
2471
|
type: pulumi.Input<string>;
|
|
2472
|
+
/**
|
|
2473
|
+
* The url of the HTTP Backend
|
|
2474
|
+
*/
|
|
2652
2475
|
url?: pulumi.Input<string>;
|
|
2653
2476
|
}
|
|
2654
2477
|
interface DeploymentSpecificationRouteBackendRoutingBackendBackendHeader {
|
|
@@ -2901,7 +2724,7 @@ export declare namespace ApiGateway {
|
|
|
2901
2724
|
}
|
|
2902
2725
|
interface DeploymentSpecificationRouteRequestPoliciesHeaderValidations {
|
|
2903
2726
|
/**
|
|
2904
|
-
* (Updatable)
|
|
2727
|
+
* (Updatable) The List of Headers
|
|
2905
2728
|
*/
|
|
2906
2729
|
headers?: pulumi.Input<pulumi.Input<inputs.ApiGateway.DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader>[]>;
|
|
2907
2730
|
/**
|
|
@@ -2993,7 +2816,7 @@ export declare namespace ApiGateway {
|
|
|
2993
2816
|
}
|
|
2994
2817
|
interface DeploymentSpecificationRouteRequestPoliciesQueryParameterValidations {
|
|
2995
2818
|
/**
|
|
2996
|
-
* (Updatable)
|
|
2819
|
+
* (Updatable) The List of Query Parameters
|
|
2997
2820
|
*/
|
|
2998
2821
|
parameters?: pulumi.Input<pulumi.Input<inputs.ApiGateway.DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameter>[]>;
|
|
2999
2822
|
/**
|
|
@@ -3149,6 +2972,24 @@ export declare namespace ApiGateway {
|
|
|
3149
2972
|
*/
|
|
3150
2973
|
ipAddress?: pulumi.Input<string>;
|
|
3151
2974
|
}
|
|
2975
|
+
interface GatewayLock {
|
|
2976
|
+
/**
|
|
2977
|
+
* A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
|
2978
|
+
*/
|
|
2979
|
+
message?: pulumi.Input<string>;
|
|
2980
|
+
/**
|
|
2981
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
2982
|
+
*/
|
|
2983
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
2984
|
+
/**
|
|
2985
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
2986
|
+
*/
|
|
2987
|
+
timeCreated?: pulumi.Input<string>;
|
|
2988
|
+
/**
|
|
2989
|
+
* Type of the lock.
|
|
2990
|
+
*/
|
|
2991
|
+
type: pulumi.Input<string>;
|
|
2992
|
+
}
|
|
3152
2993
|
interface GatewayResponseCacheDetails {
|
|
3153
2994
|
/**
|
|
3154
2995
|
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
|
@@ -3297,6 +3138,24 @@ export declare namespace ApiGateway {
|
|
|
3297
3138
|
*/
|
|
3298
3139
|
token: pulumi.Input<string>;
|
|
3299
3140
|
}
|
|
3141
|
+
interface SubscriberLock {
|
|
3142
|
+
/**
|
|
3143
|
+
* A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
|
3144
|
+
*/
|
|
3145
|
+
message?: pulumi.Input<string>;
|
|
3146
|
+
/**
|
|
3147
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
3148
|
+
*/
|
|
3149
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
3150
|
+
/**
|
|
3151
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
3152
|
+
*/
|
|
3153
|
+
timeCreated?: pulumi.Input<string>;
|
|
3154
|
+
/**
|
|
3155
|
+
* Type of the lock.
|
|
3156
|
+
*/
|
|
3157
|
+
type: pulumi.Input<string>;
|
|
3158
|
+
}
|
|
3300
3159
|
interface UsagePlanEntitlement {
|
|
3301
3160
|
/**
|
|
3302
3161
|
* (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
|
|
@@ -3353,6 +3212,28 @@ export declare namespace ApiGateway {
|
|
|
3353
3212
|
*/
|
|
3354
3213
|
deploymentId: pulumi.Input<string>;
|
|
3355
3214
|
}
|
|
3215
|
+
interface UsagePlanLock {
|
|
3216
|
+
/**
|
|
3217
|
+
* A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
|
3218
|
+
*/
|
|
3219
|
+
message?: pulumi.Input<string>;
|
|
3220
|
+
/**
|
|
3221
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
3222
|
+
*/
|
|
3223
|
+
relatedResourceId?: pulumi.Input<string>;
|
|
3224
|
+
/**
|
|
3225
|
+
* The time this resource was created. An RFC3339 formatted datetime string.
|
|
3226
|
+
*/
|
|
3227
|
+
timeCreated?: pulumi.Input<string>;
|
|
3228
|
+
/**
|
|
3229
|
+
* Type of the lock.
|
|
3230
|
+
*
|
|
3231
|
+
*
|
|
3232
|
+
* ** IMPORTANT **
|
|
3233
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
3234
|
+
*/
|
|
3235
|
+
type: pulumi.Input<string>;
|
|
3236
|
+
}
|
|
3356
3237
|
}
|
|
3357
3238
|
export declare namespace Apm {
|
|
3358
3239
|
interface GetApmDomainsFilter {
|
|
@@ -3383,6 +3264,26 @@ export declare namespace Apm {
|
|
|
3383
3264
|
}
|
|
3384
3265
|
}
|
|
3385
3266
|
export declare namespace ApmConfig {
|
|
3267
|
+
interface ConfigConfig {
|
|
3268
|
+
/**
|
|
3269
|
+
* (Updatable) Map of an agent configuration file.
|
|
3270
|
+
*/
|
|
3271
|
+
configMaps?: pulumi.Input<pulumi.Input<inputs.ApmConfig.ConfigConfigConfigMap>[]>;
|
|
3272
|
+
}
|
|
3273
|
+
interface ConfigConfigConfigMap {
|
|
3274
|
+
/**
|
|
3275
|
+
* The Base64 encoded agent configuration file.
|
|
3276
|
+
*/
|
|
3277
|
+
body?: pulumi.Input<string>;
|
|
3278
|
+
/**
|
|
3279
|
+
* (Updatable) The MIME Content-Type that describes the content of the body field, for example, text/yaml or text/yaml; charset=utf-8
|
|
3280
|
+
*/
|
|
3281
|
+
contentType?: pulumi.Input<string>;
|
|
3282
|
+
/**
|
|
3283
|
+
* (Updatable) An agent configuration file name.
|
|
3284
|
+
*/
|
|
3285
|
+
fileName?: pulumi.Input<string>;
|
|
3286
|
+
}
|
|
3386
3287
|
interface ConfigDimension {
|
|
3387
3288
|
/**
|
|
3388
3289
|
* (Updatable) The name of the dimension.
|
|
@@ -3429,6 +3330,24 @@ export declare namespace ApmConfig {
|
|
|
3429
3330
|
*/
|
|
3430
3331
|
valueSource?: pulumi.Input<string>;
|
|
3431
3332
|
}
|
|
3333
|
+
interface ConfigOverrides {
|
|
3334
|
+
/**
|
|
3335
|
+
* (Updatable)
|
|
3336
|
+
*/
|
|
3337
|
+
overrideLists?: pulumi.Input<pulumi.Input<inputs.ApmConfig.ConfigOverridesOverrideList>[]>;
|
|
3338
|
+
}
|
|
3339
|
+
interface ConfigOverridesOverrideList {
|
|
3340
|
+
/**
|
|
3341
|
+
* (Updatable) The string that defines the Agent Filter expression.
|
|
3342
|
+
*/
|
|
3343
|
+
agentFilter?: pulumi.Input<string>;
|
|
3344
|
+
/**
|
|
3345
|
+
* (Updatable) A map whose key is a substitution variable specified within the configuration's body. For example, if below was specified in the configuration's body {{ isJfrEnabled | default false }} Then a valid map key would be "isJfrEnabled". The value is typically different than the default specified in the configuration's body. Thus, in this example, the map entry could be "isJfrEnabled": true
|
|
3346
|
+
*/
|
|
3347
|
+
overrideMap?: pulumi.Input<{
|
|
3348
|
+
[key: string]: pulumi.Input<string>;
|
|
3349
|
+
}>;
|
|
3350
|
+
}
|
|
3432
3351
|
interface ConfigRule {
|
|
3433
3352
|
/**
|
|
3434
3353
|
* (Updatable) The name by which a configuration entity is displayed to the end user.
|
|
@@ -3456,10 +3375,6 @@ export declare namespace ApmConfig {
|
|
|
3456
3375
|
satisfiedResponseTime?: pulumi.Input<number>;
|
|
3457
3376
|
/**
|
|
3458
3377
|
* (Updatable) The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
|
|
3459
|
-
*
|
|
3460
|
-
*
|
|
3461
|
-
* ** IMPORTANT **
|
|
3462
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
3463
3378
|
*/
|
|
3464
3379
|
toleratingResponseTime?: pulumi.Input<number>;
|
|
3465
3380
|
}
|
|
@@ -4157,6 +4072,90 @@ export declare namespace ApmTraces {
|
|
|
4157
4072
|
regex?: pulumi.Input<boolean>;
|
|
4158
4073
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
4159
4074
|
}
|
|
4075
|
+
interface GetScheduledQueriesFilter {
|
|
4076
|
+
/**
|
|
4077
|
+
* Name of the Custom Metric.
|
|
4078
|
+
*/
|
|
4079
|
+
name: string;
|
|
4080
|
+
regex?: boolean;
|
|
4081
|
+
values: string[];
|
|
4082
|
+
}
|
|
4083
|
+
interface GetScheduledQueriesFilterArgs {
|
|
4084
|
+
/**
|
|
4085
|
+
* Name of the Custom Metric.
|
|
4086
|
+
*/
|
|
4087
|
+
name: pulumi.Input<string>;
|
|
4088
|
+
regex?: pulumi.Input<boolean>;
|
|
4089
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
4090
|
+
}
|
|
4091
|
+
interface ScheduledQueryScheduledQueryProcessingConfiguration {
|
|
4092
|
+
/**
|
|
4093
|
+
* (Updatable) Definition of the Custom Metric.
|
|
4094
|
+
*/
|
|
4095
|
+
customMetric?: pulumi.Input<inputs.ApmTraces.ScheduledQueryScheduledQueryProcessingConfigurationCustomMetric>;
|
|
4096
|
+
/**
|
|
4097
|
+
* (Updatable) Definition of the object storage.
|
|
4098
|
+
*/
|
|
4099
|
+
objectStorage?: pulumi.Input<inputs.ApmTraces.ScheduledQueryScheduledQueryProcessingConfigurationObjectStorage>;
|
|
4100
|
+
/**
|
|
4101
|
+
* (Updatable) Definition of the Stream.
|
|
4102
|
+
*/
|
|
4103
|
+
streaming?: pulumi.Input<inputs.ApmTraces.ScheduledQueryScheduledQueryProcessingConfigurationStreaming>;
|
|
4104
|
+
}
|
|
4105
|
+
interface ScheduledQueryScheduledQueryProcessingConfigurationCustomMetric {
|
|
4106
|
+
/**
|
|
4107
|
+
* (Updatable) Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
|
|
4108
|
+
*/
|
|
4109
|
+
compartment?: pulumi.Input<string>;
|
|
4110
|
+
/**
|
|
4111
|
+
* (Updatable) Description of the Custom Metric.
|
|
4112
|
+
*/
|
|
4113
|
+
description?: pulumi.Input<string>;
|
|
4114
|
+
/**
|
|
4115
|
+
* (Updatable) Indicates whether anomaly Detection should be performed on the generated metric.
|
|
4116
|
+
*/
|
|
4117
|
+
isAnomalyDetectionEnabled?: pulumi.Input<boolean>;
|
|
4118
|
+
/**
|
|
4119
|
+
* (Updatable) Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
|
|
4120
|
+
*/
|
|
4121
|
+
isMetricPublished?: pulumi.Input<boolean>;
|
|
4122
|
+
/**
|
|
4123
|
+
* (Updatable) Name of the Custom Metric.
|
|
4124
|
+
*/
|
|
4125
|
+
name: pulumi.Input<string>;
|
|
4126
|
+
/**
|
|
4127
|
+
* (Updatable) Namespace in the Custom Metric. It defaults to `oracleApmCustom` if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace.
|
|
4128
|
+
*/
|
|
4129
|
+
namespace?: pulumi.Input<string>;
|
|
4130
|
+
/**
|
|
4131
|
+
* (Updatable) Resource Group of the Custom Metric.
|
|
4132
|
+
*/
|
|
4133
|
+
resourceGroup?: pulumi.Input<string>;
|
|
4134
|
+
/**
|
|
4135
|
+
* (Updatable) Unit in which the metric value is reported. For example 'ms'.
|
|
4136
|
+
*/
|
|
4137
|
+
unit?: pulumi.Input<string>;
|
|
4138
|
+
}
|
|
4139
|
+
interface ScheduledQueryScheduledQueryProcessingConfigurationObjectStorage {
|
|
4140
|
+
/**
|
|
4141
|
+
* (Updatable) Bucket name in the object store.
|
|
4142
|
+
*/
|
|
4143
|
+
bucket?: pulumi.Input<string>;
|
|
4144
|
+
/**
|
|
4145
|
+
* (Updatable) Namespace in the object store.
|
|
4146
|
+
*/
|
|
4147
|
+
nameSpace?: pulumi.Input<string>;
|
|
4148
|
+
/**
|
|
4149
|
+
* (Updatable) Object name prefix in the object store.
|
|
4150
|
+
*/
|
|
4151
|
+
objectNamePrefix?: pulumi.Input<string>;
|
|
4152
|
+
}
|
|
4153
|
+
interface ScheduledQueryScheduledQueryProcessingConfigurationStreaming {
|
|
4154
|
+
/**
|
|
4155
|
+
* (Updatable) Stream Id.
|
|
4156
|
+
*/
|
|
4157
|
+
streamId?: pulumi.Input<string>;
|
|
4158
|
+
}
|
|
4160
4159
|
}
|
|
4161
4160
|
export declare namespace AppMgmtControl {
|
|
4162
4161
|
interface GetMonitoredInstancesFilter {
|
|
@@ -4285,7 +4284,7 @@ export declare namespace Autoscaling {
|
|
|
4285
4284
|
*/
|
|
4286
4285
|
policyType: pulumi.Input<string>;
|
|
4287
4286
|
/**
|
|
4288
|
-
* An action
|
|
4287
|
+
* An action to run on a resource, such as stopping or starting an instance pool.
|
|
4289
4288
|
*/
|
|
4290
4289
|
resourceAction?: pulumi.Input<inputs.Autoscaling.AutoScalingConfigurationPolicyResourceAction>;
|
|
4291
4290
|
rules?: pulumi.Input<pulumi.Input<inputs.Autoscaling.AutoScalingConfigurationPolicyRule>[]>;
|
|
@@ -4339,7 +4338,7 @@ export declare namespace Autoscaling {
|
|
|
4339
4338
|
interface AutoScalingConfigurationPolicyResourceAction {
|
|
4340
4339
|
action: pulumi.Input<string>;
|
|
4341
4340
|
/**
|
|
4342
|
-
* The
|
|
4341
|
+
* The category of action to run on the resource.
|
|
4343
4342
|
*/
|
|
4344
4343
|
actionType: pulumi.Input<string>;
|
|
4345
4344
|
}
|
|
@@ -4348,14 +4347,14 @@ export declare namespace Autoscaling {
|
|
|
4348
4347
|
* The action to take when autoscaling is triggered.
|
|
4349
4348
|
*/
|
|
4350
4349
|
action?: pulumi.Input<inputs.Autoscaling.AutoScalingConfigurationPolicyRuleAction>;
|
|
4350
|
+
/**
|
|
4351
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
4352
|
+
*/
|
|
4351
4353
|
displayName: pulumi.Input<string>;
|
|
4352
4354
|
/**
|
|
4353
4355
|
* ID of the condition that is assigned after creation.
|
|
4354
4356
|
*/
|
|
4355
4357
|
id?: pulumi.Input<string>;
|
|
4356
|
-
/**
|
|
4357
|
-
* Metric and threshold details for triggering an autoscaling action.
|
|
4358
|
-
*/
|
|
4359
4358
|
metric?: pulumi.Input<inputs.Autoscaling.AutoScalingConfigurationPolicyRuleMetric>;
|
|
4360
4359
|
}
|
|
4361
4360
|
interface AutoScalingConfigurationPolicyRuleAction {
|
|
@@ -4369,7 +4368,45 @@ export declare namespace Autoscaling {
|
|
|
4369
4368
|
value?: pulumi.Input<number>;
|
|
4370
4369
|
}
|
|
4371
4370
|
interface AutoScalingConfigurationPolicyRuleMetric {
|
|
4371
|
+
/**
|
|
4372
|
+
* The OCID of the compartment containing the metrics.
|
|
4373
|
+
*/
|
|
4374
|
+
metricCompartmentId?: pulumi.Input<string>;
|
|
4375
|
+
/**
|
|
4376
|
+
* Source of the metric data for creating the alarm used to trigger autoscaling actions.
|
|
4377
|
+
*
|
|
4378
|
+
* The following values are supported:
|
|
4379
|
+
* * `COMPUTE_AGENT`: CPU or memory metrics emitted by the Compute Instance Monitoring plugin.
|
|
4380
|
+
* * `CUSTOM_QUERY`: A custom Monitoring Query Language (MQL) expression.
|
|
4381
|
+
*/
|
|
4382
|
+
metricSource?: pulumi.Input<string>;
|
|
4372
4383
|
metricType?: pulumi.Input<string>;
|
|
4384
|
+
/**
|
|
4385
|
+
* The namespace for the query.
|
|
4386
|
+
*/
|
|
4387
|
+
namespace?: pulumi.Input<string>;
|
|
4388
|
+
/**
|
|
4389
|
+
* The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
|
|
4390
|
+
*
|
|
4391
|
+
* The duration is specified as a string in ISO 8601 format (`PT10M` for ten minutes or `PT1H` for one hour). Minimum: PT3M. Maximum: PT1H. Default: PT3M.
|
|
4392
|
+
*/
|
|
4393
|
+
pendingDuration?: pulumi.Input<string>;
|
|
4394
|
+
/**
|
|
4395
|
+
* The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
4396
|
+
*
|
|
4397
|
+
* Example of threshold alarm:
|
|
4398
|
+
*
|
|
4399
|
+
* -----
|
|
4400
|
+
*
|
|
4401
|
+
* CpuUtilization[1m]{availabilityDomain="cumS:PHX-AD-1"}.groupBy(availabilityDomain).percentile(0.9) > 85
|
|
4402
|
+
*
|
|
4403
|
+
* -----
|
|
4404
|
+
*/
|
|
4405
|
+
query?: pulumi.Input<string>;
|
|
4406
|
+
/**
|
|
4407
|
+
* The resource group for the query.
|
|
4408
|
+
*/
|
|
4409
|
+
resourceGroup?: pulumi.Input<string>;
|
|
4373
4410
|
threshold?: pulumi.Input<inputs.Autoscaling.AutoScalingConfigurationPolicyRuleMetricThreshold>;
|
|
4374
4411
|
}
|
|
4375
4412
|
interface AutoScalingConfigurationPolicyRuleMetricThreshold {
|
|
@@ -14015,6 +14052,10 @@ export declare namespace Core {
|
|
|
14015
14052
|
* The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
|
|
14016
14053
|
*/
|
|
14017
14054
|
compartmentId?: pulumi.Input<string>;
|
|
14055
|
+
/**
|
|
14056
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) that the instance will be created in.
|
|
14057
|
+
*/
|
|
14058
|
+
computeClusterId?: pulumi.Input<string>;
|
|
14018
14059
|
/**
|
|
14019
14060
|
* Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
|
|
14020
14061
|
*/
|
|
@@ -14129,6 +14170,10 @@ export declare namespace Core {
|
|
|
14129
14170
|
metadata?: pulumi.Input<{
|
|
14130
14171
|
[key: string]: pulumi.Input<string>;
|
|
14131
14172
|
}>;
|
|
14173
|
+
/**
|
|
14174
|
+
* The details for providing placement constraints.
|
|
14175
|
+
*/
|
|
14176
|
+
placementConstraintDetails?: pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsLaunchDetailsPlacementConstraintDetails>;
|
|
14132
14177
|
/**
|
|
14133
14178
|
* (Optional) (Updatable only for VM's) The platform configuration requested for the instance.
|
|
14134
14179
|
*
|
|
@@ -14340,6 +14385,16 @@ export declare namespace Core {
|
|
|
14340
14385
|
*/
|
|
14341
14386
|
type: pulumi.Input<string>;
|
|
14342
14387
|
}
|
|
14388
|
+
interface InstanceConfigurationInstanceDetailsLaunchDetailsPlacementConstraintDetails {
|
|
14389
|
+
/**
|
|
14390
|
+
* The OCID of the compute host group. This is only available for dedicated capacity customers.
|
|
14391
|
+
*/
|
|
14392
|
+
computeHostGroupId: pulumi.Input<string>;
|
|
14393
|
+
/**
|
|
14394
|
+
* The type for the placement constraints. Use `HOST_GROUP` when specifying the compute host group OCID.
|
|
14395
|
+
*/
|
|
14396
|
+
type: pulumi.Input<string>;
|
|
14397
|
+
}
|
|
14343
14398
|
interface InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig {
|
|
14344
14399
|
/**
|
|
14345
14400
|
* Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
|
|
@@ -14671,6 +14726,10 @@ export declare namespace Core {
|
|
|
14671
14726
|
* (Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
|
|
14672
14727
|
*/
|
|
14673
14728
|
compartmentId?: pulumi.Input<string>;
|
|
14729
|
+
/**
|
|
14730
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) that the instance will be created in.
|
|
14731
|
+
*/
|
|
14732
|
+
computeClusterId?: pulumi.Input<string>;
|
|
14674
14733
|
/**
|
|
14675
14734
|
* Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
|
|
14676
14735
|
*/
|
|
@@ -14739,6 +14798,10 @@ export declare namespace Core {
|
|
|
14739
14798
|
metadata?: pulumi.Input<{
|
|
14740
14799
|
[key: string]: pulumi.Input<string>;
|
|
14741
14800
|
}>;
|
|
14801
|
+
/**
|
|
14802
|
+
* The details for providing placement constraints.
|
|
14803
|
+
*/
|
|
14804
|
+
placementConstraintDetails?: pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlacementConstraintDetails>;
|
|
14742
14805
|
/**
|
|
14743
14806
|
* The platform configuration requested for the instance.
|
|
14744
14807
|
*/
|
|
@@ -14945,6 +15008,16 @@ export declare namespace Core {
|
|
|
14945
15008
|
*/
|
|
14946
15009
|
type: pulumi.Input<string>;
|
|
14947
15010
|
}
|
|
15011
|
+
interface InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlacementConstraintDetails {
|
|
15012
|
+
/**
|
|
15013
|
+
* The OCID of the compute host group. This is only available for dedicated capacity customers.
|
|
15014
|
+
*/
|
|
15015
|
+
computeHostGroupId: pulumi.Input<string>;
|
|
15016
|
+
/**
|
|
15017
|
+
* The type of action to run when the instance is interrupted for eviction.
|
|
15018
|
+
*/
|
|
15019
|
+
type: pulumi.Input<string>;
|
|
15020
|
+
}
|
|
14948
15021
|
interface InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig {
|
|
14949
15022
|
/**
|
|
14950
15023
|
* Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
|
|
@@ -22126,11 +22199,17 @@ export declare namespace DataScience {
|
|
|
22126
22199
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22127
22200
|
}
|
|
22128
22201
|
interface GetJobRunsFilter {
|
|
22202
|
+
/**
|
|
22203
|
+
* node group name.
|
|
22204
|
+
*/
|
|
22129
22205
|
name: string;
|
|
22130
22206
|
regex?: boolean;
|
|
22131
22207
|
values: string[];
|
|
22132
22208
|
}
|
|
22133
22209
|
interface GetJobRunsFilterArgs {
|
|
22210
|
+
/**
|
|
22211
|
+
* node group name.
|
|
22212
|
+
*/
|
|
22134
22213
|
name: pulumi.Input<string>;
|
|
22135
22214
|
regex?: pulumi.Input<boolean>;
|
|
22136
22215
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -22152,11 +22231,17 @@ export declare namespace DataScience {
|
|
|
22152
22231
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22153
22232
|
}
|
|
22154
22233
|
interface GetJobsFilter {
|
|
22234
|
+
/**
|
|
22235
|
+
* node group name.
|
|
22236
|
+
*/
|
|
22155
22237
|
name: string;
|
|
22156
22238
|
regex?: boolean;
|
|
22157
22239
|
values: string[];
|
|
22158
22240
|
}
|
|
22159
22241
|
interface GetJobsFilterArgs {
|
|
22242
|
+
/**
|
|
22243
|
+
* node group name.
|
|
22244
|
+
*/
|
|
22160
22245
|
name: pulumi.Input<string>;
|
|
22161
22246
|
regex?: pulumi.Input<boolean>;
|
|
22162
22247
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -22203,6 +22288,16 @@ export declare namespace DataScience {
|
|
|
22203
22288
|
regex?: pulumi.Input<boolean>;
|
|
22204
22289
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22205
22290
|
}
|
|
22291
|
+
interface GetModelDeploymentModelStatesFilter {
|
|
22292
|
+
name: string;
|
|
22293
|
+
regex?: boolean;
|
|
22294
|
+
values: string[];
|
|
22295
|
+
}
|
|
22296
|
+
interface GetModelDeploymentModelStatesFilterArgs {
|
|
22297
|
+
name: pulumi.Input<string>;
|
|
22298
|
+
regex?: pulumi.Input<boolean>;
|
|
22299
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22300
|
+
}
|
|
22206
22301
|
interface GetModelDeploymentShapesFilter {
|
|
22207
22302
|
/**
|
|
22208
22303
|
* The name of the model deployment shape.
|
|
@@ -22229,6 +22324,36 @@ export declare namespace DataScience {
|
|
|
22229
22324
|
regex?: pulumi.Input<boolean>;
|
|
22230
22325
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22231
22326
|
}
|
|
22327
|
+
interface GetModelGroupModelsFilter {
|
|
22328
|
+
name: string;
|
|
22329
|
+
regex?: boolean;
|
|
22330
|
+
values: string[];
|
|
22331
|
+
}
|
|
22332
|
+
interface GetModelGroupModelsFilterArgs {
|
|
22333
|
+
name: pulumi.Input<string>;
|
|
22334
|
+
regex?: pulumi.Input<boolean>;
|
|
22335
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22336
|
+
}
|
|
22337
|
+
interface GetModelGroupVersionHistoriesFilter {
|
|
22338
|
+
name: string;
|
|
22339
|
+
regex?: boolean;
|
|
22340
|
+
values: string[];
|
|
22341
|
+
}
|
|
22342
|
+
interface GetModelGroupVersionHistoriesFilterArgs {
|
|
22343
|
+
name: pulumi.Input<string>;
|
|
22344
|
+
regex?: pulumi.Input<boolean>;
|
|
22345
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22346
|
+
}
|
|
22347
|
+
interface GetModelGroupsFilter {
|
|
22348
|
+
name: string;
|
|
22349
|
+
regex?: boolean;
|
|
22350
|
+
values: string[];
|
|
22351
|
+
}
|
|
22352
|
+
interface GetModelGroupsFilterArgs {
|
|
22353
|
+
name: pulumi.Input<string>;
|
|
22354
|
+
regex?: pulumi.Input<boolean>;
|
|
22355
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
22356
|
+
}
|
|
22232
22357
|
interface GetModelVersionSetsFilter {
|
|
22233
22358
|
/**
|
|
22234
22359
|
* A filter to return only resources that match the entire name given.
|
|
@@ -22356,6 +22481,32 @@ export declare namespace DataScience {
|
|
|
22356
22481
|
* A time bound for the execution of the job. Timer starts when the job becomes active.
|
|
22357
22482
|
*/
|
|
22358
22483
|
maximumRuntimeInMinutes?: pulumi.Input<string>;
|
|
22484
|
+
/**
|
|
22485
|
+
* The probe indicates whether the application within the job run has started.
|
|
22486
|
+
*/
|
|
22487
|
+
startupProbeDetails?: pulumi.Input<inputs.DataScience.JobJobConfigurationDetailsStartupProbeDetails>;
|
|
22488
|
+
}
|
|
22489
|
+
interface JobJobConfigurationDetailsStartupProbeDetails {
|
|
22490
|
+
/**
|
|
22491
|
+
* The commands to run in the target job run to perform the startup probe
|
|
22492
|
+
*/
|
|
22493
|
+
commands: pulumi.Input<pulumi.Input<string>[]>;
|
|
22494
|
+
/**
|
|
22495
|
+
* How many times the job will try before giving up when a probe fails.
|
|
22496
|
+
*/
|
|
22497
|
+
failureThreshold?: pulumi.Input<number>;
|
|
22498
|
+
/**
|
|
22499
|
+
* Number of seconds after the job run has started before a startup probe is initiated.
|
|
22500
|
+
*/
|
|
22501
|
+
initialDelayInSeconds?: pulumi.Input<number>;
|
|
22502
|
+
/**
|
|
22503
|
+
* The probe check type to perform the startup probe and specifies the type of health check for a job.
|
|
22504
|
+
*/
|
|
22505
|
+
jobProbeCheckType: pulumi.Input<string>;
|
|
22506
|
+
/**
|
|
22507
|
+
* Number of seconds how often the job run should perform a startup probe
|
|
22508
|
+
*/
|
|
22509
|
+
periodInSeconds?: pulumi.Input<number>;
|
|
22359
22510
|
}
|
|
22360
22511
|
interface JobJobEnvironmentConfigurationDetails {
|
|
22361
22512
|
/**
|
|
@@ -22387,7 +22538,7 @@ export declare namespace DataScience {
|
|
|
22387
22538
|
/**
|
|
22388
22539
|
* (Updatable) The size of the block storage volume to attach to the instance running the job
|
|
22389
22540
|
*/
|
|
22390
|
-
blockStorageSizeInGbs
|
|
22541
|
+
blockStorageSizeInGbs?: pulumi.Input<number>;
|
|
22391
22542
|
/**
|
|
22392
22543
|
* (Updatable) The infrastructure type used for job run.
|
|
22393
22544
|
*/
|
|
@@ -22397,15 +22548,19 @@ export declare namespace DataScience {
|
|
|
22397
22548
|
*/
|
|
22398
22549
|
jobShapeConfigDetails?: pulumi.Input<inputs.DataScience.JobJobInfrastructureConfigurationDetailsJobShapeConfigDetails>;
|
|
22399
22550
|
/**
|
|
22400
|
-
* (Updatable) The
|
|
22551
|
+
* (Updatable) The name that corresponds to the JobShapeSummary to use for the job node
|
|
22401
22552
|
*/
|
|
22402
|
-
shapeName
|
|
22553
|
+
shapeName?: pulumi.Input<string>;
|
|
22403
22554
|
/**
|
|
22404
22555
|
* (Updatable) The subnet to create a secondary vnic in to attach to the instance running the job
|
|
22405
22556
|
*/
|
|
22406
22557
|
subnetId?: pulumi.Input<string>;
|
|
22407
22558
|
}
|
|
22408
22559
|
interface JobJobInfrastructureConfigurationDetailsJobShapeConfigDetails {
|
|
22560
|
+
/**
|
|
22561
|
+
* (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
22562
|
+
*/
|
|
22563
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
22409
22564
|
/**
|
|
22410
22565
|
* (Updatable) The total amount of memory available to the job run instance, in gigabytes.
|
|
22411
22566
|
*/
|
|
@@ -22433,6 +22588,168 @@ export declare namespace DataScience {
|
|
|
22433
22588
|
*/
|
|
22434
22589
|
logId?: pulumi.Input<string>;
|
|
22435
22590
|
}
|
|
22591
|
+
interface JobJobNodeConfigurationDetails {
|
|
22592
|
+
/**
|
|
22593
|
+
* The job network configuration details
|
|
22594
|
+
*/
|
|
22595
|
+
jobNetworkConfiguration?: pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNetworkConfiguration>;
|
|
22596
|
+
/**
|
|
22597
|
+
* List of JobNodeGroupConfigurationDetails
|
|
22598
|
+
*/
|
|
22599
|
+
jobNodeGroupConfigurationDetailsLists?: pulumi.Input<pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsList>[]>;
|
|
22600
|
+
/**
|
|
22601
|
+
* The node type used for job run.
|
|
22602
|
+
*/
|
|
22603
|
+
jobNodeType: pulumi.Input<string>;
|
|
22604
|
+
/**
|
|
22605
|
+
* A time bound for the execution of the job run. Timer starts when the job run is in progress.
|
|
22606
|
+
*/
|
|
22607
|
+
maximumRuntimeInMinutes?: pulumi.Input<string>;
|
|
22608
|
+
/**
|
|
22609
|
+
* The execution order of node groups
|
|
22610
|
+
*/
|
|
22611
|
+
startupOrder?: pulumi.Input<string>;
|
|
22612
|
+
}
|
|
22613
|
+
interface JobJobNodeConfigurationDetailsJobNetworkConfiguration {
|
|
22614
|
+
/**
|
|
22615
|
+
* job network type
|
|
22616
|
+
*/
|
|
22617
|
+
jobNetworkType: pulumi.Input<string>;
|
|
22618
|
+
/**
|
|
22619
|
+
* The custom subnet id
|
|
22620
|
+
*/
|
|
22621
|
+
subnetId?: pulumi.Input<string>;
|
|
22622
|
+
}
|
|
22623
|
+
interface JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsList {
|
|
22624
|
+
/**
|
|
22625
|
+
* The job configuration details
|
|
22626
|
+
*/
|
|
22627
|
+
jobConfigurationDetails?: pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails>;
|
|
22628
|
+
/**
|
|
22629
|
+
* Environment configuration to capture job runtime dependencies.
|
|
22630
|
+
*/
|
|
22631
|
+
jobEnvironmentConfigurationDetails?: pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails>;
|
|
22632
|
+
/**
|
|
22633
|
+
* The job infrastructure configuration details (shape, block storage, etc.)
|
|
22634
|
+
*/
|
|
22635
|
+
jobInfrastructureConfigurationDetails?: pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails>;
|
|
22636
|
+
/**
|
|
22637
|
+
* The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
|
|
22638
|
+
*/
|
|
22639
|
+
minimumSuccessReplicas?: pulumi.Input<number>;
|
|
22640
|
+
/**
|
|
22641
|
+
* node group name.
|
|
22642
|
+
*/
|
|
22643
|
+
name: pulumi.Input<string>;
|
|
22644
|
+
/**
|
|
22645
|
+
* The number of nodes.
|
|
22646
|
+
*/
|
|
22647
|
+
replicas?: pulumi.Input<number>;
|
|
22648
|
+
}
|
|
22649
|
+
interface JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails {
|
|
22650
|
+
/**
|
|
22651
|
+
* The arguments to pass to the job.
|
|
22652
|
+
*/
|
|
22653
|
+
commandLineArguments?: pulumi.Input<string>;
|
|
22654
|
+
/**
|
|
22655
|
+
* Environment variables to set for the job.
|
|
22656
|
+
*/
|
|
22657
|
+
environmentVariables?: pulumi.Input<{
|
|
22658
|
+
[key: string]: pulumi.Input<string>;
|
|
22659
|
+
}>;
|
|
22660
|
+
/**
|
|
22661
|
+
* The type of job.
|
|
22662
|
+
*/
|
|
22663
|
+
jobType: pulumi.Input<string>;
|
|
22664
|
+
/**
|
|
22665
|
+
* A time bound for the execution of the job. Timer starts when the job becomes active.
|
|
22666
|
+
*/
|
|
22667
|
+
maximumRuntimeInMinutes?: pulumi.Input<string>;
|
|
22668
|
+
/**
|
|
22669
|
+
* The probe indicates whether the application within the job run has started.
|
|
22670
|
+
*/
|
|
22671
|
+
startupProbeDetails?: pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails>;
|
|
22672
|
+
}
|
|
22673
|
+
interface JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails {
|
|
22674
|
+
/**
|
|
22675
|
+
* The commands to run in the target job run to perform the startup probe
|
|
22676
|
+
*/
|
|
22677
|
+
commands: pulumi.Input<pulumi.Input<string>[]>;
|
|
22678
|
+
/**
|
|
22679
|
+
* How many times the job will try before giving up when a probe fails.
|
|
22680
|
+
*/
|
|
22681
|
+
failureThreshold?: pulumi.Input<number>;
|
|
22682
|
+
/**
|
|
22683
|
+
* Number of seconds after the job run has started before a startup probe is initiated.
|
|
22684
|
+
*/
|
|
22685
|
+
initialDelayInSeconds?: pulumi.Input<number>;
|
|
22686
|
+
/**
|
|
22687
|
+
* The probe check type to perform the startup probe and specifies the type of health check for a job.
|
|
22688
|
+
*/
|
|
22689
|
+
jobProbeCheckType: pulumi.Input<string>;
|
|
22690
|
+
/**
|
|
22691
|
+
* Number of seconds how often the job run should perform a startup probe
|
|
22692
|
+
*/
|
|
22693
|
+
periodInSeconds?: pulumi.Input<number>;
|
|
22694
|
+
}
|
|
22695
|
+
interface JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails {
|
|
22696
|
+
/**
|
|
22697
|
+
* The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
|
|
22698
|
+
*/
|
|
22699
|
+
cmds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
22700
|
+
/**
|
|
22701
|
+
* The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
|
|
22702
|
+
*/
|
|
22703
|
+
entrypoints?: pulumi.Input<pulumi.Input<string>[]>;
|
|
22704
|
+
/**
|
|
22705
|
+
* The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
|
|
22706
|
+
*/
|
|
22707
|
+
image: pulumi.Input<string>;
|
|
22708
|
+
/**
|
|
22709
|
+
* The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
|
|
22710
|
+
*/
|
|
22711
|
+
imageDigest?: pulumi.Input<string>;
|
|
22712
|
+
/**
|
|
22713
|
+
* OCID of the container image signature
|
|
22714
|
+
*/
|
|
22715
|
+
imageSignatureId?: pulumi.Input<string>;
|
|
22716
|
+
/**
|
|
22717
|
+
* The environment configuration type used for job runtime.
|
|
22718
|
+
*/
|
|
22719
|
+
jobEnvironmentType: pulumi.Input<string>;
|
|
22720
|
+
}
|
|
22721
|
+
interface JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails {
|
|
22722
|
+
/**
|
|
22723
|
+
* The size of the block storage volume to attach to the instance running the job
|
|
22724
|
+
*/
|
|
22725
|
+
blockStorageSizeInGbs?: pulumi.Input<number>;
|
|
22726
|
+
/**
|
|
22727
|
+
* The infrastructure type used for job run.
|
|
22728
|
+
*/
|
|
22729
|
+
jobInfrastructureType: pulumi.Input<string>;
|
|
22730
|
+
/**
|
|
22731
|
+
* Details for the job run shape configuration. Specify only when a flex shape is selected.
|
|
22732
|
+
*/
|
|
22733
|
+
jobShapeConfigDetails?: pulumi.Input<inputs.DataScience.JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails>;
|
|
22734
|
+
/**
|
|
22735
|
+
* The name that corresponds to the JobShapeSummary to use for the job node
|
|
22736
|
+
*/
|
|
22737
|
+
shapeName?: pulumi.Input<string>;
|
|
22738
|
+
/**
|
|
22739
|
+
* The subnet to create a secondary vnic in to attach to the instance running the job
|
|
22740
|
+
*/
|
|
22741
|
+
subnetId?: pulumi.Input<string>;
|
|
22742
|
+
}
|
|
22743
|
+
interface JobJobNodeConfigurationDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails {
|
|
22744
|
+
/**
|
|
22745
|
+
* The total amount of memory available to the job run instance, in gigabytes.
|
|
22746
|
+
*/
|
|
22747
|
+
memoryInGbs?: pulumi.Input<number>;
|
|
22748
|
+
/**
|
|
22749
|
+
* The total number of OCPUs available to the job run instance.
|
|
22750
|
+
*/
|
|
22751
|
+
ocpus?: pulumi.Input<number>;
|
|
22752
|
+
}
|
|
22436
22753
|
interface JobJobStorageMountConfigurationDetailsList {
|
|
22437
22754
|
/**
|
|
22438
22755
|
* (Updatable) The object storage bucket
|
|
@@ -22486,6 +22803,32 @@ export declare namespace DataScience {
|
|
|
22486
22803
|
* A time bound for the execution of the job. Timer starts when the job becomes active.
|
|
22487
22804
|
*/
|
|
22488
22805
|
maximumRuntimeInMinutes?: pulumi.Input<string>;
|
|
22806
|
+
/**
|
|
22807
|
+
* The probe indicates whether the application within the job run has started.
|
|
22808
|
+
*/
|
|
22809
|
+
startupProbeDetails?: pulumi.Input<inputs.DataScience.JobRunJobConfigurationOverrideDetailsStartupProbeDetails>;
|
|
22810
|
+
}
|
|
22811
|
+
interface JobRunJobConfigurationOverrideDetailsStartupProbeDetails {
|
|
22812
|
+
/**
|
|
22813
|
+
* The commands to run in the target job run to perform the startup probe
|
|
22814
|
+
*/
|
|
22815
|
+
commands: pulumi.Input<pulumi.Input<string>[]>;
|
|
22816
|
+
/**
|
|
22817
|
+
* How many times the job will try before giving up when a probe fails.
|
|
22818
|
+
*/
|
|
22819
|
+
failureThreshold?: pulumi.Input<number>;
|
|
22820
|
+
/**
|
|
22821
|
+
* Number of seconds after the job run has started before a startup probe is initiated.
|
|
22822
|
+
*/
|
|
22823
|
+
initialDelayInSeconds?: pulumi.Input<number>;
|
|
22824
|
+
/**
|
|
22825
|
+
* The probe check type to perform the startup probe and specifies the type of health check for a job.
|
|
22826
|
+
*/
|
|
22827
|
+
jobProbeCheckType: pulumi.Input<string>;
|
|
22828
|
+
/**
|
|
22829
|
+
* Number of seconds how often the job run should perform a startup probe
|
|
22830
|
+
*/
|
|
22831
|
+
periodInSeconds?: pulumi.Input<number>;
|
|
22489
22832
|
}
|
|
22490
22833
|
interface JobRunJobEnvironmentConfigurationOverrideDetails {
|
|
22491
22834
|
/**
|
|
@@ -22527,7 +22870,7 @@ export declare namespace DataScience {
|
|
|
22527
22870
|
*/
|
|
22528
22871
|
jobShapeConfigDetails?: pulumi.Input<pulumi.Input<inputs.DataScience.JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail>[]>;
|
|
22529
22872
|
/**
|
|
22530
|
-
* The
|
|
22873
|
+
* The name that corresponds to the JobShapeSummary to use for the job node
|
|
22531
22874
|
*/
|
|
22532
22875
|
shapeName?: pulumi.Input<string>;
|
|
22533
22876
|
/**
|
|
@@ -22536,6 +22879,42 @@ export declare namespace DataScience {
|
|
|
22536
22879
|
subnetId?: pulumi.Input<string>;
|
|
22537
22880
|
}
|
|
22538
22881
|
interface JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail {
|
|
22882
|
+
/**
|
|
22883
|
+
* The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
22884
|
+
*/
|
|
22885
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
22886
|
+
/**
|
|
22887
|
+
* The total amount of memory available to the job run instance, in gigabytes.
|
|
22888
|
+
*/
|
|
22889
|
+
memoryInGbs?: pulumi.Input<number>;
|
|
22890
|
+
/**
|
|
22891
|
+
* The total number of OCPUs available to the job run instance.
|
|
22892
|
+
*/
|
|
22893
|
+
ocpus?: pulumi.Input<number>;
|
|
22894
|
+
}
|
|
22895
|
+
interface JobRunJobInfrastructureConfigurationOverrideDetails {
|
|
22896
|
+
/**
|
|
22897
|
+
* The size of the block storage volume to attach to the instance running the job
|
|
22898
|
+
*/
|
|
22899
|
+
blockStorageSizeInGbs?: pulumi.Input<number>;
|
|
22900
|
+
/**
|
|
22901
|
+
* The infrastructure type used for job run.
|
|
22902
|
+
*/
|
|
22903
|
+
jobInfrastructureType: pulumi.Input<string>;
|
|
22904
|
+
/**
|
|
22905
|
+
* Details for the job run shape configuration. Specify only when a flex shape is selected.
|
|
22906
|
+
*/
|
|
22907
|
+
jobShapeConfigDetails?: pulumi.Input<inputs.DataScience.JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails>;
|
|
22908
|
+
/**
|
|
22909
|
+
* The name that corresponds to the JobShapeSummary to use for the job node
|
|
22910
|
+
*/
|
|
22911
|
+
shapeName?: pulumi.Input<string>;
|
|
22912
|
+
/**
|
|
22913
|
+
* The subnet to create a secondary vnic in to attach to the instance running the job
|
|
22914
|
+
*/
|
|
22915
|
+
subnetId?: pulumi.Input<string>;
|
|
22916
|
+
}
|
|
22917
|
+
interface JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails {
|
|
22539
22918
|
/**
|
|
22540
22919
|
* The total amount of memory available to the job run instance, in gigabytes.
|
|
22541
22920
|
*/
|
|
@@ -22563,6 +22942,168 @@ export declare namespace DataScience {
|
|
|
22563
22942
|
*/
|
|
22564
22943
|
logId?: pulumi.Input<string>;
|
|
22565
22944
|
}
|
|
22945
|
+
interface JobRunJobNodeConfigurationOverrideDetails {
|
|
22946
|
+
/**
|
|
22947
|
+
* The job network configuration details
|
|
22948
|
+
*/
|
|
22949
|
+
jobNetworkConfiguration?: pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration>;
|
|
22950
|
+
/**
|
|
22951
|
+
* List of JobNodeGroupConfigurationDetails
|
|
22952
|
+
*/
|
|
22953
|
+
jobNodeGroupConfigurationDetailsLists?: pulumi.Input<pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList>[]>;
|
|
22954
|
+
/**
|
|
22955
|
+
* The node type used for job run.
|
|
22956
|
+
*/
|
|
22957
|
+
jobNodeType: pulumi.Input<string>;
|
|
22958
|
+
/**
|
|
22959
|
+
* A time bound for the execution of the job run. Timer starts when the job run is in progress.
|
|
22960
|
+
*/
|
|
22961
|
+
maximumRuntimeInMinutes?: pulumi.Input<string>;
|
|
22962
|
+
/**
|
|
22963
|
+
* The execution order of node groups
|
|
22964
|
+
*/
|
|
22965
|
+
startupOrder?: pulumi.Input<string>;
|
|
22966
|
+
}
|
|
22967
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration {
|
|
22968
|
+
/**
|
|
22969
|
+
* job network type
|
|
22970
|
+
*/
|
|
22971
|
+
jobNetworkType: pulumi.Input<string>;
|
|
22972
|
+
/**
|
|
22973
|
+
* The custom subnet id
|
|
22974
|
+
*/
|
|
22975
|
+
subnetId?: pulumi.Input<string>;
|
|
22976
|
+
}
|
|
22977
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList {
|
|
22978
|
+
/**
|
|
22979
|
+
* The job configuration details
|
|
22980
|
+
*/
|
|
22981
|
+
jobConfigurationDetails?: pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails>;
|
|
22982
|
+
/**
|
|
22983
|
+
* Environment configuration to capture job runtime dependencies.
|
|
22984
|
+
*/
|
|
22985
|
+
jobEnvironmentConfigurationDetails?: pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails>;
|
|
22986
|
+
/**
|
|
22987
|
+
* The job infrastructure configuration details (shape, block storage, etc.)
|
|
22988
|
+
*/
|
|
22989
|
+
jobInfrastructureConfigurationDetails?: pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails>;
|
|
22990
|
+
/**
|
|
22991
|
+
* The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
|
|
22992
|
+
*/
|
|
22993
|
+
minimumSuccessReplicas?: pulumi.Input<number>;
|
|
22994
|
+
/**
|
|
22995
|
+
* node group name.
|
|
22996
|
+
*/
|
|
22997
|
+
name: pulumi.Input<string>;
|
|
22998
|
+
/**
|
|
22999
|
+
* The number of nodes.
|
|
23000
|
+
*/
|
|
23001
|
+
replicas?: pulumi.Input<number>;
|
|
23002
|
+
}
|
|
23003
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails {
|
|
23004
|
+
/**
|
|
23005
|
+
* The arguments to pass to the job.
|
|
23006
|
+
*/
|
|
23007
|
+
commandLineArguments?: pulumi.Input<string>;
|
|
23008
|
+
/**
|
|
23009
|
+
* Environment variables to set for the job.
|
|
23010
|
+
*/
|
|
23011
|
+
environmentVariables?: pulumi.Input<{
|
|
23012
|
+
[key: string]: pulumi.Input<string>;
|
|
23013
|
+
}>;
|
|
23014
|
+
/**
|
|
23015
|
+
* The type of job.
|
|
23016
|
+
*/
|
|
23017
|
+
jobType: pulumi.Input<string>;
|
|
23018
|
+
/**
|
|
23019
|
+
* A time bound for the execution of the job. Timer starts when the job becomes active.
|
|
23020
|
+
*/
|
|
23021
|
+
maximumRuntimeInMinutes?: pulumi.Input<string>;
|
|
23022
|
+
/**
|
|
23023
|
+
* The probe indicates whether the application within the job run has started.
|
|
23024
|
+
*/
|
|
23025
|
+
startupProbeDetails?: pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails>;
|
|
23026
|
+
}
|
|
23027
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails {
|
|
23028
|
+
/**
|
|
23029
|
+
* The commands to run in the target job run to perform the startup probe
|
|
23030
|
+
*/
|
|
23031
|
+
commands: pulumi.Input<pulumi.Input<string>[]>;
|
|
23032
|
+
/**
|
|
23033
|
+
* How many times the job will try before giving up when a probe fails.
|
|
23034
|
+
*/
|
|
23035
|
+
failureThreshold?: pulumi.Input<number>;
|
|
23036
|
+
/**
|
|
23037
|
+
* Number of seconds after the job run has started before a startup probe is initiated.
|
|
23038
|
+
*/
|
|
23039
|
+
initialDelayInSeconds?: pulumi.Input<number>;
|
|
23040
|
+
/**
|
|
23041
|
+
* The probe check type to perform the startup probe and specifies the type of health check for a job.
|
|
23042
|
+
*/
|
|
23043
|
+
jobProbeCheckType: pulumi.Input<string>;
|
|
23044
|
+
/**
|
|
23045
|
+
* Number of seconds how often the job run should perform a startup probe
|
|
23046
|
+
*/
|
|
23047
|
+
periodInSeconds?: pulumi.Input<number>;
|
|
23048
|
+
}
|
|
23049
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails {
|
|
23050
|
+
/**
|
|
23051
|
+
* The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
|
|
23052
|
+
*/
|
|
23053
|
+
cmds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
23054
|
+
/**
|
|
23055
|
+
* The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
|
|
23056
|
+
*/
|
|
23057
|
+
entrypoints?: pulumi.Input<pulumi.Input<string>[]>;
|
|
23058
|
+
/**
|
|
23059
|
+
* The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
|
|
23060
|
+
*/
|
|
23061
|
+
image: pulumi.Input<string>;
|
|
23062
|
+
/**
|
|
23063
|
+
* The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
|
|
23064
|
+
*/
|
|
23065
|
+
imageDigest?: pulumi.Input<string>;
|
|
23066
|
+
/**
|
|
23067
|
+
* OCID of the container image signature
|
|
23068
|
+
*/
|
|
23069
|
+
imageSignatureId?: pulumi.Input<string>;
|
|
23070
|
+
/**
|
|
23071
|
+
* The environment configuration type used for job runtime.
|
|
23072
|
+
*/
|
|
23073
|
+
jobEnvironmentType: pulumi.Input<string>;
|
|
23074
|
+
}
|
|
23075
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails {
|
|
23076
|
+
/**
|
|
23077
|
+
* The size of the block storage volume to attach to the instance running the job
|
|
23078
|
+
*/
|
|
23079
|
+
blockStorageSizeInGbs?: pulumi.Input<number>;
|
|
23080
|
+
/**
|
|
23081
|
+
* The infrastructure type used for job run.
|
|
23082
|
+
*/
|
|
23083
|
+
jobInfrastructureType: pulumi.Input<string>;
|
|
23084
|
+
/**
|
|
23085
|
+
* Details for the job run shape configuration. Specify only when a flex shape is selected.
|
|
23086
|
+
*/
|
|
23087
|
+
jobShapeConfigDetails?: pulumi.Input<inputs.DataScience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails>;
|
|
23088
|
+
/**
|
|
23089
|
+
* The name that corresponds to the JobShapeSummary to use for the job node
|
|
23090
|
+
*/
|
|
23091
|
+
shapeName?: pulumi.Input<string>;
|
|
23092
|
+
/**
|
|
23093
|
+
* The subnet to create a secondary vnic in to attach to the instance running the job
|
|
23094
|
+
*/
|
|
23095
|
+
subnetId?: pulumi.Input<string>;
|
|
23096
|
+
}
|
|
23097
|
+
interface JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails {
|
|
23098
|
+
/**
|
|
23099
|
+
* The total amount of memory available to the job run instance, in gigabytes.
|
|
23100
|
+
*/
|
|
23101
|
+
memoryInGbs?: pulumi.Input<number>;
|
|
23102
|
+
/**
|
|
23103
|
+
* The total number of OCPUs available to the job run instance.
|
|
23104
|
+
*/
|
|
23105
|
+
ocpus?: pulumi.Input<number>;
|
|
23106
|
+
}
|
|
22566
23107
|
interface JobRunJobStorageMountConfigurationDetailsList {
|
|
22567
23108
|
/**
|
|
22568
23109
|
* The object storage bucket
|
|
@@ -22607,6 +23148,20 @@ export declare namespace DataScience {
|
|
|
22607
23148
|
*/
|
|
22608
23149
|
logId?: pulumi.Input<string>;
|
|
22609
23150
|
}
|
|
23151
|
+
interface JobRunNodeGroupDetailsList {
|
|
23152
|
+
/**
|
|
23153
|
+
* The state details of the node group.
|
|
23154
|
+
*/
|
|
23155
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
23156
|
+
/**
|
|
23157
|
+
* node group name.
|
|
23158
|
+
*/
|
|
23159
|
+
name?: pulumi.Input<string>;
|
|
23160
|
+
/**
|
|
23161
|
+
* The state of the job run.
|
|
23162
|
+
*/
|
|
23163
|
+
state?: pulumi.Input<string>;
|
|
23164
|
+
}
|
|
22610
23165
|
interface MlApplicationImplementationApplicationComponent {
|
|
22611
23166
|
/**
|
|
22612
23167
|
* OCID of Data Flow Application
|
|
@@ -22956,10 +23511,12 @@ export declare namespace DataScience {
|
|
|
22956
23511
|
* (Updatable) The configuration to carry the environment details thats used in Model Deployment creation
|
|
22957
23512
|
*/
|
|
22958
23513
|
environmentConfigurationDetails?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetails>;
|
|
23514
|
+
infrastructureConfigurationDetails?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetails>;
|
|
22959
23515
|
/**
|
|
22960
23516
|
* (Updatable) The model configuration details.
|
|
22961
23517
|
*/
|
|
22962
|
-
modelConfigurationDetails
|
|
23518
|
+
modelConfigurationDetails?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetails>;
|
|
23519
|
+
modelGroupConfigurationDetails?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsModelGroupConfigurationDetails>;
|
|
22963
23520
|
}
|
|
22964
23521
|
interface ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetails {
|
|
22965
23522
|
/**
|
|
@@ -22997,15 +23554,172 @@ export declare namespace DataScience {
|
|
|
22997
23554
|
*/
|
|
22998
23555
|
serverPort?: pulumi.Input<number>;
|
|
22999
23556
|
}
|
|
23557
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetails {
|
|
23558
|
+
/**
|
|
23559
|
+
* The minimum network bandwidth for the model deployment.
|
|
23560
|
+
*/
|
|
23561
|
+
bandwidthMbps?: pulumi.Input<number>;
|
|
23562
|
+
infrastructureType: pulumi.Input<string>;
|
|
23563
|
+
/**
|
|
23564
|
+
* The model deployment instance configuration.
|
|
23565
|
+
*/
|
|
23566
|
+
instanceConfiguration: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsInstanceConfiguration>;
|
|
23567
|
+
/**
|
|
23568
|
+
* The maximum network bandwidth for the model deployment.
|
|
23569
|
+
*/
|
|
23570
|
+
maximumBandwidthMbps?: pulumi.Input<number>;
|
|
23571
|
+
/**
|
|
23572
|
+
* The scaling policy to apply to each model of the deployment.
|
|
23573
|
+
*/
|
|
23574
|
+
scalingPolicy?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicy>;
|
|
23575
|
+
}
|
|
23576
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsInstanceConfiguration {
|
|
23577
|
+
/**
|
|
23578
|
+
* The shape used to launch the model deployment instances.
|
|
23579
|
+
*/
|
|
23580
|
+
instanceShapeName: pulumi.Input<string>;
|
|
23581
|
+
/**
|
|
23582
|
+
* Details for the model-deployment instance shape configuration.
|
|
23583
|
+
*/
|
|
23584
|
+
modelDeploymentInstanceShapeConfigDetails?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetails>;
|
|
23585
|
+
/**
|
|
23586
|
+
* The OCID of a Data Science private endpoint.
|
|
23587
|
+
*/
|
|
23588
|
+
privateEndpointId?: pulumi.Input<string>;
|
|
23589
|
+
/**
|
|
23590
|
+
* A model deployment instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT/SGW gateway for egress.
|
|
23591
|
+
*/
|
|
23592
|
+
subnetId?: pulumi.Input<string>;
|
|
23593
|
+
}
|
|
23594
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetails {
|
|
23595
|
+
/**
|
|
23596
|
+
* The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
23597
|
+
*/
|
|
23598
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23599
|
+
/**
|
|
23600
|
+
* A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the memory to be specified with in the range of 6 to 1024 GB. VM.Standard3.Flex memory range is between 6 to 512 GB and VM.Optimized3.Flex memory range is between 6 to 256 GB.
|
|
23601
|
+
*/
|
|
23602
|
+
memoryInGbs?: pulumi.Input<number>;
|
|
23603
|
+
/**
|
|
23604
|
+
* A model-deployment instance of type VM.Standard.E3.Flex or VM.Standard.E4.Flex allows the ocpu count to be specified with in the range of 1 to 64 ocpu. VM.Standard3.Flex OCPU range is between 1 to 32 ocpu and for VM.Optimized3.Flex OCPU range is 1 to 18 ocpu.
|
|
23605
|
+
*/
|
|
23606
|
+
ocpus?: pulumi.Input<number>;
|
|
23607
|
+
}
|
|
23608
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicy {
|
|
23609
|
+
/**
|
|
23610
|
+
* The list of autoscaling policy details.
|
|
23611
|
+
*/
|
|
23612
|
+
autoScalingPolicies?: pulumi.Input<pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicy>[]>;
|
|
23613
|
+
/**
|
|
23614
|
+
* For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
|
|
23615
|
+
*/
|
|
23616
|
+
coolDownInSeconds?: pulumi.Input<number>;
|
|
23617
|
+
/**
|
|
23618
|
+
* The number of instances for the model deployment.
|
|
23619
|
+
*/
|
|
23620
|
+
instanceCount?: pulumi.Input<number>;
|
|
23621
|
+
/**
|
|
23622
|
+
* Whether the autoscaling policy is enabled.
|
|
23623
|
+
*/
|
|
23624
|
+
isEnabled?: pulumi.Input<boolean>;
|
|
23625
|
+
/**
|
|
23626
|
+
* The type of scaling policy.
|
|
23627
|
+
*/
|
|
23628
|
+
policyType: pulumi.Input<string>;
|
|
23629
|
+
}
|
|
23630
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicy {
|
|
23631
|
+
/**
|
|
23632
|
+
* The type of autoscaling policy.
|
|
23633
|
+
*/
|
|
23634
|
+
autoScalingPolicyType: pulumi.Input<string>;
|
|
23635
|
+
/**
|
|
23636
|
+
* For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from this initial number to a number that is based on the limits that you set.
|
|
23637
|
+
*/
|
|
23638
|
+
initialInstanceCount: pulumi.Input<number>;
|
|
23639
|
+
/**
|
|
23640
|
+
* For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed to increase to (scale out).
|
|
23641
|
+
*/
|
|
23642
|
+
maximumInstanceCount: pulumi.Input<number>;
|
|
23643
|
+
/**
|
|
23644
|
+
* For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed to decrease to (scale in).
|
|
23645
|
+
*/
|
|
23646
|
+
minimumInstanceCount: pulumi.Input<number>;
|
|
23647
|
+
/**
|
|
23648
|
+
* The list of autoscaling policy rules.
|
|
23649
|
+
*/
|
|
23650
|
+
rules: pulumi.Input<pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicyRule>[]>;
|
|
23651
|
+
}
|
|
23652
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicyRule {
|
|
23653
|
+
/**
|
|
23654
|
+
* The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
|
|
23655
|
+
*/
|
|
23656
|
+
metricExpressionRuleType: pulumi.Input<string>;
|
|
23657
|
+
/**
|
|
23658
|
+
* Metric type
|
|
23659
|
+
*/
|
|
23660
|
+
metricType?: pulumi.Input<string>;
|
|
23661
|
+
/**
|
|
23662
|
+
* The scaling configuration for the predefined metric expression rule.
|
|
23663
|
+
*/
|
|
23664
|
+
scaleInConfiguration: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfiguration>;
|
|
23665
|
+
/**
|
|
23666
|
+
* The scaling configuration for the predefined metric expression rule.
|
|
23667
|
+
*/
|
|
23668
|
+
scaleOutConfiguration: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration>;
|
|
23669
|
+
}
|
|
23670
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfiguration {
|
|
23671
|
+
/**
|
|
23672
|
+
* The value is used for adjusting the count of instances by.
|
|
23673
|
+
*/
|
|
23674
|
+
instanceCountAdjustment?: pulumi.Input<number>;
|
|
23675
|
+
/**
|
|
23676
|
+
* The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
|
|
23677
|
+
*/
|
|
23678
|
+
pendingDuration?: pulumi.Input<string>;
|
|
23679
|
+
/**
|
|
23680
|
+
* The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
23681
|
+
*/
|
|
23682
|
+
query?: pulumi.Input<string>;
|
|
23683
|
+
/**
|
|
23684
|
+
* The type of scaling configuration.
|
|
23685
|
+
*/
|
|
23686
|
+
scalingConfigurationType?: pulumi.Input<string>;
|
|
23687
|
+
/**
|
|
23688
|
+
* A metric value at which the scaling operation will be triggered.
|
|
23689
|
+
*/
|
|
23690
|
+
threshold?: pulumi.Input<number>;
|
|
23691
|
+
}
|
|
23692
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfiguration {
|
|
23693
|
+
/**
|
|
23694
|
+
* The value is used for adjusting the count of instances by.
|
|
23695
|
+
*/
|
|
23696
|
+
instanceCountAdjustment?: pulumi.Input<number>;
|
|
23697
|
+
/**
|
|
23698
|
+
* The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
|
|
23699
|
+
*/
|
|
23700
|
+
pendingDuration?: pulumi.Input<string>;
|
|
23701
|
+
/**
|
|
23702
|
+
* The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
23703
|
+
*/
|
|
23704
|
+
query?: pulumi.Input<string>;
|
|
23705
|
+
/**
|
|
23706
|
+
* The type of scaling configuration.
|
|
23707
|
+
*/
|
|
23708
|
+
scalingConfigurationType?: pulumi.Input<string>;
|
|
23709
|
+
/**
|
|
23710
|
+
* A metric value at which the scaling operation will be triggered.
|
|
23711
|
+
*/
|
|
23712
|
+
threshold?: pulumi.Input<number>;
|
|
23713
|
+
}
|
|
23000
23714
|
interface ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetails {
|
|
23001
23715
|
/**
|
|
23002
23716
|
* (Updatable) The minimum network bandwidth for the model deployment.
|
|
23003
23717
|
*/
|
|
23004
23718
|
bandwidthMbps?: pulumi.Input<number>;
|
|
23005
23719
|
/**
|
|
23006
|
-
* (Updatable) The model deployment instance configuration
|
|
23720
|
+
* (Updatable) The model deployment instance configuration.
|
|
23007
23721
|
*/
|
|
23008
|
-
instanceConfiguration
|
|
23722
|
+
instanceConfiguration?: pulumi.Input<inputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfiguration>;
|
|
23009
23723
|
/**
|
|
23010
23724
|
* (Updatable) The maximum network bandwidth for the model deployment.
|
|
23011
23725
|
*/
|
|
@@ -23013,7 +23727,7 @@ export declare namespace DataScience {
|
|
|
23013
23727
|
/**
|
|
23014
23728
|
* (Updatable) The OCID of the model you want to deploy.
|
|
23015
23729
|
*/
|
|
23016
|
-
modelId
|
|
23730
|
+
modelId?: pulumi.Input<string>;
|
|
23017
23731
|
/**
|
|
23018
23732
|
* (Updatable) The scaling policy to apply to each model of the deployment.
|
|
23019
23733
|
*/
|
|
@@ -23023,7 +23737,7 @@ export declare namespace DataScience {
|
|
|
23023
23737
|
/**
|
|
23024
23738
|
* (Updatable) The shape used to launch the model deployment instances.
|
|
23025
23739
|
*/
|
|
23026
|
-
instanceShapeName
|
|
23740
|
+
instanceShapeName?: pulumi.Input<string>;
|
|
23027
23741
|
/**
|
|
23028
23742
|
* (Updatable) Details for the model-deployment instance shape configuration.
|
|
23029
23743
|
*/
|
|
@@ -23181,6 +23895,9 @@ export declare namespace DataScience {
|
|
|
23181
23895
|
*/
|
|
23182
23896
|
threshold?: pulumi.Input<number>;
|
|
23183
23897
|
}
|
|
23898
|
+
interface ModelDeploymentModelDeploymentConfigurationDetailsModelGroupConfigurationDetails {
|
|
23899
|
+
modelGroupId?: pulumi.Input<string>;
|
|
23900
|
+
}
|
|
23184
23901
|
interface ModelDeploymentModelDeploymentSystemData {
|
|
23185
23902
|
/**
|
|
23186
23903
|
* This value is the current count of the model deployment instances.
|
|
@@ -23191,6 +23908,164 @@ export declare namespace DataScience {
|
|
|
23191
23908
|
*/
|
|
23192
23909
|
systemInfraType?: pulumi.Input<string>;
|
|
23193
23910
|
}
|
|
23911
|
+
interface ModelGroupMemberModelEntries {
|
|
23912
|
+
/**
|
|
23913
|
+
* Each List item contains inference key and model ocid.
|
|
23914
|
+
*/
|
|
23915
|
+
memberModelDetails?: pulumi.Input<pulumi.Input<inputs.DataScience.ModelGroupMemberModelEntriesMemberModelDetail>[]>;
|
|
23916
|
+
}
|
|
23917
|
+
interface ModelGroupMemberModelEntriesMemberModelDetail {
|
|
23918
|
+
/**
|
|
23919
|
+
* SaaS friendly name of the model.
|
|
23920
|
+
*/
|
|
23921
|
+
inferenceKey?: pulumi.Input<string>;
|
|
23922
|
+
/**
|
|
23923
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
|
|
23924
|
+
*/
|
|
23925
|
+
modelId?: pulumi.Input<string>;
|
|
23926
|
+
}
|
|
23927
|
+
interface ModelGroupModelGroupCloneSourceDetails {
|
|
23928
|
+
/**
|
|
23929
|
+
* Source resource for model group clone operation.
|
|
23930
|
+
*/
|
|
23931
|
+
modelGroupCloneSourceType: pulumi.Input<string>;
|
|
23932
|
+
/**
|
|
23933
|
+
* Overwrites the properties of the source modelGroup.
|
|
23934
|
+
*/
|
|
23935
|
+
modifyModelGroupDetails?: pulumi.Input<inputs.DataScience.ModelGroupModelGroupCloneSourceDetailsModifyModelGroupDetails>;
|
|
23936
|
+
/**
|
|
23937
|
+
* Specifies the list of new models to be added and list of models from source model group to be removed for cloning.
|
|
23938
|
+
*/
|
|
23939
|
+
patchModelGroupMemberModelDetails?: pulumi.Input<inputs.DataScience.ModelGroupModelGroupCloneSourceDetailsPatchModelGroupMemberModelDetails>;
|
|
23940
|
+
/**
|
|
23941
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model group version history.
|
|
23942
|
+
*/
|
|
23943
|
+
sourceId: pulumi.Input<string>;
|
|
23944
|
+
}
|
|
23945
|
+
interface ModelGroupModelGroupCloneSourceDetailsModifyModelGroupDetails {
|
|
23946
|
+
/**
|
|
23947
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
23948
|
+
*/
|
|
23949
|
+
definedTags?: pulumi.Input<{
|
|
23950
|
+
[key: string]: pulumi.Input<string>;
|
|
23951
|
+
}>;
|
|
23952
|
+
/**
|
|
23953
|
+
* A short description of the modelGroup.
|
|
23954
|
+
*/
|
|
23955
|
+
description?: pulumi.Input<string>;
|
|
23956
|
+
/**
|
|
23957
|
+
* A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My ModelGroup`
|
|
23958
|
+
*/
|
|
23959
|
+
displayName?: pulumi.Input<string>;
|
|
23960
|
+
/**
|
|
23961
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
23962
|
+
*/
|
|
23963
|
+
freeformTags?: pulumi.Input<{
|
|
23964
|
+
[key: string]: pulumi.Input<string>;
|
|
23965
|
+
}>;
|
|
23966
|
+
/**
|
|
23967
|
+
* The model group details.
|
|
23968
|
+
*/
|
|
23969
|
+
modelGroupDetails?: pulumi.Input<inputs.DataScience.ModelGroupModelGroupCloneSourceDetailsModifyModelGroupDetailsModelGroupDetails>;
|
|
23970
|
+
/**
|
|
23971
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model group version history to which the modelGroup is associated.
|
|
23972
|
+
*/
|
|
23973
|
+
modelGroupVersionHistoryId?: pulumi.Input<string>;
|
|
23974
|
+
/**
|
|
23975
|
+
* An additional description of the lifecycle state of the model group.
|
|
23976
|
+
*/
|
|
23977
|
+
versionLabel?: pulumi.Input<string>;
|
|
23978
|
+
}
|
|
23979
|
+
interface ModelGroupModelGroupCloneSourceDetailsModifyModelGroupDetailsModelGroupDetails {
|
|
23980
|
+
/**
|
|
23981
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model in the group that represents the base model for stacked deployment.
|
|
23982
|
+
*/
|
|
23983
|
+
baseModelId?: pulumi.Input<string>;
|
|
23984
|
+
/**
|
|
23985
|
+
* An array of custom metadata details for the model group.
|
|
23986
|
+
*/
|
|
23987
|
+
customMetadataLists?: pulumi.Input<pulumi.Input<inputs.DataScience.ModelGroupModelGroupCloneSourceDetailsModifyModelGroupDetailsModelGroupDetailsCustomMetadataList>[]>;
|
|
23988
|
+
/**
|
|
23989
|
+
* The type of the model group.
|
|
23990
|
+
*/
|
|
23991
|
+
type: pulumi.Input<string>;
|
|
23992
|
+
}
|
|
23993
|
+
interface ModelGroupModelGroupCloneSourceDetailsModifyModelGroupDetailsModelGroupDetailsCustomMetadataList {
|
|
23994
|
+
/**
|
|
23995
|
+
* Category of the metadata.
|
|
23996
|
+
*/
|
|
23997
|
+
category?: pulumi.Input<string>;
|
|
23998
|
+
/**
|
|
23999
|
+
* Description of model metadata.
|
|
24000
|
+
*/
|
|
24001
|
+
description?: pulumi.Input<string>;
|
|
24002
|
+
/**
|
|
24003
|
+
* Key of the metadata.
|
|
24004
|
+
*/
|
|
24005
|
+
key?: pulumi.Input<string>;
|
|
24006
|
+
/**
|
|
24007
|
+
* Value of the metadata.
|
|
24008
|
+
*/
|
|
24009
|
+
value?: pulumi.Input<string>;
|
|
24010
|
+
}
|
|
24011
|
+
interface ModelGroupModelGroupCloneSourceDetailsPatchModelGroupMemberModelDetails {
|
|
24012
|
+
/**
|
|
24013
|
+
* Array of patch instructions.
|
|
24014
|
+
*/
|
|
24015
|
+
items?: pulumi.Input<pulumi.Input<inputs.DataScience.ModelGroupModelGroupCloneSourceDetailsPatchModelGroupMemberModelDetailsItem>[]>;
|
|
24016
|
+
}
|
|
24017
|
+
interface ModelGroupModelGroupCloneSourceDetailsPatchModelGroupMemberModelDetailsItem {
|
|
24018
|
+
/**
|
|
24019
|
+
* A single instruction to be included as part of Patch request content. Enum type (INSERT and REMOVE).
|
|
24020
|
+
*/
|
|
24021
|
+
operation: pulumi.Input<string>;
|
|
24022
|
+
/**
|
|
24023
|
+
* Array of inference key and model OCID.
|
|
24024
|
+
*/
|
|
24025
|
+
values: pulumi.Input<pulumi.Input<inputs.DataScience.ModelGroupModelGroupCloneSourceDetailsPatchModelGroupMemberModelDetailsItemValue>[]>;
|
|
24026
|
+
}
|
|
24027
|
+
interface ModelGroupModelGroupCloneSourceDetailsPatchModelGroupMemberModelDetailsItemValue {
|
|
24028
|
+
/**
|
|
24029
|
+
* SaaS friendly name of the model.
|
|
24030
|
+
*/
|
|
24031
|
+
inferenceKey?: pulumi.Input<string>;
|
|
24032
|
+
/**
|
|
24033
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
|
|
24034
|
+
*/
|
|
24035
|
+
modelId: pulumi.Input<string>;
|
|
24036
|
+
}
|
|
24037
|
+
interface ModelGroupModelGroupDetails {
|
|
24038
|
+
/**
|
|
24039
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model in the group that represents the base model for stacked deployment.
|
|
24040
|
+
*/
|
|
24041
|
+
baseModelId?: pulumi.Input<string>;
|
|
24042
|
+
/**
|
|
24043
|
+
* An array of custom metadata details for the model group.
|
|
24044
|
+
*/
|
|
24045
|
+
customMetadataLists?: pulumi.Input<pulumi.Input<inputs.DataScience.ModelGroupModelGroupDetailsCustomMetadataList>[]>;
|
|
24046
|
+
/**
|
|
24047
|
+
* The type of the model group.
|
|
24048
|
+
*/
|
|
24049
|
+
type: pulumi.Input<string>;
|
|
24050
|
+
}
|
|
24051
|
+
interface ModelGroupModelGroupDetailsCustomMetadataList {
|
|
24052
|
+
/**
|
|
24053
|
+
* Category of the metadata.
|
|
24054
|
+
*/
|
|
24055
|
+
category?: pulumi.Input<string>;
|
|
24056
|
+
/**
|
|
24057
|
+
* Description of model metadata.
|
|
24058
|
+
*/
|
|
24059
|
+
description?: pulumi.Input<string>;
|
|
24060
|
+
/**
|
|
24061
|
+
* Key of the metadata.
|
|
24062
|
+
*/
|
|
24063
|
+
key?: pulumi.Input<string>;
|
|
24064
|
+
/**
|
|
24065
|
+
* Value of the metadata.
|
|
24066
|
+
*/
|
|
24067
|
+
value?: pulumi.Input<string>;
|
|
24068
|
+
}
|
|
23194
24069
|
interface ModelRetentionOperationDetail {
|
|
23195
24070
|
/**
|
|
23196
24071
|
* The archival status of model.
|
|
@@ -23254,6 +24129,10 @@ export declare namespace DataScience {
|
|
|
23254
24129
|
subnetId?: pulumi.Input<string>;
|
|
23255
24130
|
}
|
|
23256
24131
|
interface NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetails {
|
|
24132
|
+
/**
|
|
24133
|
+
* The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left bank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24134
|
+
*/
|
|
24135
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23257
24136
|
/**
|
|
23258
24137
|
* The total amount of memory available to the notebook session instance, in gigabytes.
|
|
23259
24138
|
*/
|
|
@@ -23286,6 +24165,10 @@ export declare namespace DataScience {
|
|
|
23286
24165
|
subnetId: pulumi.Input<string>;
|
|
23287
24166
|
}
|
|
23288
24167
|
interface NotebookSessionNotebookSessionConfigurationDetailsNotebookSessionShapeConfigDetails {
|
|
24168
|
+
/**
|
|
24169
|
+
* (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left bank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24170
|
+
*/
|
|
24171
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23289
24172
|
/**
|
|
23290
24173
|
* (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
|
|
23291
24174
|
*/
|
|
@@ -23392,6 +24275,10 @@ export declare namespace DataScience {
|
|
|
23392
24275
|
subnetId?: pulumi.Input<string>;
|
|
23393
24276
|
}
|
|
23394
24277
|
interface PipelineInfrastructureConfigurationDetailsShapeConfigDetails {
|
|
24278
|
+
/**
|
|
24279
|
+
* (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24280
|
+
*/
|
|
24281
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23395
24282
|
/**
|
|
23396
24283
|
* (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
23397
24284
|
*/
|
|
@@ -23459,6 +24346,34 @@ export declare namespace DataScience {
|
|
|
23459
24346
|
*/
|
|
23460
24347
|
type: pulumi.Input<string>;
|
|
23461
24348
|
}
|
|
24349
|
+
interface PipelineRunInfrastructureConfigurationOverrideDetails {
|
|
24350
|
+
/**
|
|
24351
|
+
* The size of the block storage volume to attach to the instance.
|
|
24352
|
+
*/
|
|
24353
|
+
blockStorageSizeInGbs: pulumi.Input<number>;
|
|
24354
|
+
/**
|
|
24355
|
+
* Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
|
|
24356
|
+
*/
|
|
24357
|
+
shapeConfigDetails?: pulumi.Input<inputs.DataScience.PipelineRunInfrastructureConfigurationOverrideDetailsShapeConfigDetails>;
|
|
24358
|
+
/**
|
|
24359
|
+
* The shape used to launch the instance for all step runs in the pipeline.
|
|
24360
|
+
*/
|
|
24361
|
+
shapeName: pulumi.Input<string>;
|
|
24362
|
+
/**
|
|
24363
|
+
* The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
|
|
24364
|
+
*/
|
|
24365
|
+
subnetId?: pulumi.Input<string>;
|
|
24366
|
+
}
|
|
24367
|
+
interface PipelineRunInfrastructureConfigurationOverrideDetailsShapeConfigDetails {
|
|
24368
|
+
/**
|
|
24369
|
+
* A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
24370
|
+
*/
|
|
24371
|
+
memoryInGbs?: pulumi.Input<number>;
|
|
24372
|
+
/**
|
|
24373
|
+
* A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
|
|
24374
|
+
*/
|
|
24375
|
+
ocpus?: pulumi.Input<number>;
|
|
24376
|
+
}
|
|
23462
24377
|
interface PipelineRunLogConfigurationOverrideDetails {
|
|
23463
24378
|
/**
|
|
23464
24379
|
* If automatic on-behalf-of log object creation is enabled for pipeline runs.
|
|
@@ -23500,6 +24415,10 @@ export declare namespace DataScience {
|
|
|
23500
24415
|
* The configuration details of a Dataflow step.
|
|
23501
24416
|
*/
|
|
23502
24417
|
stepDataflowConfigurationDetails?: pulumi.Input<inputs.DataScience.PipelineRunStepOverrideDetailStepDataflowConfigurationDetails>;
|
|
24418
|
+
/**
|
|
24419
|
+
* The infrastructure configuration details of a pipeline or a step.
|
|
24420
|
+
*/
|
|
24421
|
+
stepInfrastructureConfigurationDetails?: pulumi.Input<inputs.DataScience.PipelineRunStepOverrideDetailStepInfrastructureConfigurationDetails>;
|
|
23503
24422
|
/**
|
|
23504
24423
|
* The name of the step.
|
|
23505
24424
|
*/
|
|
@@ -23584,6 +24503,10 @@ export declare namespace DataScience {
|
|
|
23584
24503
|
warehouseBucketUri?: pulumi.Input<string>;
|
|
23585
24504
|
}
|
|
23586
24505
|
interface PipelineRunStepOverrideDetailStepDataflowConfigurationDetailsDriverShapeConfigDetails {
|
|
24506
|
+
/**
|
|
24507
|
+
* The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24508
|
+
*/
|
|
24509
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23587
24510
|
/**
|
|
23588
24511
|
* A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
23589
24512
|
*/
|
|
@@ -23594,6 +24517,38 @@ export declare namespace DataScience {
|
|
|
23594
24517
|
ocpus?: pulumi.Input<number>;
|
|
23595
24518
|
}
|
|
23596
24519
|
interface PipelineRunStepOverrideDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetails {
|
|
24520
|
+
/**
|
|
24521
|
+
* The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24522
|
+
*/
|
|
24523
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
24524
|
+
/**
|
|
24525
|
+
* A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
24526
|
+
*/
|
|
24527
|
+
memoryInGbs?: pulumi.Input<number>;
|
|
24528
|
+
/**
|
|
24529
|
+
* A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
|
|
24530
|
+
*/
|
|
24531
|
+
ocpus?: pulumi.Input<number>;
|
|
24532
|
+
}
|
|
24533
|
+
interface PipelineRunStepOverrideDetailStepInfrastructureConfigurationDetails {
|
|
24534
|
+
/**
|
|
24535
|
+
* The size of the block storage volume to attach to the instance.
|
|
24536
|
+
*/
|
|
24537
|
+
blockStorageSizeInGbs: pulumi.Input<number>;
|
|
24538
|
+
/**
|
|
24539
|
+
* Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
|
|
24540
|
+
*/
|
|
24541
|
+
shapeConfigDetails?: pulumi.Input<inputs.DataScience.PipelineRunStepOverrideDetailStepInfrastructureConfigurationDetailsShapeConfigDetails>;
|
|
24542
|
+
/**
|
|
24543
|
+
* The shape used to launch the instance for all step runs in the pipeline.
|
|
24544
|
+
*/
|
|
24545
|
+
shapeName: pulumi.Input<string>;
|
|
24546
|
+
/**
|
|
24547
|
+
* The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
|
|
24548
|
+
*/
|
|
24549
|
+
subnetId?: pulumi.Input<string>;
|
|
24550
|
+
}
|
|
24551
|
+
interface PipelineRunStepOverrideDetailStepInfrastructureConfigurationDetailsShapeConfigDetails {
|
|
23597
24552
|
/**
|
|
23598
24553
|
* A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
23599
24554
|
*/
|
|
@@ -23777,6 +24732,10 @@ export declare namespace DataScience {
|
|
|
23777
24732
|
warehouseBucketUri?: pulumi.Input<string>;
|
|
23778
24733
|
}
|
|
23779
24734
|
interface PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetails {
|
|
24735
|
+
/**
|
|
24736
|
+
* (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24737
|
+
*/
|
|
24738
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23780
24739
|
/**
|
|
23781
24740
|
* (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
23782
24741
|
*/
|
|
@@ -23787,6 +24746,10 @@ export declare namespace DataScience {
|
|
|
23787
24746
|
ocpus?: pulumi.Input<number>;
|
|
23788
24747
|
}
|
|
23789
24748
|
interface PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetails {
|
|
24749
|
+
/**
|
|
24750
|
+
* (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24751
|
+
*/
|
|
24752
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23790
24753
|
/**
|
|
23791
24754
|
* (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
23792
24755
|
*/
|
|
@@ -23815,6 +24778,10 @@ export declare namespace DataScience {
|
|
|
23815
24778
|
subnetId?: pulumi.Input<string>;
|
|
23816
24779
|
}
|
|
23817
24780
|
interface PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails {
|
|
24781
|
+
/**
|
|
24782
|
+
* (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to `BASELINE_1_1`. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
|
24783
|
+
*/
|
|
24784
|
+
cpuBaseline?: pulumi.Input<string>;
|
|
23818
24785
|
/**
|
|
23819
24786
|
* (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
|
|
23820
24787
|
*/
|
|
@@ -24632,6 +25599,12 @@ export declare namespace Database {
|
|
|
24632
25599
|
*/
|
|
24633
25600
|
timeAtWhichStorageDetailsAreUpdated?: pulumi.Input<string>;
|
|
24634
25601
|
}
|
|
25602
|
+
interface AutonomousContainerDatabaseCustomerContact {
|
|
25603
|
+
/**
|
|
25604
|
+
* (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
|
|
25605
|
+
*/
|
|
25606
|
+
email?: pulumi.Input<string>;
|
|
25607
|
+
}
|
|
24635
25608
|
interface AutonomousContainerDatabaseDataguard {
|
|
24636
25609
|
/**
|
|
24637
25610
|
* The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
|
|
@@ -25326,7 +26299,7 @@ export declare namespace Database {
|
|
|
25326
26299
|
*/
|
|
25327
26300
|
timeActivated?: pulumi.Input<string>;
|
|
25328
26301
|
/**
|
|
25329
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
26302
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
|
25330
26303
|
*/
|
|
25331
26304
|
vaultId?: pulumi.Input<string>;
|
|
25332
26305
|
}
|
|
@@ -25370,7 +26343,7 @@ export declare namespace Database {
|
|
|
25370
26343
|
}
|
|
25371
26344
|
interface AutonomousDatabaseLongTermBackupSchedule {
|
|
25372
26345
|
/**
|
|
25373
|
-
* Indicates if the
|
|
26346
|
+
* Indicates if the resource pool should be deleted for the Autonomous Database.
|
|
25374
26347
|
*/
|
|
25375
26348
|
isDisabled?: pulumi.Input<boolean>;
|
|
25376
26349
|
/**
|
|
@@ -28676,6 +29649,22 @@ export declare namespace Database {
|
|
|
28676
29649
|
regex?: pulumi.Input<boolean>;
|
|
28677
29650
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
28678
29651
|
}
|
|
29652
|
+
interface GetPluggableDatabaseSnapshotsFilter {
|
|
29653
|
+
/**
|
|
29654
|
+
* A filter to return only resources that match the entire name given. The match is not case sensitive.
|
|
29655
|
+
*/
|
|
29656
|
+
name: string;
|
|
29657
|
+
regex?: boolean;
|
|
29658
|
+
values: string[];
|
|
29659
|
+
}
|
|
29660
|
+
interface GetPluggableDatabaseSnapshotsFilterArgs {
|
|
29661
|
+
/**
|
|
29662
|
+
* A filter to return only resources that match the entire name given. The match is not case sensitive.
|
|
29663
|
+
*/
|
|
29664
|
+
name: pulumi.Input<string>;
|
|
29665
|
+
regex?: pulumi.Input<boolean>;
|
|
29666
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
29667
|
+
}
|
|
28679
29668
|
interface GetPluggableDatabasesFilter {
|
|
28680
29669
|
name: string;
|
|
28681
29670
|
regex?: boolean;
|
|
@@ -28903,6 +29892,10 @@ export declare namespace Database {
|
|
|
28903
29892
|
* The name of the database that is associated with the key store.
|
|
28904
29893
|
*/
|
|
28905
29894
|
dbName?: pulumi.Input<string>;
|
|
29895
|
+
/**
|
|
29896
|
+
* The unique name of the database that is associated with the key store.
|
|
29897
|
+
*/
|
|
29898
|
+
dbUniqueName?: pulumi.Input<string>;
|
|
28906
29899
|
/**
|
|
28907
29900
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
|
28908
29901
|
*/
|
|
@@ -29045,6 +30038,10 @@ export declare namespace Database {
|
|
|
29045
30038
|
* The OCID of the Source Pluggable Database.
|
|
29046
30039
|
*/
|
|
29047
30040
|
sourcePluggableDatabaseId: pulumi.Input<string>;
|
|
30041
|
+
/**
|
|
30042
|
+
* The OCID of the Source Pluggable Database Snapshot id.
|
|
30043
|
+
*/
|
|
30044
|
+
sourcePluggableDatabaseSnapshotId?: pulumi.Input<string>;
|
|
29048
30045
|
}
|
|
29049
30046
|
interface PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetails {
|
|
29050
30047
|
/**
|
|
@@ -29214,388 +30211,1408 @@ export declare namespace Database {
|
|
|
29214
30211
|
}
|
|
29215
30212
|
interface VmClusterAddVirtualNetworkCloudAutomationUpdateDetail {
|
|
29216
30213
|
/**
|
|
29217
|
-
* Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
|
30214
|
+
* Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
|
30215
|
+
*/
|
|
30216
|
+
applyUpdateTimePreferences?: pulumi.Input<pulumi.Input<inputs.Database.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference>[]>;
|
|
30217
|
+
/**
|
|
30218
|
+
* Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
|
30219
|
+
*/
|
|
30220
|
+
freezePeriods?: pulumi.Input<pulumi.Input<inputs.Database.VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod>[]>;
|
|
30221
|
+
/**
|
|
30222
|
+
* Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
|
30223
|
+
*/
|
|
30224
|
+
isEarlyAdoptionEnabled?: pulumi.Input<boolean>;
|
|
30225
|
+
/**
|
|
30226
|
+
* Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
|
30227
|
+
*/
|
|
30228
|
+
isFreezePeriodEnabled?: pulumi.Input<boolean>;
|
|
30229
|
+
}
|
|
30230
|
+
interface VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreference {
|
|
30231
|
+
/**
|
|
30232
|
+
* End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
|
30233
|
+
*/
|
|
30234
|
+
applyUpdatePreferredEndTime?: pulumi.Input<string>;
|
|
30235
|
+
/**
|
|
30236
|
+
* Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
|
30237
|
+
*/
|
|
30238
|
+
applyUpdatePreferredStartTime?: pulumi.Input<string>;
|
|
30239
|
+
}
|
|
30240
|
+
interface VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod {
|
|
30241
|
+
/**
|
|
30242
|
+
* End time of the freeze period cycle.
|
|
30243
|
+
*/
|
|
30244
|
+
freezePeriodEndTime?: pulumi.Input<string>;
|
|
30245
|
+
/**
|
|
30246
|
+
* Start time of the freeze period cycle.
|
|
30247
|
+
*/
|
|
30248
|
+
freezePeriodStartTime?: pulumi.Input<string>;
|
|
30249
|
+
}
|
|
30250
|
+
interface VmClusterAddVirtualNetworkDataCollectionOption {
|
|
30251
|
+
/**
|
|
30252
|
+
* Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
|
|
30253
|
+
*/
|
|
30254
|
+
isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
|
|
30255
|
+
/**
|
|
30256
|
+
* Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
|
|
30257
|
+
*/
|
|
30258
|
+
isHealthMonitoringEnabled?: pulumi.Input<boolean>;
|
|
30259
|
+
/**
|
|
30260
|
+
* Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
|
|
30261
|
+
*/
|
|
30262
|
+
isIncidentLogsEnabled?: pulumi.Input<boolean>;
|
|
30263
|
+
}
|
|
30264
|
+
interface VmClusterAddVirtualNetworkDbServer {
|
|
30265
|
+
/**
|
|
30266
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Exacc Db server.
|
|
30267
|
+
*/
|
|
30268
|
+
dbServerId: pulumi.Input<string>;
|
|
30269
|
+
}
|
|
30270
|
+
interface VmClusterAddVirtualNetworkFileSystemConfigurationDetail {
|
|
30271
|
+
/**
|
|
30272
|
+
* The file system size to be allocated in GBs.
|
|
30273
|
+
*/
|
|
30274
|
+
fileSystemSizeGb?: pulumi.Input<number>;
|
|
30275
|
+
/**
|
|
30276
|
+
* The mount point of file system.
|
|
30277
|
+
*/
|
|
30278
|
+
mountPoint?: pulumi.Input<string>;
|
|
30279
|
+
}
|
|
30280
|
+
interface VmClusterCloudAutomationUpdateDetails {
|
|
30281
|
+
/**
|
|
30282
|
+
* (Updatable) Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
|
30283
|
+
*/
|
|
30284
|
+
applyUpdateTimePreference?: pulumi.Input<inputs.Database.VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference>;
|
|
30285
|
+
/**
|
|
30286
|
+
* (Updatable) Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
|
30287
|
+
*/
|
|
30288
|
+
freezePeriod?: pulumi.Input<inputs.Database.VmClusterCloudAutomationUpdateDetailsFreezePeriod>;
|
|
30289
|
+
/**
|
|
30290
|
+
* (Updatable) Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
|
30291
|
+
*/
|
|
30292
|
+
isEarlyAdoptionEnabled?: pulumi.Input<boolean>;
|
|
30293
|
+
/**
|
|
30294
|
+
* (Updatable) Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
|
30295
|
+
*/
|
|
30296
|
+
isFreezePeriodEnabled?: pulumi.Input<boolean>;
|
|
30297
|
+
}
|
|
30298
|
+
interface VmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference {
|
|
30299
|
+
/**
|
|
30300
|
+
* (Updatable) End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
|
30301
|
+
*/
|
|
30302
|
+
applyUpdatePreferredEndTime?: pulumi.Input<string>;
|
|
30303
|
+
/**
|
|
30304
|
+
* (Updatable) Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
|
30305
|
+
*/
|
|
30306
|
+
applyUpdatePreferredStartTime?: pulumi.Input<string>;
|
|
30307
|
+
}
|
|
30308
|
+
interface VmClusterCloudAutomationUpdateDetailsFreezePeriod {
|
|
30309
|
+
/**
|
|
30310
|
+
* (Updatable) End time of the freeze period cycle.
|
|
30311
|
+
*/
|
|
30312
|
+
freezePeriodEndTime?: pulumi.Input<string>;
|
|
30313
|
+
/**
|
|
30314
|
+
* (Updatable) Start time of the freeze period cycle.
|
|
30315
|
+
*/
|
|
30316
|
+
freezePeriodStartTime?: pulumi.Input<string>;
|
|
30317
|
+
}
|
|
30318
|
+
interface VmClusterDataCollectionOptions {
|
|
30319
|
+
/**
|
|
30320
|
+
* (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
|
|
30321
|
+
*/
|
|
30322
|
+
isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
|
|
30323
|
+
/**
|
|
30324
|
+
* (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
|
|
30325
|
+
*/
|
|
30326
|
+
isHealthMonitoringEnabled?: pulumi.Input<boolean>;
|
|
30327
|
+
/**
|
|
30328
|
+
* (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
|
|
30329
|
+
*/
|
|
30330
|
+
isIncidentLogsEnabled?: pulumi.Input<boolean>;
|
|
30331
|
+
}
|
|
30332
|
+
interface VmClusterFileSystemConfigurationDetail {
|
|
30333
|
+
/**
|
|
30334
|
+
* (Updatable) The file system size to be allocated in GBs.
|
|
30335
|
+
*/
|
|
30336
|
+
fileSystemSizeGb?: pulumi.Input<number>;
|
|
30337
|
+
/**
|
|
30338
|
+
* (Updatable) The mount point of file system.
|
|
30339
|
+
*/
|
|
30340
|
+
mountPoint?: pulumi.Input<string>;
|
|
30341
|
+
}
|
|
30342
|
+
interface VmClusterNetworkDrScan {
|
|
30343
|
+
/**
|
|
30344
|
+
* (Updatable) The Disaster recovery SCAN hostname.
|
|
30345
|
+
*/
|
|
30346
|
+
hostname: pulumi.Input<string>;
|
|
30347
|
+
/**
|
|
30348
|
+
* (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
|
|
30349
|
+
*/
|
|
30350
|
+
ips: pulumi.Input<pulumi.Input<string>[]>;
|
|
30351
|
+
/**
|
|
30352
|
+
* (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
|
|
30353
|
+
*/
|
|
30354
|
+
scanListenerPortTcp: pulumi.Input<number>;
|
|
30355
|
+
}
|
|
30356
|
+
interface VmClusterNetworkScan {
|
|
30357
|
+
/**
|
|
30358
|
+
* (Updatable) The SCAN hostname.
|
|
30359
|
+
*/
|
|
30360
|
+
hostname: pulumi.Input<string>;
|
|
30361
|
+
/**
|
|
30362
|
+
* (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
|
|
30363
|
+
*/
|
|
30364
|
+
ips: pulumi.Input<pulumi.Input<string>[]>;
|
|
30365
|
+
/**
|
|
30366
|
+
* (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
|
|
30367
|
+
*/
|
|
30368
|
+
port?: pulumi.Input<number>;
|
|
30369
|
+
/**
|
|
30370
|
+
* (Updatable) The SCAN TCPIP port. Default is 1521.
|
|
30371
|
+
*/
|
|
30372
|
+
scanListenerPortTcp?: pulumi.Input<number>;
|
|
30373
|
+
/**
|
|
30374
|
+
* (Updatable) The SCAN TCPIP SSL port. Default is 2484.
|
|
30375
|
+
*/
|
|
30376
|
+
scanListenerPortTcpSsl?: pulumi.Input<number>;
|
|
30377
|
+
}
|
|
30378
|
+
interface VmClusterNetworkVmNetwork {
|
|
30379
|
+
/**
|
|
30380
|
+
* (Updatable) The network domain name.
|
|
30381
|
+
*/
|
|
30382
|
+
domainName?: pulumi.Input<string>;
|
|
30383
|
+
/**
|
|
30384
|
+
* (Updatable) The network gateway.
|
|
30385
|
+
*/
|
|
30386
|
+
gateway?: pulumi.Input<string>;
|
|
30387
|
+
/**
|
|
30388
|
+
* (Updatable) The network netmask.
|
|
30389
|
+
*/
|
|
30390
|
+
netmask?: pulumi.Input<string>;
|
|
30391
|
+
/**
|
|
30392
|
+
* (Updatable) The network type.
|
|
30393
|
+
*/
|
|
30394
|
+
networkType: pulumi.Input<string>;
|
|
30395
|
+
/**
|
|
30396
|
+
* (Updatable) The list of node details.
|
|
30397
|
+
*/
|
|
30398
|
+
nodes: pulumi.Input<pulumi.Input<inputs.Database.VmClusterNetworkVmNetworkNode>[]>;
|
|
30399
|
+
/**
|
|
30400
|
+
* (Updatable) The network VLAN ID.
|
|
30401
|
+
*
|
|
30402
|
+
*
|
|
30403
|
+
* ** IMPORTANT **
|
|
30404
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
30405
|
+
*/
|
|
30406
|
+
vlanId?: pulumi.Input<string>;
|
|
30407
|
+
}
|
|
30408
|
+
interface VmClusterNetworkVmNetworkNode {
|
|
30409
|
+
/**
|
|
30410
|
+
* (Updatable) The Db server associated with the node.
|
|
30411
|
+
*/
|
|
30412
|
+
dbServerId?: pulumi.Input<string>;
|
|
30413
|
+
/**
|
|
30414
|
+
* (Updatable) The node host name.
|
|
30415
|
+
*/
|
|
30416
|
+
hostname: pulumi.Input<string>;
|
|
30417
|
+
/**
|
|
30418
|
+
* (Updatable) The node IP address.
|
|
30419
|
+
*/
|
|
30420
|
+
ip: pulumi.Input<string>;
|
|
30421
|
+
/**
|
|
30422
|
+
* (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
|
30423
|
+
*/
|
|
30424
|
+
state?: pulumi.Input<string>;
|
|
30425
|
+
/**
|
|
30426
|
+
* (Updatable) The node virtual IP (VIP) address.
|
|
30427
|
+
*/
|
|
30428
|
+
vip?: pulumi.Input<string>;
|
|
30429
|
+
/**
|
|
30430
|
+
* (Updatable) The node virtual IP (VIP) host name.
|
|
30431
|
+
*/
|
|
30432
|
+
vipHostname?: pulumi.Input<string>;
|
|
30433
|
+
}
|
|
30434
|
+
interface VmClusterRemoveVirtualMachineCloudAutomationUpdateDetail {
|
|
30435
|
+
/**
|
|
30436
|
+
* Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
|
|
30437
|
+
*/
|
|
30438
|
+
applyUpdateTimePreferences?: pulumi.Input<pulumi.Input<inputs.Database.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference>[]>;
|
|
30439
|
+
/**
|
|
30440
|
+
* Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.
|
|
30441
|
+
*/
|
|
30442
|
+
freezePeriods?: pulumi.Input<pulumi.Input<inputs.Database.VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod>[]>;
|
|
30443
|
+
/**
|
|
30444
|
+
* Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
|
|
30445
|
+
*/
|
|
30446
|
+
isEarlyAdoptionEnabled?: pulumi.Input<boolean>;
|
|
30447
|
+
/**
|
|
30448
|
+
* Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
|
|
30449
|
+
*/
|
|
30450
|
+
isFreezePeriodEnabled?: pulumi.Input<boolean>;
|
|
30451
|
+
}
|
|
30452
|
+
interface VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailApplyUpdateTimePreference {
|
|
30453
|
+
/**
|
|
30454
|
+
* End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default.
|
|
30455
|
+
*/
|
|
30456
|
+
applyUpdatePreferredEndTime?: pulumi.Input<string>;
|
|
30457
|
+
/**
|
|
30458
|
+
* Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default.
|
|
30459
|
+
*/
|
|
30460
|
+
applyUpdatePreferredStartTime?: pulumi.Input<string>;
|
|
30461
|
+
}
|
|
30462
|
+
interface VmClusterRemoveVirtualMachineCloudAutomationUpdateDetailFreezePeriod {
|
|
30463
|
+
/**
|
|
30464
|
+
* End time of the freeze period cycle.
|
|
30465
|
+
*/
|
|
30466
|
+
freezePeriodEndTime?: pulumi.Input<string>;
|
|
30467
|
+
/**
|
|
30468
|
+
* Start time of the freeze period cycle.
|
|
30469
|
+
*/
|
|
30470
|
+
freezePeriodStartTime?: pulumi.Input<string>;
|
|
30471
|
+
}
|
|
30472
|
+
interface VmClusterRemoveVirtualMachineDataCollectionOption {
|
|
30473
|
+
/**
|
|
30474
|
+
* Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
|
|
30475
|
+
*/
|
|
30476
|
+
isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
|
|
30477
|
+
/**
|
|
30478
|
+
* Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
|
|
30479
|
+
*/
|
|
30480
|
+
isHealthMonitoringEnabled?: pulumi.Input<boolean>;
|
|
30481
|
+
/**
|
|
30482
|
+
* Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
|
|
30483
|
+
*/
|
|
30484
|
+
isIncidentLogsEnabled?: pulumi.Input<boolean>;
|
|
30485
|
+
}
|
|
30486
|
+
interface VmClusterRemoveVirtualMachineDbServer {
|
|
30487
|
+
/**
|
|
30488
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Exacc Db server.
|
|
30489
|
+
*/
|
|
30490
|
+
dbServerId: pulumi.Input<string>;
|
|
30491
|
+
}
|
|
30492
|
+
interface VmClusterRemoveVirtualMachineFileSystemConfigurationDetail {
|
|
30493
|
+
/**
|
|
30494
|
+
* The file system size to be allocated in GBs.
|
|
30495
|
+
*/
|
|
30496
|
+
fileSystemSizeGb?: pulumi.Input<number>;
|
|
30497
|
+
/**
|
|
30498
|
+
* The mount point of file system.
|
|
30499
|
+
*/
|
|
30500
|
+
mountPoint?: pulumi.Input<string>;
|
|
30501
|
+
}
|
|
30502
|
+
}
|
|
30503
|
+
export declare namespace DatabaseManagement {
|
|
30504
|
+
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetails {
|
|
30505
|
+
/**
|
|
30506
|
+
* The connector details required to connect to an Oracle cloud database.
|
|
30507
|
+
*/
|
|
30508
|
+
connectorDetails?: pulumi.Input<inputs.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetails>;
|
|
30509
|
+
/**
|
|
30510
|
+
* The connection details required to connect to the database.
|
|
30511
|
+
*/
|
|
30512
|
+
databaseConnectionDetails?: pulumi.Input<inputs.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetails>;
|
|
30513
|
+
/**
|
|
30514
|
+
* The name of the Database Management feature.
|
|
30515
|
+
*/
|
|
30516
|
+
feature: pulumi.Input<string>;
|
|
30517
|
+
}
|
|
30518
|
+
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetails {
|
|
30519
|
+
/**
|
|
30520
|
+
* The list of supported connection types:
|
|
30521
|
+
* * PE: Private endpoint
|
|
30522
|
+
* * MACS: Management agent
|
|
30523
|
+
* * EXTERNAL: External database connector
|
|
30524
|
+
* * DIRECT: Direct connection
|
|
30525
|
+
*/
|
|
30526
|
+
connectorType?: pulumi.Input<string>;
|
|
30527
|
+
/**
|
|
30528
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
|
30529
|
+
*/
|
|
30530
|
+
databaseConnectorId?: pulumi.Input<string>;
|
|
30531
|
+
/**
|
|
30532
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
|
30533
|
+
*/
|
|
30534
|
+
managementAgentId?: pulumi.Input<string>;
|
|
30535
|
+
/**
|
|
30536
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
|
30537
|
+
*/
|
|
30538
|
+
privateEndPointId?: pulumi.Input<string>;
|
|
30539
|
+
}
|
|
30540
|
+
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetails {
|
|
30541
|
+
/**
|
|
30542
|
+
* The credentials used to connect to the database. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
|
30543
|
+
*/
|
|
30544
|
+
connectionCredentials?: pulumi.Input<inputs.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentials>;
|
|
30545
|
+
/**
|
|
30546
|
+
* The details of the Oracle Database connection string.
|
|
30547
|
+
*/
|
|
30548
|
+
connectionString?: pulumi.Input<inputs.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionString>;
|
|
30549
|
+
}
|
|
30550
|
+
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentials {
|
|
30551
|
+
/**
|
|
30552
|
+
* The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
|
30553
|
+
*
|
|
30554
|
+
* For example: inventorydb.abc112233445566778899
|
|
30555
|
+
*/
|
|
30556
|
+
credentialName?: pulumi.Input<string>;
|
|
30557
|
+
/**
|
|
30558
|
+
* The type of credential used to connect to the database.
|
|
30559
|
+
*/
|
|
30560
|
+
credentialType?: pulumi.Input<string>;
|
|
30561
|
+
/**
|
|
30562
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
|
30563
|
+
*/
|
|
30564
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
30565
|
+
/**
|
|
30566
|
+
* The role of the user connecting to the database.
|
|
30567
|
+
*/
|
|
30568
|
+
role?: pulumi.Input<string>;
|
|
30569
|
+
/**
|
|
30570
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
|
30571
|
+
*/
|
|
30572
|
+
sslSecretId?: pulumi.Input<string>;
|
|
30573
|
+
/**
|
|
30574
|
+
* The user name used to connect to the database.
|
|
30575
|
+
*/
|
|
30576
|
+
userName?: pulumi.Input<string>;
|
|
30577
|
+
}
|
|
30578
|
+
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionString {
|
|
30579
|
+
/**
|
|
30580
|
+
* The list of supported connection types:
|
|
30581
|
+
* * BASIC: Basic connection details
|
|
30582
|
+
*/
|
|
30583
|
+
connectionType?: pulumi.Input<string>;
|
|
30584
|
+
/**
|
|
30585
|
+
* The port number used to connect to the database.
|
|
30586
|
+
*/
|
|
30587
|
+
port?: pulumi.Input<number>;
|
|
30588
|
+
/**
|
|
30589
|
+
* The protocol used to connect to the database.
|
|
30590
|
+
*/
|
|
30591
|
+
protocol?: pulumi.Input<string>;
|
|
30592
|
+
/**
|
|
30593
|
+
* The service name of the database.
|
|
30594
|
+
*/
|
|
30595
|
+
service?: pulumi.Input<string>;
|
|
30596
|
+
}
|
|
30597
|
+
interface CloudAsmServicedDatabase {
|
|
30598
|
+
/**
|
|
30599
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
|
30600
|
+
*/
|
|
30601
|
+
compartmentId?: pulumi.Input<string>;
|
|
30602
|
+
/**
|
|
30603
|
+
* The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
|
|
30604
|
+
*/
|
|
30605
|
+
databaseSubType?: pulumi.Input<string>;
|
|
30606
|
+
/**
|
|
30607
|
+
* The type of Oracle Database installation.
|
|
30608
|
+
*/
|
|
30609
|
+
databaseType?: pulumi.Input<string>;
|
|
30610
|
+
/**
|
|
30611
|
+
* The unique name of the cloud database.
|
|
30612
|
+
*/
|
|
30613
|
+
dbUniqueName?: pulumi.Input<string>;
|
|
30614
|
+
/**
|
|
30615
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
|
30616
|
+
*/
|
|
30617
|
+
dbaasId?: pulumi.Input<string>;
|
|
30618
|
+
/**
|
|
30619
|
+
* The list of ASM disk groups used by the database.
|
|
30620
|
+
*/
|
|
30621
|
+
diskGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
30622
|
+
/**
|
|
30623
|
+
* The user-friendly name for the database. The name does not have to be unique.
|
|
30624
|
+
*/
|
|
30625
|
+
displayName?: pulumi.Input<string>;
|
|
30626
|
+
/**
|
|
30627
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud database.
|
|
30628
|
+
*/
|
|
30629
|
+
id?: pulumi.Input<string>;
|
|
30630
|
+
/**
|
|
30631
|
+
* Indicates whether the database is a Managed Database or not.
|
|
30632
|
+
*/
|
|
30633
|
+
isManaged?: pulumi.Input<boolean>;
|
|
30634
|
+
}
|
|
30635
|
+
interface CloudClusterNetworkConfiguration {
|
|
30636
|
+
/**
|
|
30637
|
+
* The network number from which VIPs are obtained.
|
|
30638
|
+
*/
|
|
30639
|
+
networkNumber?: pulumi.Input<number>;
|
|
30640
|
+
/**
|
|
30641
|
+
* The network type.
|
|
30642
|
+
*/
|
|
30643
|
+
networkType?: pulumi.Input<string>;
|
|
30644
|
+
/**
|
|
30645
|
+
* The subnet for the network.
|
|
30646
|
+
*/
|
|
30647
|
+
subnet?: pulumi.Input<string>;
|
|
30648
|
+
}
|
|
30649
|
+
interface CloudClusterScanConfiguration {
|
|
30650
|
+
/**
|
|
30651
|
+
* The network number from which VIPs are obtained.
|
|
30652
|
+
*/
|
|
30653
|
+
networkNumber?: pulumi.Input<number>;
|
|
30654
|
+
/**
|
|
30655
|
+
* The name of the SCAN listener.
|
|
30656
|
+
*/
|
|
30657
|
+
scanName?: pulumi.Input<string>;
|
|
30658
|
+
/**
|
|
30659
|
+
* The port number of the SCAN listener.
|
|
30660
|
+
*/
|
|
30661
|
+
scanPort?: pulumi.Input<number>;
|
|
30662
|
+
/**
|
|
30663
|
+
* The protocol of the SCAN listener.
|
|
30664
|
+
*/
|
|
30665
|
+
scanProtocol?: pulumi.Input<string>;
|
|
30666
|
+
}
|
|
30667
|
+
interface CloudClusterVipConfiguration {
|
|
30668
|
+
/**
|
|
30669
|
+
* The VIP name or IP address.
|
|
30670
|
+
*/
|
|
30671
|
+
address?: pulumi.Input<string>;
|
|
30672
|
+
/**
|
|
30673
|
+
* The network number from which VIPs are obtained.
|
|
30674
|
+
*/
|
|
30675
|
+
networkNumber?: pulumi.Input<number>;
|
|
30676
|
+
/**
|
|
30677
|
+
* The name of the node with the VIP.
|
|
30678
|
+
*/
|
|
30679
|
+
nodeName?: pulumi.Input<string>;
|
|
30680
|
+
}
|
|
30681
|
+
interface CloudDbSystemConnectorConnectionInfo {
|
|
30682
|
+
/**
|
|
30683
|
+
* The component type.
|
|
30684
|
+
*/
|
|
30685
|
+
componentType: pulumi.Input<string>;
|
|
30686
|
+
/**
|
|
30687
|
+
* The credentials used to connect to the Cloud ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
|
30688
|
+
*/
|
|
30689
|
+
connectionCredentials?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemConnectorConnectionInfoConnectionCredential>[]>;
|
|
30690
|
+
/**
|
|
30691
|
+
* The Oracle Database connection string.
|
|
30692
|
+
*/
|
|
30693
|
+
connectionStrings?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemConnectorConnectionInfoConnectionString>[]>;
|
|
30694
|
+
}
|
|
30695
|
+
interface CloudDbSystemConnectorConnectionInfoConnectionCredential {
|
|
30696
|
+
/**
|
|
30697
|
+
* The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
|
30698
|
+
*/
|
|
30699
|
+
credentialName?: pulumi.Input<string>;
|
|
30700
|
+
/**
|
|
30701
|
+
* The type of credential used to connect to the ASM instance.
|
|
30702
|
+
*/
|
|
30703
|
+
credentialType?: pulumi.Input<string>;
|
|
30704
|
+
/**
|
|
30705
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
|
30706
|
+
*/
|
|
30707
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
30708
|
+
/**
|
|
30709
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
|
30710
|
+
*/
|
|
30711
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
30712
|
+
/**
|
|
30713
|
+
* The role of the user connecting to the ASM instance.
|
|
30714
|
+
*/
|
|
30715
|
+
role?: pulumi.Input<string>;
|
|
30716
|
+
/**
|
|
30717
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
|
30718
|
+
*/
|
|
30719
|
+
sslSecretId?: pulumi.Input<string>;
|
|
30720
|
+
/**
|
|
30721
|
+
* The user name used to connect to the ASM instance.
|
|
30722
|
+
*/
|
|
30723
|
+
userName?: pulumi.Input<string>;
|
|
30724
|
+
}
|
|
30725
|
+
interface CloudDbSystemConnectorConnectionInfoConnectionString {
|
|
30726
|
+
/**
|
|
30727
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
30728
|
+
*/
|
|
30729
|
+
hostName?: pulumi.Input<string>;
|
|
30730
|
+
/**
|
|
30731
|
+
* The list of host names of the ASM instances.
|
|
30732
|
+
*/
|
|
30733
|
+
hosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
30734
|
+
/**
|
|
30735
|
+
* The port used to connect to the ASM instance.
|
|
30736
|
+
*/
|
|
30737
|
+
port?: pulumi.Input<number>;
|
|
30738
|
+
/**
|
|
30739
|
+
* The protocol used to connect to the ASM instance.
|
|
30740
|
+
*/
|
|
30741
|
+
protocol?: pulumi.Input<string>;
|
|
30742
|
+
/**
|
|
30743
|
+
* The service name of the ASM instance.
|
|
30744
|
+
*/
|
|
30745
|
+
service?: pulumi.Input<string>;
|
|
30746
|
+
}
|
|
30747
|
+
interface CloudDbSystemDatabaseManagementConfig {
|
|
30748
|
+
/**
|
|
30749
|
+
* The status of the associated service.
|
|
30750
|
+
*/
|
|
30751
|
+
isEnabled: pulumi.Input<boolean>;
|
|
30752
|
+
/**
|
|
30753
|
+
* The associated service-specific inputs in JSON string format, which Database Management can identify.
|
|
30754
|
+
*/
|
|
30755
|
+
metadata?: pulumi.Input<string>;
|
|
30756
|
+
}
|
|
30757
|
+
interface CloudDbSystemDiscoveryDiscoveredComponent {
|
|
30758
|
+
/**
|
|
30759
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
30760
|
+
*/
|
|
30761
|
+
adrHomeDirectory?: pulumi.Input<string>;
|
|
30762
|
+
/**
|
|
30763
|
+
* The list of asm instances for the cloud Asm.
|
|
30764
|
+
*/
|
|
30765
|
+
asmInstances?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentAsmInstance>[]>;
|
|
30766
|
+
/**
|
|
30767
|
+
* The list of associated components.
|
|
30768
|
+
*/
|
|
30769
|
+
associatedComponents?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent>[]>;
|
|
30770
|
+
/**
|
|
30771
|
+
* Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
|
|
30772
|
+
*/
|
|
30773
|
+
canEnableAllCurrentPdbs?: pulumi.Input<boolean>;
|
|
30774
|
+
/**
|
|
30775
|
+
* The unique identifier of the Oracle cluster.
|
|
30776
|
+
*/
|
|
30777
|
+
clusterId?: pulumi.Input<string>;
|
|
30778
|
+
/**
|
|
30779
|
+
* The list of cluster instances for the cloud cluster.
|
|
30780
|
+
*/
|
|
30781
|
+
clusterInstances?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentClusterInstance>[]>;
|
|
30782
|
+
/**
|
|
30783
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud DB system resides.
|
|
30784
|
+
*/
|
|
30785
|
+
compartmentId?: pulumi.Input<string>;
|
|
30786
|
+
/**
|
|
30787
|
+
* The identifier of the discovered DB system component.
|
|
30788
|
+
*/
|
|
30789
|
+
componentId?: pulumi.Input<string>;
|
|
30790
|
+
/**
|
|
30791
|
+
* The name of the discovered DB system component.
|
|
30792
|
+
*/
|
|
30793
|
+
componentName?: pulumi.Input<string>;
|
|
30794
|
+
/**
|
|
30795
|
+
* The component type.
|
|
30796
|
+
*/
|
|
30797
|
+
componentType?: pulumi.Input<string>;
|
|
30798
|
+
/**
|
|
30799
|
+
* The connector details used to connect to the cloud DB system component.
|
|
30800
|
+
*/
|
|
30801
|
+
connectors?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentConnector>[]>;
|
|
30802
|
+
/**
|
|
30803
|
+
* The unique identifier of the parent Container Database (CDB).
|
|
30804
|
+
*/
|
|
30805
|
+
containerDatabaseId?: pulumi.Input<string>;
|
|
30806
|
+
/**
|
|
30807
|
+
* The number of CPU cores available on the DB node.
|
|
30808
|
+
*/
|
|
30809
|
+
cpuCoreCount?: pulumi.Input<number>;
|
|
30810
|
+
/**
|
|
30811
|
+
* The Oracle base location of Cluster Ready Services (CRS).
|
|
30812
|
+
*/
|
|
30813
|
+
crsBaseDirectory?: pulumi.Input<string>;
|
|
30814
|
+
/**
|
|
30815
|
+
* The Oracle Database edition.
|
|
30816
|
+
*/
|
|
30817
|
+
dbEdition?: pulumi.Input<string>;
|
|
30818
|
+
/**
|
|
30819
|
+
* The Oracle Database ID.
|
|
30820
|
+
*/
|
|
30821
|
+
dbId?: pulumi.Input<string>;
|
|
30822
|
+
/**
|
|
30823
|
+
* The list of database instances.
|
|
30824
|
+
*/
|
|
30825
|
+
dbInstances?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentDbInstance>[]>;
|
|
30826
|
+
/**
|
|
30827
|
+
* The name of the DB node.
|
|
30828
|
+
*/
|
|
30829
|
+
dbNodeName?: pulumi.Input<string>;
|
|
30830
|
+
/**
|
|
30831
|
+
* The database packs licensed for the cloud Oracle Database.
|
|
30832
|
+
*/
|
|
30833
|
+
dbPacks?: pulumi.Input<string>;
|
|
30834
|
+
/**
|
|
30835
|
+
* The role of the Oracle Database in Oracle Data Guard configuration.
|
|
30836
|
+
*/
|
|
30837
|
+
dbRole?: pulumi.Input<string>;
|
|
30838
|
+
/**
|
|
30839
|
+
* The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
|
|
30840
|
+
*/
|
|
30841
|
+
dbType?: pulumi.Input<string>;
|
|
30842
|
+
/**
|
|
30843
|
+
* The `DB_UNIQUE_NAME` of the cloud database.
|
|
30844
|
+
*/
|
|
30845
|
+
dbUniqueName?: pulumi.Input<string>;
|
|
30846
|
+
/**
|
|
30847
|
+
* The Oracle Database version.
|
|
30848
|
+
*/
|
|
30849
|
+
dbVersion?: pulumi.Input<string>;
|
|
30850
|
+
/**
|
|
30851
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
|
30852
|
+
*/
|
|
30853
|
+
dbaasId?: pulumi.Input<string>;
|
|
30854
|
+
/**
|
|
30855
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
30856
|
+
*/
|
|
30857
|
+
displayName?: pulumi.Input<string>;
|
|
30858
|
+
/**
|
|
30859
|
+
* The list of protocol addresses the listener is configured to listen on.
|
|
30860
|
+
*/
|
|
30861
|
+
endpoints?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentEndpoint>[]>;
|
|
30862
|
+
/**
|
|
30863
|
+
* The directory in which Oracle Grid Infrastructure is installed.
|
|
30864
|
+
*/
|
|
30865
|
+
gridHome?: pulumi.Input<string>;
|
|
30866
|
+
/**
|
|
30867
|
+
* The unique identifier of the PDB.
|
|
30868
|
+
*/
|
|
30869
|
+
guid?: pulumi.Input<string>;
|
|
30870
|
+
/**
|
|
30871
|
+
* The location of the DB home.
|
|
30872
|
+
*/
|
|
30873
|
+
homeDirectory?: pulumi.Input<string>;
|
|
30874
|
+
/**
|
|
30875
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
30876
|
+
*/
|
|
30877
|
+
hostName?: pulumi.Input<string>;
|
|
30878
|
+
/**
|
|
30879
|
+
* The name of the ASM instance.
|
|
30880
|
+
*/
|
|
30881
|
+
instanceName?: pulumi.Input<string>;
|
|
30882
|
+
/**
|
|
30883
|
+
* Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
|
|
30884
|
+
*/
|
|
30885
|
+
isAutoEnablePluggableDatabase?: pulumi.Input<boolean>;
|
|
30886
|
+
/**
|
|
30887
|
+
* Indicates whether the Oracle Database is part of a cluster.
|
|
30888
|
+
*/
|
|
30889
|
+
isCluster?: pulumi.Input<boolean>;
|
|
30890
|
+
/**
|
|
30891
|
+
* Indicates whether the cluster is an Oracle Flex Cluster or not.
|
|
30892
|
+
*/
|
|
30893
|
+
isFlexCluster?: pulumi.Input<boolean>;
|
|
30894
|
+
/**
|
|
30895
|
+
* Indicates whether Oracle Flex ASM is enabled or not.
|
|
30896
|
+
*/
|
|
30897
|
+
isFlexEnabled?: pulumi.Input<boolean>;
|
|
30898
|
+
/**
|
|
30899
|
+
* Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
|
|
30900
|
+
*/
|
|
30901
|
+
isSelectedForMonitoring?: pulumi.Input<boolean>;
|
|
30902
|
+
/**
|
|
30903
|
+
* The listener alias.
|
|
30904
|
+
*/
|
|
30905
|
+
listenerAlias?: pulumi.Input<string>;
|
|
30906
|
+
/**
|
|
30907
|
+
* The type of listener.
|
|
30908
|
+
*/
|
|
30909
|
+
listenerType?: pulumi.Input<string>;
|
|
30910
|
+
/**
|
|
30911
|
+
* The destination directory of the listener log file.
|
|
30912
|
+
*/
|
|
30913
|
+
logDirectory?: pulumi.Input<string>;
|
|
30914
|
+
/**
|
|
30915
|
+
* The total memory in gigabytes (GB) on the DB node.
|
|
30916
|
+
*/
|
|
30917
|
+
memorySizeInGbs?: pulumi.Input<number>;
|
|
30918
|
+
/**
|
|
30919
|
+
* The list of network address configurations of the cloud cluster.
|
|
30920
|
+
*/
|
|
30921
|
+
networkConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration>[]>;
|
|
30922
|
+
/**
|
|
30923
|
+
* The name of the node with the VIP.
|
|
30924
|
+
*/
|
|
30925
|
+
nodeName?: pulumi.Input<string>;
|
|
30926
|
+
/**
|
|
30927
|
+
* The role of the cluster node.
|
|
30928
|
+
*/
|
|
30929
|
+
nodeRole?: pulumi.Input<string>;
|
|
30930
|
+
/**
|
|
30931
|
+
* The location of the Oracle Cluster Registry (OCR) file.
|
|
30932
|
+
*/
|
|
30933
|
+
ocrFileLocation?: pulumi.Input<string>;
|
|
30934
|
+
/**
|
|
30935
|
+
* The Oracle home location of the DB instance.
|
|
30936
|
+
*/
|
|
30937
|
+
oracleHome?: pulumi.Input<string>;
|
|
30938
|
+
/**
|
|
30939
|
+
* The list of Pluggable Databases.
|
|
30940
|
+
*/
|
|
30941
|
+
pluggableDatabases?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase>[]>;
|
|
30942
|
+
/**
|
|
30943
|
+
* 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.
|
|
30944
|
+
*/
|
|
30945
|
+
resourceId?: pulumi.Input<string>;
|
|
30946
|
+
/**
|
|
30947
|
+
* The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
|
|
30948
|
+
*/
|
|
30949
|
+
scanConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentScanConfiguration>[]>;
|
|
30950
|
+
/**
|
|
30951
|
+
* The state of the discovered DB system component.
|
|
30952
|
+
*/
|
|
30953
|
+
status?: pulumi.Input<string>;
|
|
30954
|
+
/**
|
|
30955
|
+
* The destination directory of the listener trace file.
|
|
30956
|
+
*/
|
|
30957
|
+
traceDirectory?: pulumi.Input<string>;
|
|
30958
|
+
/**
|
|
30959
|
+
* The version of Oracle Clusterware running in the cluster.
|
|
30960
|
+
*/
|
|
30961
|
+
version?: pulumi.Input<string>;
|
|
30962
|
+
/**
|
|
30963
|
+
* The list of Virtual IP (VIP) configurations of the cloud cluster.
|
|
30964
|
+
*/
|
|
30965
|
+
vipConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentVipConfiguration>[]>;
|
|
30966
|
+
}
|
|
30967
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentAsmInstance {
|
|
30968
|
+
/**
|
|
30969
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
30970
|
+
*/
|
|
30971
|
+
adrHomeDirectory?: pulumi.Input<string>;
|
|
30972
|
+
/**
|
|
30973
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
30974
|
+
*/
|
|
30975
|
+
hostName?: pulumi.Input<string>;
|
|
30976
|
+
/**
|
|
30977
|
+
* The name of the ASM instance.
|
|
30978
|
+
*/
|
|
30979
|
+
instanceName?: pulumi.Input<string>;
|
|
30980
|
+
}
|
|
30981
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent {
|
|
30982
|
+
/**
|
|
30983
|
+
* The association type.
|
|
30984
|
+
*/
|
|
30985
|
+
associationType?: pulumi.Input<string>;
|
|
30986
|
+
/**
|
|
30987
|
+
* The identifier of the discovered DB system component.
|
|
30988
|
+
*/
|
|
30989
|
+
componentId?: pulumi.Input<string>;
|
|
30990
|
+
/**
|
|
30991
|
+
* The component type.
|
|
30992
|
+
*/
|
|
30993
|
+
componentType?: pulumi.Input<string>;
|
|
30994
|
+
}
|
|
30995
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentClusterInstance {
|
|
30996
|
+
/**
|
|
30997
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
30998
|
+
*/
|
|
30999
|
+
adrHomeDirectory?: pulumi.Input<string>;
|
|
31000
|
+
/**
|
|
31001
|
+
* The unique identifier of the Oracle cluster.
|
|
31002
|
+
*/
|
|
31003
|
+
clusterId?: pulumi.Input<string>;
|
|
31004
|
+
/**
|
|
31005
|
+
* The connector details used to connect to the cloud DB system component.
|
|
31006
|
+
*/
|
|
31007
|
+
connectors?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector>[]>;
|
|
31008
|
+
/**
|
|
31009
|
+
* The Oracle base location of Cluster Ready Services (CRS).
|
|
31010
|
+
*/
|
|
31011
|
+
crsBaseDirectory?: pulumi.Input<string>;
|
|
31012
|
+
/**
|
|
31013
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
31014
|
+
*/
|
|
31015
|
+
hostName?: pulumi.Input<string>;
|
|
31016
|
+
/**
|
|
31017
|
+
* The role of the cluster node.
|
|
31018
|
+
*/
|
|
31019
|
+
nodeRole?: pulumi.Input<string>;
|
|
31020
|
+
}
|
|
31021
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector {
|
|
31022
|
+
/**
|
|
31023
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
31024
|
+
*/
|
|
31025
|
+
agentId?: pulumi.Input<string>;
|
|
31026
|
+
/**
|
|
31027
|
+
* The error message indicating the reason for connection failure or `null` if the connection was successful.
|
|
31028
|
+
*/
|
|
31029
|
+
connectionFailureMessage?: pulumi.Input<string>;
|
|
31030
|
+
/**
|
|
31031
|
+
* The connection details required to connect to a cloud DB system component.
|
|
31032
|
+
*/
|
|
31033
|
+
connectionInfos?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo>[]>;
|
|
31034
|
+
/**
|
|
31035
|
+
* The status of connectivity to the cloud DB system component.
|
|
31036
|
+
*/
|
|
31037
|
+
connectionStatus?: pulumi.Input<string>;
|
|
31038
|
+
/**
|
|
31039
|
+
* The type of connector.
|
|
31040
|
+
*/
|
|
31041
|
+
connectorType?: pulumi.Input<string>;
|
|
31042
|
+
/**
|
|
31043
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
31044
|
+
*/
|
|
31045
|
+
displayName?: pulumi.Input<string>;
|
|
31046
|
+
/**
|
|
31047
|
+
* The date and time the connectionStatus of the cloud DB system connector was last updated.
|
|
31048
|
+
*/
|
|
31049
|
+
timeConnectionStatusLastUpdated?: pulumi.Input<string>;
|
|
31050
|
+
}
|
|
31051
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo {
|
|
31052
|
+
/**
|
|
31053
|
+
* The component type.
|
|
31054
|
+
*/
|
|
31055
|
+
componentType?: pulumi.Input<string>;
|
|
31056
|
+
/**
|
|
31057
|
+
* The credentials used to connect to the Cloud ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
|
31058
|
+
*/
|
|
31059
|
+
connectionCredentials?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>[]>;
|
|
31060
|
+
/**
|
|
31061
|
+
* The Oracle Database connection string.
|
|
31062
|
+
*/
|
|
31063
|
+
connectionStrings?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>[]>;
|
|
31064
|
+
}
|
|
31065
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential {
|
|
31066
|
+
/**
|
|
31067
|
+
* The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
|
31068
|
+
*/
|
|
31069
|
+
credentialName?: pulumi.Input<string>;
|
|
31070
|
+
/**
|
|
31071
|
+
* The type of credential used to connect to the ASM instance.
|
|
31072
|
+
*/
|
|
31073
|
+
credentialType?: pulumi.Input<string>;
|
|
31074
|
+
/**
|
|
31075
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
|
31076
|
+
*/
|
|
31077
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
31078
|
+
/**
|
|
31079
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
|
31080
|
+
*/
|
|
31081
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
31082
|
+
/**
|
|
31083
|
+
* The role of the user connecting to the ASM instance.
|
|
31084
|
+
*/
|
|
31085
|
+
role?: pulumi.Input<string>;
|
|
31086
|
+
/**
|
|
31087
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
|
31088
|
+
*/
|
|
31089
|
+
sslSecretId?: pulumi.Input<string>;
|
|
31090
|
+
/**
|
|
31091
|
+
* The user name used to connect to the ASM instance.
|
|
31092
|
+
*/
|
|
31093
|
+
userName?: pulumi.Input<string>;
|
|
31094
|
+
}
|
|
31095
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString {
|
|
31096
|
+
/**
|
|
31097
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
31098
|
+
*/
|
|
31099
|
+
hostName?: pulumi.Input<string>;
|
|
31100
|
+
/**
|
|
31101
|
+
* The list of host names of the ASM instances.
|
|
31102
|
+
*/
|
|
31103
|
+
hosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
31104
|
+
/**
|
|
31105
|
+
* The port used to connect to the ASM instance.
|
|
31106
|
+
*/
|
|
31107
|
+
port?: pulumi.Input<number>;
|
|
31108
|
+
/**
|
|
31109
|
+
* The protocol used to connect to the ASM instance.
|
|
31110
|
+
*/
|
|
31111
|
+
protocol?: pulumi.Input<string>;
|
|
31112
|
+
/**
|
|
31113
|
+
* The service name of the ASM instance.
|
|
31114
|
+
*/
|
|
31115
|
+
service?: pulumi.Input<string>;
|
|
31116
|
+
}
|
|
31117
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentConnector {
|
|
31118
|
+
/**
|
|
31119
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
31120
|
+
*/
|
|
31121
|
+
agentId?: pulumi.Input<string>;
|
|
31122
|
+
/**
|
|
31123
|
+
* The error message indicating the reason for connection failure or `null` if the connection was successful.
|
|
31124
|
+
*/
|
|
31125
|
+
connectionFailureMessage?: pulumi.Input<string>;
|
|
31126
|
+
/**
|
|
31127
|
+
* The connection details required to connect to a cloud DB system component.
|
|
31128
|
+
*/
|
|
31129
|
+
connectionInfos?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo>[]>;
|
|
31130
|
+
/**
|
|
31131
|
+
* The status of connectivity to the cloud DB system component.
|
|
31132
|
+
*/
|
|
31133
|
+
connectionStatus?: pulumi.Input<string>;
|
|
31134
|
+
/**
|
|
31135
|
+
* The type of connector.
|
|
31136
|
+
*/
|
|
31137
|
+
connectorType?: pulumi.Input<string>;
|
|
31138
|
+
/**
|
|
31139
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
31140
|
+
*/
|
|
31141
|
+
displayName?: pulumi.Input<string>;
|
|
31142
|
+
/**
|
|
31143
|
+
* The date and time the connectionStatus of the cloud DB system connector was last updated.
|
|
31144
|
+
*/
|
|
31145
|
+
timeConnectionStatusLastUpdated?: pulumi.Input<string>;
|
|
31146
|
+
}
|
|
31147
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo {
|
|
31148
|
+
/**
|
|
31149
|
+
* The component type.
|
|
31150
|
+
*/
|
|
31151
|
+
componentType?: pulumi.Input<string>;
|
|
31152
|
+
/**
|
|
31153
|
+
* The credentials used to connect to the Cloud ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
|
31154
|
+
*/
|
|
31155
|
+
connectionCredentials?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential>[]>;
|
|
31156
|
+
/**
|
|
31157
|
+
* The Oracle Database connection string.
|
|
31158
|
+
*/
|
|
31159
|
+
connectionStrings?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString>[]>;
|
|
31160
|
+
}
|
|
31161
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential {
|
|
31162
|
+
/**
|
|
31163
|
+
* The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
|
31164
|
+
*/
|
|
31165
|
+
credentialName?: pulumi.Input<string>;
|
|
31166
|
+
/**
|
|
31167
|
+
* The type of credential used to connect to the ASM instance.
|
|
31168
|
+
*/
|
|
31169
|
+
credentialType?: pulumi.Input<string>;
|
|
31170
|
+
/**
|
|
31171
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
|
31172
|
+
*/
|
|
31173
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
31174
|
+
/**
|
|
31175
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
|
31176
|
+
*/
|
|
31177
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
31178
|
+
/**
|
|
31179
|
+
* The role of the user connecting to the ASM instance.
|
|
31180
|
+
*/
|
|
31181
|
+
role?: pulumi.Input<string>;
|
|
31182
|
+
/**
|
|
31183
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
|
31184
|
+
*/
|
|
31185
|
+
sslSecretId?: pulumi.Input<string>;
|
|
31186
|
+
/**
|
|
31187
|
+
* The user name used to connect to the ASM instance.
|
|
31188
|
+
*/
|
|
31189
|
+
userName?: pulumi.Input<string>;
|
|
31190
|
+
}
|
|
31191
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString {
|
|
31192
|
+
/**
|
|
31193
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
31194
|
+
*/
|
|
31195
|
+
hostName?: pulumi.Input<string>;
|
|
31196
|
+
/**
|
|
31197
|
+
* The list of host names of the ASM instances.
|
|
31198
|
+
*/
|
|
31199
|
+
hosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
31200
|
+
/**
|
|
31201
|
+
* The port used to connect to the ASM instance.
|
|
31202
|
+
*/
|
|
31203
|
+
port?: pulumi.Input<number>;
|
|
31204
|
+
/**
|
|
31205
|
+
* The protocol used to connect to the ASM instance.
|
|
31206
|
+
*/
|
|
31207
|
+
protocol?: pulumi.Input<string>;
|
|
31208
|
+
/**
|
|
31209
|
+
* The service name of the ASM instance.
|
|
31210
|
+
*/
|
|
31211
|
+
service?: pulumi.Input<string>;
|
|
31212
|
+
}
|
|
31213
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentDbInstance {
|
|
31214
|
+
/**
|
|
31215
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
31216
|
+
*/
|
|
31217
|
+
adrHomeDirectory?: pulumi.Input<string>;
|
|
31218
|
+
/**
|
|
31219
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
31220
|
+
*/
|
|
31221
|
+
hostName?: pulumi.Input<string>;
|
|
31222
|
+
/**
|
|
31223
|
+
* The name of the ASM instance.
|
|
31224
|
+
*/
|
|
31225
|
+
instanceName?: pulumi.Input<string>;
|
|
31226
|
+
/**
|
|
31227
|
+
* The name of the node with the VIP.
|
|
31228
|
+
*/
|
|
31229
|
+
nodeName?: pulumi.Input<string>;
|
|
31230
|
+
/**
|
|
31231
|
+
* The Oracle home location of the DB instance.
|
|
31232
|
+
*/
|
|
31233
|
+
oracleHome?: pulumi.Input<string>;
|
|
31234
|
+
}
|
|
31235
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentEndpoint {
|
|
31236
|
+
/**
|
|
31237
|
+
* The host name or IP address.
|
|
31238
|
+
*/
|
|
31239
|
+
host?: pulumi.Input<string>;
|
|
31240
|
+
/**
|
|
31241
|
+
* The unique name of the service.
|
|
31242
|
+
*/
|
|
31243
|
+
key?: pulumi.Input<string>;
|
|
31244
|
+
/**
|
|
31245
|
+
* The port used to connect to the ASM instance.
|
|
31246
|
+
*/
|
|
31247
|
+
port?: pulumi.Input<number>;
|
|
31248
|
+
/**
|
|
31249
|
+
* The protocol used to connect to the ASM instance.
|
|
31250
|
+
*/
|
|
31251
|
+
protocol?: pulumi.Input<string>;
|
|
31252
|
+
/**
|
|
31253
|
+
* The list of services registered with the listener.
|
|
29218
31254
|
*/
|
|
29219
|
-
|
|
31255
|
+
services?: pulumi.Input<pulumi.Input<string>[]>;
|
|
31256
|
+
}
|
|
31257
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration {
|
|
29220
31258
|
/**
|
|
29221
|
-
*
|
|
31259
|
+
* The network number from which VIPs are obtained.
|
|
29222
31260
|
*/
|
|
29223
|
-
|
|
31261
|
+
networkNumber?: pulumi.Input<number>;
|
|
29224
31262
|
/**
|
|
29225
|
-
*
|
|
31263
|
+
* The network type.
|
|
29226
31264
|
*/
|
|
29227
|
-
|
|
31265
|
+
networkType?: pulumi.Input<string>;
|
|
29228
31266
|
/**
|
|
29229
|
-
*
|
|
31267
|
+
* The subnet for the network.
|
|
29230
31268
|
*/
|
|
29231
|
-
|
|
31269
|
+
subnet?: pulumi.Input<string>;
|
|
29232
31270
|
}
|
|
29233
|
-
interface
|
|
31271
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase {
|
|
29234
31272
|
/**
|
|
29235
|
-
*
|
|
31273
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud DB system resides.
|
|
29236
31274
|
*/
|
|
29237
|
-
|
|
31275
|
+
compartmentId?: pulumi.Input<string>;
|
|
29238
31276
|
/**
|
|
29239
|
-
*
|
|
31277
|
+
* The connector details used to connect to the cloud DB system component.
|
|
29240
31278
|
*/
|
|
29241
|
-
|
|
29242
|
-
}
|
|
29243
|
-
interface VmClusterAddVirtualNetworkCloudAutomationUpdateDetailFreezePeriod {
|
|
31279
|
+
connectors?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector>[]>;
|
|
29244
31280
|
/**
|
|
29245
|
-
*
|
|
31281
|
+
* The unique identifier of the parent Container Database (CDB).
|
|
29246
31282
|
*/
|
|
29247
|
-
|
|
31283
|
+
containerDatabaseId?: pulumi.Input<string>;
|
|
29248
31284
|
/**
|
|
29249
|
-
*
|
|
31285
|
+
* The unique identifier of the PDB.
|
|
29250
31286
|
*/
|
|
29251
|
-
|
|
31287
|
+
guid?: pulumi.Input<string>;
|
|
29252
31288
|
}
|
|
29253
|
-
interface
|
|
31289
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector {
|
|
29254
31290
|
/**
|
|
29255
|
-
*
|
|
31291
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
29256
31292
|
*/
|
|
29257
|
-
|
|
31293
|
+
agentId?: pulumi.Input<string>;
|
|
29258
31294
|
/**
|
|
29259
|
-
*
|
|
31295
|
+
* The error message indicating the reason for connection failure or `null` if the connection was successful.
|
|
29260
31296
|
*/
|
|
29261
|
-
|
|
31297
|
+
connectionFailureMessage?: pulumi.Input<string>;
|
|
29262
31298
|
/**
|
|
29263
|
-
*
|
|
31299
|
+
* The connection details required to connect to a cloud DB system component.
|
|
29264
31300
|
*/
|
|
29265
|
-
|
|
29266
|
-
}
|
|
29267
|
-
interface VmClusterAddVirtualNetworkDbServer {
|
|
31301
|
+
connectionInfos?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>[]>;
|
|
29268
31302
|
/**
|
|
29269
|
-
* The
|
|
31303
|
+
* The status of connectivity to the cloud DB system component.
|
|
29270
31304
|
*/
|
|
29271
|
-
|
|
29272
|
-
}
|
|
29273
|
-
interface VmClusterAddVirtualNetworkFileSystemConfigurationDetail {
|
|
31305
|
+
connectionStatus?: pulumi.Input<string>;
|
|
29274
31306
|
/**
|
|
29275
|
-
* The
|
|
31307
|
+
* The type of connector.
|
|
29276
31308
|
*/
|
|
29277
|
-
|
|
31309
|
+
connectorType?: pulumi.Input<string>;
|
|
29278
31310
|
/**
|
|
29279
|
-
* The
|
|
31311
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
29280
31312
|
*/
|
|
29281
|
-
|
|
29282
|
-
}
|
|
29283
|
-
interface VmClusterCloudAutomationUpdateDetails {
|
|
31313
|
+
displayName?: pulumi.Input<string>;
|
|
29284
31314
|
/**
|
|
29285
|
-
*
|
|
31315
|
+
* The date and time the connectionStatus of the cloud DB system connector was last updated.
|
|
29286
31316
|
*/
|
|
29287
|
-
|
|
31317
|
+
timeConnectionStatusLastUpdated?: pulumi.Input<string>;
|
|
31318
|
+
}
|
|
31319
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo {
|
|
29288
31320
|
/**
|
|
29289
|
-
*
|
|
31321
|
+
* The component type.
|
|
29290
31322
|
*/
|
|
29291
|
-
|
|
31323
|
+
componentType?: pulumi.Input<string>;
|
|
29292
31324
|
/**
|
|
29293
|
-
*
|
|
31325
|
+
* The credentials used to connect to the Cloud ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
|
29294
31326
|
*/
|
|
29295
|
-
|
|
31327
|
+
connectionCredentials?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>[]>;
|
|
29296
31328
|
/**
|
|
29297
|
-
*
|
|
31329
|
+
* The Oracle Database connection string.
|
|
29298
31330
|
*/
|
|
29299
|
-
|
|
31331
|
+
connectionStrings?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>[]>;
|
|
29300
31332
|
}
|
|
29301
|
-
interface
|
|
31333
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential {
|
|
29302
31334
|
/**
|
|
29303
|
-
*
|
|
31335
|
+
* The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
|
29304
31336
|
*/
|
|
29305
|
-
|
|
31337
|
+
credentialName?: pulumi.Input<string>;
|
|
29306
31338
|
/**
|
|
29307
|
-
*
|
|
31339
|
+
* The type of credential used to connect to the ASM instance.
|
|
29308
31340
|
*/
|
|
29309
|
-
|
|
29310
|
-
}
|
|
29311
|
-
interface VmClusterCloudAutomationUpdateDetailsFreezePeriod {
|
|
31341
|
+
credentialType?: pulumi.Input<string>;
|
|
29312
31342
|
/**
|
|
29313
|
-
* (
|
|
31343
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
|
29314
31344
|
*/
|
|
29315
|
-
|
|
31345
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
29316
31346
|
/**
|
|
29317
|
-
* (
|
|
31347
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
|
29318
31348
|
*/
|
|
29319
|
-
|
|
29320
|
-
}
|
|
29321
|
-
interface VmClusterDataCollectionOptions {
|
|
31349
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
29322
31350
|
/**
|
|
29323
|
-
*
|
|
31351
|
+
* The role of the user connecting to the ASM instance.
|
|
29324
31352
|
*/
|
|
29325
|
-
|
|
31353
|
+
role?: pulumi.Input<string>;
|
|
29326
31354
|
/**
|
|
29327
|
-
* (
|
|
31355
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
|
29328
31356
|
*/
|
|
29329
|
-
|
|
31357
|
+
sslSecretId?: pulumi.Input<string>;
|
|
29330
31358
|
/**
|
|
29331
|
-
*
|
|
31359
|
+
* The user name used to connect to the ASM instance.
|
|
29332
31360
|
*/
|
|
29333
|
-
|
|
31361
|
+
userName?: pulumi.Input<string>;
|
|
29334
31362
|
}
|
|
29335
|
-
interface
|
|
31363
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString {
|
|
29336
31364
|
/**
|
|
29337
|
-
*
|
|
31365
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
29338
31366
|
*/
|
|
29339
|
-
|
|
31367
|
+
hostName?: pulumi.Input<string>;
|
|
29340
31368
|
/**
|
|
29341
|
-
*
|
|
31369
|
+
* The list of host names of the ASM instances.
|
|
29342
31370
|
*/
|
|
29343
|
-
|
|
29344
|
-
}
|
|
29345
|
-
interface VmClusterNetworkDrScan {
|
|
31371
|
+
hosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29346
31372
|
/**
|
|
29347
|
-
*
|
|
31373
|
+
* The port used to connect to the ASM instance.
|
|
29348
31374
|
*/
|
|
29349
|
-
|
|
31375
|
+
port?: pulumi.Input<number>;
|
|
29350
31376
|
/**
|
|
29351
|
-
*
|
|
31377
|
+
* The protocol used to connect to the ASM instance.
|
|
29352
31378
|
*/
|
|
29353
|
-
|
|
31379
|
+
protocol?: pulumi.Input<string>;
|
|
29354
31380
|
/**
|
|
29355
|
-
*
|
|
31381
|
+
* The service name of the ASM instance.
|
|
29356
31382
|
*/
|
|
29357
|
-
|
|
31383
|
+
service?: pulumi.Input<string>;
|
|
29358
31384
|
}
|
|
29359
|
-
interface
|
|
29360
|
-
/**
|
|
29361
|
-
* (Updatable) The SCAN hostname.
|
|
29362
|
-
*/
|
|
29363
|
-
hostname: pulumi.Input<string>;
|
|
31385
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentScanConfiguration {
|
|
29364
31386
|
/**
|
|
29365
|
-
*
|
|
31387
|
+
* The network number from which VIPs are obtained.
|
|
29366
31388
|
*/
|
|
29367
|
-
|
|
31389
|
+
networkNumber?: pulumi.Input<number>;
|
|
29368
31390
|
/**
|
|
29369
|
-
*
|
|
31391
|
+
* The name of the SCAN listener.
|
|
29370
31392
|
*/
|
|
29371
|
-
|
|
31393
|
+
scanName?: pulumi.Input<string>;
|
|
29372
31394
|
/**
|
|
29373
|
-
*
|
|
31395
|
+
* The port number of the SCAN listener.
|
|
29374
31396
|
*/
|
|
29375
|
-
|
|
31397
|
+
scanPort?: pulumi.Input<number>;
|
|
29376
31398
|
/**
|
|
29377
|
-
*
|
|
31399
|
+
* The protocol of the SCAN listener.
|
|
29378
31400
|
*/
|
|
29379
|
-
|
|
31401
|
+
scanProtocol?: pulumi.Input<string>;
|
|
29380
31402
|
}
|
|
29381
|
-
interface
|
|
31403
|
+
interface CloudDbSystemDiscoveryDiscoveredComponentVipConfiguration {
|
|
29382
31404
|
/**
|
|
29383
|
-
*
|
|
31405
|
+
* The VIP name or IP address.
|
|
29384
31406
|
*/
|
|
29385
|
-
|
|
31407
|
+
address?: pulumi.Input<string>;
|
|
29386
31408
|
/**
|
|
29387
|
-
*
|
|
31409
|
+
* The network number from which VIPs are obtained.
|
|
29388
31410
|
*/
|
|
29389
|
-
|
|
31411
|
+
networkNumber?: pulumi.Input<number>;
|
|
29390
31412
|
/**
|
|
29391
|
-
*
|
|
31413
|
+
* The name of the node with the VIP.
|
|
29392
31414
|
*/
|
|
29393
|
-
|
|
31415
|
+
nodeName?: pulumi.Input<string>;
|
|
31416
|
+
}
|
|
31417
|
+
interface CloudDbSystemDiscoveryPatchOperation {
|
|
29394
31418
|
/**
|
|
29395
|
-
* (Updatable) The
|
|
31419
|
+
* (Updatable) The operation can be one of these values: `MERGE`
|
|
29396
31420
|
*/
|
|
29397
|
-
|
|
31421
|
+
operation: pulumi.Input<string>;
|
|
29398
31422
|
/**
|
|
29399
|
-
* (Updatable)
|
|
31423
|
+
* (Updatable)
|
|
29400
31424
|
*/
|
|
29401
|
-
|
|
31425
|
+
selection: pulumi.Input<string>;
|
|
29402
31426
|
/**
|
|
29403
|
-
* (Updatable)
|
|
31427
|
+
* (Updatable)
|
|
29404
31428
|
*
|
|
29405
31429
|
*
|
|
29406
31430
|
* ** IMPORTANT **
|
|
29407
31431
|
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
29408
31432
|
*/
|
|
29409
|
-
|
|
31433
|
+
value?: pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperationValue>;
|
|
29410
31434
|
}
|
|
29411
|
-
interface
|
|
31435
|
+
interface CloudDbSystemDiscoveryPatchOperationValue {
|
|
29412
31436
|
/**
|
|
29413
|
-
* (
|
|
29414
|
-
*/
|
|
29415
|
-
dbServerId?: pulumi.Input<string>;
|
|
29416
|
-
/**
|
|
29417
|
-
* (Updatable) The node host name.
|
|
29418
|
-
*/
|
|
29419
|
-
hostname: pulumi.Input<string>;
|
|
29420
|
-
/**
|
|
29421
|
-
* (Updatable) The node IP address.
|
|
31437
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud DB system resides.
|
|
29422
31438
|
*/
|
|
29423
|
-
|
|
31439
|
+
compartmentId?: pulumi.Input<string>;
|
|
29424
31440
|
/**
|
|
29425
|
-
*
|
|
31441
|
+
* The connector details used to connect to the cloud DB system component.
|
|
29426
31442
|
*/
|
|
29427
|
-
|
|
31443
|
+
connector?: pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperationValueConnector>;
|
|
29428
31444
|
/**
|
|
29429
|
-
* (Updatable) The
|
|
31445
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
29430
31446
|
*/
|
|
29431
|
-
|
|
31447
|
+
displayName?: pulumi.Input<string>;
|
|
29432
31448
|
/**
|
|
29433
|
-
*
|
|
31449
|
+
* Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
|
|
29434
31450
|
*/
|
|
29435
|
-
|
|
31451
|
+
isSelectedForMonitoring?: pulumi.Input<boolean>;
|
|
29436
31452
|
}
|
|
29437
|
-
interface
|
|
31453
|
+
interface CloudDbSystemDiscoveryPatchOperationValueConnector {
|
|
29438
31454
|
/**
|
|
29439
|
-
*
|
|
31455
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent used for the cloud DB system discovery.
|
|
29440
31456
|
*/
|
|
29441
|
-
|
|
31457
|
+
agentId?: pulumi.Input<string>;
|
|
29442
31458
|
/**
|
|
29443
|
-
*
|
|
31459
|
+
* The connection details required to connect to a cloud DB system component.
|
|
29444
31460
|
*/
|
|
29445
|
-
|
|
31461
|
+
connectionInfo?: pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo>;
|
|
29446
31462
|
/**
|
|
29447
|
-
*
|
|
31463
|
+
* The type of connector.
|
|
29448
31464
|
*/
|
|
29449
|
-
|
|
31465
|
+
connectorType: pulumi.Input<string>;
|
|
29450
31466
|
/**
|
|
29451
|
-
*
|
|
31467
|
+
* (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
|
|
29452
31468
|
*/
|
|
29453
|
-
|
|
31469
|
+
displayName: pulumi.Input<string>;
|
|
29454
31470
|
}
|
|
29455
|
-
interface
|
|
31471
|
+
interface CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo {
|
|
29456
31472
|
/**
|
|
29457
|
-
*
|
|
31473
|
+
* The component type.
|
|
29458
31474
|
*/
|
|
29459
|
-
|
|
31475
|
+
componentType: pulumi.Input<string>;
|
|
29460
31476
|
/**
|
|
29461
|
-
*
|
|
31477
|
+
* The credentials used to connect to the Cloud ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
|
29462
31478
|
*/
|
|
29463
|
-
|
|
31479
|
+
connectionCredentials?: pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials>;
|
|
31480
|
+
/**
|
|
31481
|
+
* The Oracle Database connection string.
|
|
31482
|
+
*/
|
|
31483
|
+
connectionString?: pulumi.Input<inputs.DatabaseManagement.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString>;
|
|
29464
31484
|
}
|
|
29465
|
-
interface
|
|
31485
|
+
interface CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials {
|
|
29466
31486
|
/**
|
|
29467
|
-
*
|
|
31487
|
+
* The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
|
29468
31488
|
*/
|
|
29469
|
-
|
|
31489
|
+
credentialName?: pulumi.Input<string>;
|
|
29470
31490
|
/**
|
|
29471
|
-
*
|
|
31491
|
+
* The type of credential used to connect to the ASM instance.
|
|
29472
31492
|
*/
|
|
29473
|
-
|
|
29474
|
-
}
|
|
29475
|
-
interface VmClusterRemoveVirtualMachineDataCollectionOption {
|
|
31493
|
+
credentialType: pulumi.Input<string>;
|
|
29476
31494
|
/**
|
|
29477
|
-
*
|
|
31495
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
|
29478
31496
|
*/
|
|
29479
|
-
|
|
31497
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
29480
31498
|
/**
|
|
29481
|
-
*
|
|
31499
|
+
* The role of the user connecting to the ASM instance.
|
|
29482
31500
|
*/
|
|
29483
|
-
|
|
31501
|
+
role?: pulumi.Input<string>;
|
|
29484
31502
|
/**
|
|
29485
|
-
*
|
|
31503
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
|
29486
31504
|
*/
|
|
29487
|
-
|
|
29488
|
-
}
|
|
29489
|
-
interface VmClusterRemoveVirtualMachineDbServer {
|
|
31505
|
+
sslSecretId?: pulumi.Input<string>;
|
|
29490
31506
|
/**
|
|
29491
|
-
* The
|
|
31507
|
+
* The user name used to connect to the ASM instance.
|
|
29492
31508
|
*/
|
|
29493
|
-
|
|
31509
|
+
userName?: pulumi.Input<string>;
|
|
29494
31510
|
}
|
|
29495
|
-
interface
|
|
31511
|
+
interface CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString {
|
|
29496
31512
|
/**
|
|
29497
|
-
* The
|
|
31513
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
29498
31514
|
*/
|
|
29499
|
-
|
|
31515
|
+
hostName?: pulumi.Input<string>;
|
|
29500
31516
|
/**
|
|
29501
|
-
* The
|
|
31517
|
+
* The list of host names of the ASM instances.
|
|
29502
31518
|
*/
|
|
29503
|
-
|
|
29504
|
-
}
|
|
29505
|
-
}
|
|
29506
|
-
export declare namespace DatabaseManagement {
|
|
29507
|
-
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetails {
|
|
31519
|
+
hosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29508
31520
|
/**
|
|
29509
|
-
* The
|
|
31521
|
+
* The port used to connect to the ASM instance.
|
|
29510
31522
|
*/
|
|
29511
|
-
|
|
31523
|
+
port?: pulumi.Input<number>;
|
|
29512
31524
|
/**
|
|
29513
|
-
* The
|
|
31525
|
+
* The protocol used to connect to the ASM instance.
|
|
29514
31526
|
*/
|
|
29515
|
-
|
|
31527
|
+
protocol?: pulumi.Input<string>;
|
|
29516
31528
|
/**
|
|
29517
|
-
* The name of the
|
|
31529
|
+
* The service name of the ASM instance.
|
|
29518
31530
|
*/
|
|
29519
|
-
|
|
31531
|
+
service?: pulumi.Input<string>;
|
|
29520
31532
|
}
|
|
29521
|
-
interface
|
|
31533
|
+
interface CloudDbSystemStackMonitoringConfig {
|
|
29522
31534
|
/**
|
|
29523
|
-
* The
|
|
29524
|
-
* * PE: Private endpoint
|
|
29525
|
-
* * MACS: Management agent
|
|
29526
|
-
* * EXTERNAL: External database connector
|
|
29527
|
-
* * DIRECT: Direct connection
|
|
31535
|
+
* The status of the associated service.
|
|
29528
31536
|
*/
|
|
29529
|
-
|
|
31537
|
+
isEnabled: pulumi.Input<boolean>;
|
|
29530
31538
|
/**
|
|
29531
|
-
* The
|
|
31539
|
+
* The associated service-specific inputs in JSON string format, which Database Management can identify.
|
|
31540
|
+
*
|
|
31541
|
+
*
|
|
31542
|
+
* ** IMPORTANT **
|
|
31543
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
29532
31544
|
*/
|
|
29533
|
-
|
|
31545
|
+
metadata?: pulumi.Input<string>;
|
|
31546
|
+
}
|
|
31547
|
+
interface CloudListenerEndpoint {
|
|
29534
31548
|
/**
|
|
29535
|
-
* The
|
|
31549
|
+
* The host name or IP address.
|
|
29536
31550
|
*/
|
|
29537
|
-
|
|
31551
|
+
host?: pulumi.Input<string>;
|
|
29538
31552
|
/**
|
|
29539
|
-
* The
|
|
31553
|
+
* The unique name of the service.
|
|
29540
31554
|
*/
|
|
29541
|
-
|
|
29542
|
-
}
|
|
29543
|
-
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetails {
|
|
31555
|
+
key?: pulumi.Input<string>;
|
|
29544
31556
|
/**
|
|
29545
|
-
* The
|
|
31557
|
+
* The port number.
|
|
29546
31558
|
*/
|
|
29547
|
-
|
|
31559
|
+
port?: pulumi.Input<number>;
|
|
29548
31560
|
/**
|
|
29549
|
-
* The
|
|
31561
|
+
* The listener protocol.
|
|
29550
31562
|
*/
|
|
29551
|
-
|
|
31563
|
+
protocol?: pulumi.Input<string>;
|
|
31564
|
+
/**
|
|
31565
|
+
* The list of services registered with the listener.
|
|
31566
|
+
*/
|
|
31567
|
+
services?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29552
31568
|
}
|
|
29553
|
-
interface
|
|
31569
|
+
interface CloudListenerServicedAsm {
|
|
29554
31570
|
/**
|
|
29555
|
-
* The
|
|
29556
|
-
*
|
|
29557
|
-
* For example: inventorydb.abc112233445566778899
|
|
31571
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
|
29558
31572
|
*/
|
|
29559
|
-
|
|
31573
|
+
compartmentId?: pulumi.Input<string>;
|
|
29560
31574
|
/**
|
|
29561
|
-
* The
|
|
31575
|
+
* The user-friendly name for the database. The name does not have to be unique.
|
|
29562
31576
|
*/
|
|
29563
|
-
|
|
31577
|
+
displayName?: pulumi.Input<string>;
|
|
29564
31578
|
/**
|
|
29565
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
|
31579
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud database.
|
|
29566
31580
|
*/
|
|
29567
|
-
|
|
31581
|
+
id?: pulumi.Input<string>;
|
|
31582
|
+
}
|
|
31583
|
+
interface CloudListenerServicedDatabase {
|
|
29568
31584
|
/**
|
|
29569
|
-
* The
|
|
31585
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the cloud database resides.
|
|
29570
31586
|
*/
|
|
29571
|
-
|
|
31587
|
+
compartmentId?: pulumi.Input<string>;
|
|
29572
31588
|
/**
|
|
29573
|
-
* The
|
|
31589
|
+
* The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
|
|
29574
31590
|
*/
|
|
29575
|
-
|
|
31591
|
+
databaseSubType?: pulumi.Input<string>;
|
|
29576
31592
|
/**
|
|
29577
|
-
* The
|
|
31593
|
+
* The type of Oracle Database installation.
|
|
29578
31594
|
*/
|
|
29579
|
-
|
|
29580
|
-
}
|
|
29581
|
-
interface AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionString {
|
|
31595
|
+
databaseType?: pulumi.Input<string>;
|
|
29582
31596
|
/**
|
|
29583
|
-
* The
|
|
29584
|
-
* * BASIC: Basic connection details
|
|
31597
|
+
* The unique name of the cloud database.
|
|
29585
31598
|
*/
|
|
29586
|
-
|
|
31599
|
+
dbUniqueName?: pulumi.Input<string>;
|
|
29587
31600
|
/**
|
|
29588
|
-
* The
|
|
31601
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
|
|
29589
31602
|
*/
|
|
29590
|
-
|
|
31603
|
+
dbaasId?: pulumi.Input<string>;
|
|
29591
31604
|
/**
|
|
29592
|
-
* The
|
|
31605
|
+
* The user-friendly name for the database. The name does not have to be unique.
|
|
29593
31606
|
*/
|
|
29594
|
-
|
|
31607
|
+
displayName?: pulumi.Input<string>;
|
|
29595
31608
|
/**
|
|
29596
|
-
* The
|
|
31609
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud database.
|
|
29597
31610
|
*/
|
|
29598
|
-
|
|
31611
|
+
id?: pulumi.Input<string>;
|
|
31612
|
+
/**
|
|
31613
|
+
* Indicates whether the database is a Managed Database or not.
|
|
31614
|
+
*/
|
|
31615
|
+
isManaged?: pulumi.Input<boolean>;
|
|
29599
31616
|
}
|
|
29600
31617
|
interface DatabaseDbmFeaturesManagementFeatureDetails {
|
|
29601
31618
|
/**
|
|
@@ -29619,7 +31636,7 @@ export declare namespace DatabaseManagement {
|
|
|
29619
31636
|
*/
|
|
29620
31637
|
isAutoEnablePluggableDatabase?: pulumi.Input<boolean>;
|
|
29621
31638
|
/**
|
|
29622
|
-
* The management type for the database.
|
|
31639
|
+
* The management type for the database. Use "BASIC" for basic management. Use "ADVANCED" for full management.
|
|
29623
31640
|
*/
|
|
29624
31641
|
managementType?: pulumi.Input<string>;
|
|
29625
31642
|
}
|
|
@@ -29890,7 +31907,7 @@ export declare namespace DatabaseManagement {
|
|
|
29890
31907
|
}
|
|
29891
31908
|
interface ExternalDbSystemDiscoveryDiscoveredComponent {
|
|
29892
31909
|
/**
|
|
29893
|
-
* The Automatic Diagnostic Repository (ADR) home directory for the
|
|
31910
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
29894
31911
|
*/
|
|
29895
31912
|
adrHomeDirectory?: pulumi.Input<string>;
|
|
29896
31913
|
asmInstances?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance>[]>;
|
|
@@ -29947,6 +31964,10 @@ export declare namespace DatabaseManagement {
|
|
|
29947
31964
|
* The Oracle Database ID.
|
|
29948
31965
|
*/
|
|
29949
31966
|
dbId?: pulumi.Input<string>;
|
|
31967
|
+
/**
|
|
31968
|
+
* The list of database instances.
|
|
31969
|
+
*/
|
|
31970
|
+
dbInstances?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.ExternalDbSystemDiscoveryDiscoveredComponentDbInstance>[]>;
|
|
29950
31971
|
/**
|
|
29951
31972
|
* The name of the DB node.
|
|
29952
31973
|
*/
|
|
@@ -30039,6 +32060,10 @@ export declare namespace DatabaseManagement {
|
|
|
30039
32060
|
* The list of network address configurations of the external cluster.
|
|
30040
32061
|
*/
|
|
30041
32062
|
networkConfigurations?: pulumi.Input<pulumi.Input<inputs.DatabaseManagement.ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration>[]>;
|
|
32063
|
+
/**
|
|
32064
|
+
* The name of the node with the VIP.
|
|
32065
|
+
*/
|
|
32066
|
+
nodeName?: pulumi.Input<string>;
|
|
30042
32067
|
/**
|
|
30043
32068
|
* The role of the cluster node.
|
|
30044
32069
|
*/
|
|
@@ -30048,7 +32073,7 @@ export declare namespace DatabaseManagement {
|
|
|
30048
32073
|
*/
|
|
30049
32074
|
ocrFileLocation?: pulumi.Input<string>;
|
|
30050
32075
|
/**
|
|
30051
|
-
* The Oracle home location of the
|
|
32076
|
+
* The Oracle home location of the DB instance.
|
|
30052
32077
|
*/
|
|
30053
32078
|
oracleHome?: pulumi.Input<string>;
|
|
30054
32079
|
/**
|
|
@@ -30082,7 +32107,7 @@ export declare namespace DatabaseManagement {
|
|
|
30082
32107
|
}
|
|
30083
32108
|
interface ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance {
|
|
30084
32109
|
/**
|
|
30085
|
-
* The Automatic Diagnostic Repository (ADR) home directory for the
|
|
32110
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
30086
32111
|
*/
|
|
30087
32112
|
adrHomeDirectory?: pulumi.Input<string>;
|
|
30088
32113
|
/**
|
|
@@ -30110,7 +32135,7 @@ export declare namespace DatabaseManagement {
|
|
|
30110
32135
|
}
|
|
30111
32136
|
interface ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance {
|
|
30112
32137
|
/**
|
|
30113
|
-
* The Automatic Diagnostic Repository (ADR) home directory for the
|
|
32138
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
30114
32139
|
*/
|
|
30115
32140
|
adrHomeDirectory?: pulumi.Input<string>;
|
|
30116
32141
|
/**
|
|
@@ -30386,6 +32411,28 @@ export declare namespace DatabaseManagement {
|
|
|
30386
32411
|
*/
|
|
30387
32412
|
username?: pulumi.Input<string>;
|
|
30388
32413
|
}
|
|
32414
|
+
interface ExternalDbSystemDiscoveryDiscoveredComponentDbInstance {
|
|
32415
|
+
/**
|
|
32416
|
+
* The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
|
|
32417
|
+
*/
|
|
32418
|
+
adrHomeDirectory?: pulumi.Input<string>;
|
|
32419
|
+
/**
|
|
32420
|
+
* The host name of the database or the SCAN name in case of a RAC database.
|
|
32421
|
+
*/
|
|
32422
|
+
hostName?: pulumi.Input<string>;
|
|
32423
|
+
/**
|
|
32424
|
+
* The name of the ASM instance.
|
|
32425
|
+
*/
|
|
32426
|
+
instanceName?: pulumi.Input<string>;
|
|
32427
|
+
/**
|
|
32428
|
+
* The name of the node with the VIP.
|
|
32429
|
+
*/
|
|
32430
|
+
nodeName?: pulumi.Input<string>;
|
|
32431
|
+
/**
|
|
32432
|
+
* The Oracle home location of the DB instance.
|
|
32433
|
+
*/
|
|
32434
|
+
oracleHome?: pulumi.Input<string>;
|
|
32435
|
+
}
|
|
30389
32436
|
interface ExternalDbSystemDiscoveryDiscoveredComponentEndpoint {
|
|
30390
32437
|
/**
|
|
30391
32438
|
* The host name or IP address.
|
|
@@ -31258,6 +33305,164 @@ export declare namespace DatabaseManagement {
|
|
|
31258
33305
|
*/
|
|
31259
33306
|
privateEndPointId?: pulumi.Input<string>;
|
|
31260
33307
|
}
|
|
33308
|
+
interface GetCloudAsmDiskGroupsFilter {
|
|
33309
|
+
/**
|
|
33310
|
+
* The name of the ASM disk group.
|
|
33311
|
+
*/
|
|
33312
|
+
name: string;
|
|
33313
|
+
regex?: boolean;
|
|
33314
|
+
values: string[];
|
|
33315
|
+
}
|
|
33316
|
+
interface GetCloudAsmDiskGroupsFilterArgs {
|
|
33317
|
+
/**
|
|
33318
|
+
* The name of the ASM disk group.
|
|
33319
|
+
*/
|
|
33320
|
+
name: pulumi.Input<string>;
|
|
33321
|
+
regex?: pulumi.Input<boolean>;
|
|
33322
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33323
|
+
}
|
|
33324
|
+
interface GetCloudAsmInstancesFilter {
|
|
33325
|
+
name: string;
|
|
33326
|
+
regex?: boolean;
|
|
33327
|
+
values: string[];
|
|
33328
|
+
}
|
|
33329
|
+
interface GetCloudAsmInstancesFilterArgs {
|
|
33330
|
+
name: pulumi.Input<string>;
|
|
33331
|
+
regex?: pulumi.Input<boolean>;
|
|
33332
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33333
|
+
}
|
|
33334
|
+
interface GetCloudAsmUsersFilter {
|
|
33335
|
+
/**
|
|
33336
|
+
* The name of the ASM user.
|
|
33337
|
+
*/
|
|
33338
|
+
name: string;
|
|
33339
|
+
regex?: boolean;
|
|
33340
|
+
values: string[];
|
|
33341
|
+
}
|
|
33342
|
+
interface GetCloudAsmUsersFilterArgs {
|
|
33343
|
+
/**
|
|
33344
|
+
* The name of the ASM user.
|
|
33345
|
+
*/
|
|
33346
|
+
name: pulumi.Input<string>;
|
|
33347
|
+
regex?: pulumi.Input<boolean>;
|
|
33348
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33349
|
+
}
|
|
33350
|
+
interface GetCloudAsmsFilter {
|
|
33351
|
+
name: string;
|
|
33352
|
+
regex?: boolean;
|
|
33353
|
+
values: string[];
|
|
33354
|
+
}
|
|
33355
|
+
interface GetCloudAsmsFilterArgs {
|
|
33356
|
+
name: pulumi.Input<string>;
|
|
33357
|
+
regex?: pulumi.Input<boolean>;
|
|
33358
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33359
|
+
}
|
|
33360
|
+
interface GetCloudClusterInstancesFilter {
|
|
33361
|
+
name: string;
|
|
33362
|
+
regex?: boolean;
|
|
33363
|
+
values: string[];
|
|
33364
|
+
}
|
|
33365
|
+
interface GetCloudClusterInstancesFilterArgs {
|
|
33366
|
+
name: pulumi.Input<string>;
|
|
33367
|
+
regex?: pulumi.Input<boolean>;
|
|
33368
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33369
|
+
}
|
|
33370
|
+
interface GetCloudClustersFilter {
|
|
33371
|
+
name: string;
|
|
33372
|
+
regex?: boolean;
|
|
33373
|
+
values: string[];
|
|
33374
|
+
}
|
|
33375
|
+
interface GetCloudClustersFilterArgs {
|
|
33376
|
+
name: pulumi.Input<string>;
|
|
33377
|
+
regex?: pulumi.Input<boolean>;
|
|
33378
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33379
|
+
}
|
|
33380
|
+
interface GetCloudDatabasesFilter {
|
|
33381
|
+
name: string;
|
|
33382
|
+
regex?: boolean;
|
|
33383
|
+
values: string[];
|
|
33384
|
+
}
|
|
33385
|
+
interface GetCloudDatabasesFilterArgs {
|
|
33386
|
+
name: pulumi.Input<string>;
|
|
33387
|
+
regex?: pulumi.Input<boolean>;
|
|
33388
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33389
|
+
}
|
|
33390
|
+
interface GetCloudDbHomesFilter {
|
|
33391
|
+
name: string;
|
|
33392
|
+
regex?: boolean;
|
|
33393
|
+
values: string[];
|
|
33394
|
+
}
|
|
33395
|
+
interface GetCloudDbHomesFilterArgs {
|
|
33396
|
+
name: pulumi.Input<string>;
|
|
33397
|
+
regex?: pulumi.Input<boolean>;
|
|
33398
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33399
|
+
}
|
|
33400
|
+
interface GetCloudDbNodesFilter {
|
|
33401
|
+
name: string;
|
|
33402
|
+
regex?: boolean;
|
|
33403
|
+
values: string[];
|
|
33404
|
+
}
|
|
33405
|
+
interface GetCloudDbNodesFilterArgs {
|
|
33406
|
+
name: pulumi.Input<string>;
|
|
33407
|
+
regex?: pulumi.Input<boolean>;
|
|
33408
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33409
|
+
}
|
|
33410
|
+
interface GetCloudDbSystemConnectorsFilter {
|
|
33411
|
+
name: string;
|
|
33412
|
+
regex?: boolean;
|
|
33413
|
+
values: string[];
|
|
33414
|
+
}
|
|
33415
|
+
interface GetCloudDbSystemConnectorsFilterArgs {
|
|
33416
|
+
name: pulumi.Input<string>;
|
|
33417
|
+
regex?: pulumi.Input<boolean>;
|
|
33418
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33419
|
+
}
|
|
33420
|
+
interface GetCloudDbSystemDiscoveriesFilter {
|
|
33421
|
+
name: string;
|
|
33422
|
+
regex?: boolean;
|
|
33423
|
+
values: string[];
|
|
33424
|
+
}
|
|
33425
|
+
interface GetCloudDbSystemDiscoveriesFilterArgs {
|
|
33426
|
+
name: pulumi.Input<string>;
|
|
33427
|
+
regex?: pulumi.Input<boolean>;
|
|
33428
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33429
|
+
}
|
|
33430
|
+
interface GetCloudDbSystemsFilter {
|
|
33431
|
+
name: string;
|
|
33432
|
+
regex?: boolean;
|
|
33433
|
+
values: string[];
|
|
33434
|
+
}
|
|
33435
|
+
interface GetCloudDbSystemsFilterArgs {
|
|
33436
|
+
name: pulumi.Input<string>;
|
|
33437
|
+
regex?: pulumi.Input<boolean>;
|
|
33438
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33439
|
+
}
|
|
33440
|
+
interface GetCloudListenerServicesFilter {
|
|
33441
|
+
/**
|
|
33442
|
+
* The name of the service.
|
|
33443
|
+
*/
|
|
33444
|
+
name: string;
|
|
33445
|
+
regex?: boolean;
|
|
33446
|
+
values: string[];
|
|
33447
|
+
}
|
|
33448
|
+
interface GetCloudListenerServicesFilterArgs {
|
|
33449
|
+
/**
|
|
33450
|
+
* The name of the service.
|
|
33451
|
+
*/
|
|
33452
|
+
name: pulumi.Input<string>;
|
|
33453
|
+
regex?: pulumi.Input<boolean>;
|
|
33454
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33455
|
+
}
|
|
33456
|
+
interface GetCloudListenersFilter {
|
|
33457
|
+
name: string;
|
|
33458
|
+
regex?: boolean;
|
|
33459
|
+
values: string[];
|
|
33460
|
+
}
|
|
33461
|
+
interface GetCloudListenersFilterArgs {
|
|
33462
|
+
name: pulumi.Input<string>;
|
|
33463
|
+
regex?: pulumi.Input<boolean>;
|
|
33464
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
33465
|
+
}
|
|
31261
33466
|
interface GetDbManagementPrivateEndpointAssociatedDatabasesFilter {
|
|
31262
33467
|
/**
|
|
31263
33468
|
* The name of the database.
|
|
@@ -32304,7 +34509,7 @@ export declare namespace DatabaseManagement {
|
|
|
32304
34509
|
*/
|
|
32305
34510
|
isAutoEnablePluggableDatabase?: pulumi.Input<boolean>;
|
|
32306
34511
|
/**
|
|
32307
|
-
* The management type for the database.
|
|
34512
|
+
* The management type for the database. Use "BASIC" for basic management. Use "ADVANCED" for full management.
|
|
32308
34513
|
*/
|
|
32309
34514
|
managementType?: pulumi.Input<string>;
|
|
32310
34515
|
}
|
|
@@ -41276,7 +43481,7 @@ export declare namespace GoldenGate {
|
|
|
41276
43481
|
*/
|
|
41277
43482
|
shouldRestartOnFailure: pulumi.Input<string>;
|
|
41278
43483
|
/**
|
|
41279
|
-
* (Updatable) If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating
|
|
43484
|
+
* (Updatable) If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option only applies when creating a pipeline and is not applicable while updating a pipeline.
|
|
41280
43485
|
*/
|
|
41281
43486
|
startUsingDefaultMapping?: pulumi.Input<string>;
|
|
41282
43487
|
}
|
|
@@ -72245,6 +74450,22 @@ export declare namespace ManagementAgent {
|
|
|
72245
74450
|
*/
|
|
72246
74451
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
72247
74452
|
}
|
|
74453
|
+
interface GetNamedCredentialsFilter {
|
|
74454
|
+
/**
|
|
74455
|
+
* Filter list for these name items.
|
|
74456
|
+
*/
|
|
74457
|
+
name: string;
|
|
74458
|
+
regex?: boolean;
|
|
74459
|
+
values: string[];
|
|
74460
|
+
}
|
|
74461
|
+
interface GetNamedCredentialsFilterArgs {
|
|
74462
|
+
/**
|
|
74463
|
+
* Filter list for these name items.
|
|
74464
|
+
*/
|
|
74465
|
+
name: pulumi.Input<string>;
|
|
74466
|
+
regex?: pulumi.Input<boolean>;
|
|
74467
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
74468
|
+
}
|
|
72248
74469
|
interface ManagementAgentDataSourceList {
|
|
72249
74470
|
/**
|
|
72250
74471
|
* Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
|
|
@@ -72401,6 +74622,20 @@ export declare namespace ManagementAgent {
|
|
|
72401
74622
|
*/
|
|
72402
74623
|
pluginVersion?: pulumi.Input<string>;
|
|
72403
74624
|
}
|
|
74625
|
+
interface NamedCredentialProperty {
|
|
74626
|
+
/**
|
|
74627
|
+
* (Updatable) Name of the property
|
|
74628
|
+
*/
|
|
74629
|
+
name: pulumi.Input<string>;
|
|
74630
|
+
/**
|
|
74631
|
+
* (Updatable) Value of the property
|
|
74632
|
+
*/
|
|
74633
|
+
value: pulumi.Input<string>;
|
|
74634
|
+
/**
|
|
74635
|
+
* (Updatable) The category of the Named credential property value. CLEAR_TEXT indicates the value field contains a clear text value. SECRET_IDENTIFIER indicates the value field contains a vault secret ocid identifier. ADB_IDENTIFIER indicates the value field contains an Autonomous database ocid identifier. ALLOWED_VALUE indicates the value should be selected from the options in the allowedValues field.
|
|
74636
|
+
*/
|
|
74637
|
+
valueCategory: pulumi.Input<string>;
|
|
74638
|
+
}
|
|
72404
74639
|
}
|
|
72405
74640
|
export declare namespace Marketplace {
|
|
72406
74641
|
interface GetAcceptedAgreementsFilter {
|
|
@@ -77659,13 +79894,17 @@ export declare namespace OperatorAccessControl {
|
|
|
77659
79894
|
export declare namespace Opsi {
|
|
77660
79895
|
interface DatabaseInsightConnectionCredentialDetails {
|
|
77661
79896
|
/**
|
|
77662
|
-
* Credential source name that had been added in Management Agent wallet. This is
|
|
79897
|
+
* Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
|
77663
79898
|
*/
|
|
77664
79899
|
credentialSourceName?: pulumi.Input<string>;
|
|
77665
79900
|
/**
|
|
77666
79901
|
* Credential type.
|
|
77667
79902
|
*/
|
|
77668
79903
|
credentialType: pulumi.Input<string>;
|
|
79904
|
+
/**
|
|
79905
|
+
* The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
|
79906
|
+
*/
|
|
79907
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
77669
79908
|
/**
|
|
77670
79909
|
* The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
77671
79910
|
*/
|
|
@@ -77713,13 +79952,17 @@ export declare namespace Opsi {
|
|
|
77713
79952
|
}
|
|
77714
79953
|
interface DatabaseInsightCredentialDetails {
|
|
77715
79954
|
/**
|
|
77716
|
-
* Credential source name that had been added in Management Agent wallet. This is
|
|
79955
|
+
* Credential source name that had been added in Management Agent wallet. This value is only required when credential set by CREDENTIALS_BY_SOURCE and is optional properties for the others.
|
|
77717
79956
|
*/
|
|
77718
79957
|
credentialSourceName?: pulumi.Input<string>;
|
|
77719
79958
|
/**
|
|
77720
|
-
*
|
|
79959
|
+
* CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
|
77721
79960
|
*/
|
|
77722
79961
|
credentialType: pulumi.Input<string>;
|
|
79962
|
+
/**
|
|
79963
|
+
* The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in the Management Agent to connect the Autonomous Database.
|
|
79964
|
+
*/
|
|
79965
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
77723
79966
|
/**
|
|
77724
79967
|
* The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
77725
79968
|
*/
|
|
@@ -77746,6 +79989,10 @@ export declare namespace Opsi {
|
|
|
77746
79989
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
|
77747
79990
|
*/
|
|
77748
79991
|
dbmPrivateEndpointId?: pulumi.Input<string>;
|
|
79992
|
+
/**
|
|
79993
|
+
* The autonomous databases that belong to the Autonomous VM Cluster
|
|
79994
|
+
*/
|
|
79995
|
+
memberAutonomousDetails?: pulumi.Input<pulumi.Input<inputs.Opsi.ExadataInsightMemberVmClusterDetailMemberAutonomousDetail>[]>;
|
|
77749
79996
|
/**
|
|
77750
79997
|
* The databases that belong to the VM Cluster
|
|
77751
79998
|
*/
|
|
@@ -77763,6 +80010,148 @@ export declare namespace Opsi {
|
|
|
77763
80010
|
*/
|
|
77764
80011
|
vmclusterId?: pulumi.Input<string>;
|
|
77765
80012
|
}
|
|
80013
|
+
interface ExadataInsightMemberVmClusterDetailMemberAutonomousDetail {
|
|
80014
|
+
/**
|
|
80015
|
+
* (Updatable) Compartment Identifier of database
|
|
80016
|
+
*/
|
|
80017
|
+
compartmentId?: pulumi.Input<string>;
|
|
80018
|
+
/**
|
|
80019
|
+
* User credential details to connect to the database.
|
|
80020
|
+
*/
|
|
80021
|
+
connectionCredentialDetails?: pulumi.Input<inputs.Opsi.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails>;
|
|
80022
|
+
/**
|
|
80023
|
+
* Connection details to connect to the database. HostName, protocol, and port should be specified.
|
|
80024
|
+
*/
|
|
80025
|
+
connectionDetails?: pulumi.Input<inputs.Opsi.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails>;
|
|
80026
|
+
/**
|
|
80027
|
+
* User credential details to connect to the database.
|
|
80028
|
+
*/
|
|
80029
|
+
credentialDetails?: pulumi.Input<inputs.Opsi.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails>;
|
|
80030
|
+
/**
|
|
80031
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
|
80032
|
+
*/
|
|
80033
|
+
databaseId?: pulumi.Input<string>;
|
|
80034
|
+
/**
|
|
80035
|
+
* Oracle Cloud Infrastructure database resource type
|
|
80036
|
+
*/
|
|
80037
|
+
databaseResourceType?: pulumi.Input<string>;
|
|
80038
|
+
/**
|
|
80039
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
80040
|
+
*/
|
|
80041
|
+
definedTags?: pulumi.Input<{
|
|
80042
|
+
[key: string]: pulumi.Input<string>;
|
|
80043
|
+
}>;
|
|
80044
|
+
/**
|
|
80045
|
+
* Database Deployment Type
|
|
80046
|
+
*/
|
|
80047
|
+
deploymentType?: pulumi.Input<string>;
|
|
80048
|
+
/**
|
|
80049
|
+
* Source of the database entity.
|
|
80050
|
+
*/
|
|
80051
|
+
entitySource?: pulumi.Input<string>;
|
|
80052
|
+
/**
|
|
80053
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
80054
|
+
*/
|
|
80055
|
+
freeformTags?: pulumi.Input<{
|
|
80056
|
+
[key: string]: pulumi.Input<string>;
|
|
80057
|
+
}>;
|
|
80058
|
+
/**
|
|
80059
|
+
* Flag is to identify if advanced features for autonomous database is enabled or not
|
|
80060
|
+
*/
|
|
80061
|
+
isAdvancedFeaturesEnabled?: pulumi.Input<boolean>;
|
|
80062
|
+
/**
|
|
80063
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
|
80064
|
+
*/
|
|
80065
|
+
managementAgentId?: pulumi.Input<string>;
|
|
80066
|
+
/**
|
|
80067
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
|
80068
|
+
*/
|
|
80069
|
+
opsiPrivateEndpointId?: pulumi.Input<string>;
|
|
80070
|
+
/**
|
|
80071
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
80072
|
+
*/
|
|
80073
|
+
systemTags?: pulumi.Input<{
|
|
80074
|
+
[key: string]: pulumi.Input<string>;
|
|
80075
|
+
}>;
|
|
80076
|
+
}
|
|
80077
|
+
interface ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails {
|
|
80078
|
+
/**
|
|
80079
|
+
* Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
|
80080
|
+
*/
|
|
80081
|
+
credentialSourceName?: pulumi.Input<string>;
|
|
80082
|
+
/**
|
|
80083
|
+
* CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
|
80084
|
+
*/
|
|
80085
|
+
credentialType: pulumi.Input<string>;
|
|
80086
|
+
/**
|
|
80087
|
+
* The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
|
80088
|
+
*/
|
|
80089
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
80090
|
+
/**
|
|
80091
|
+
* The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
80092
|
+
*/
|
|
80093
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
80094
|
+
/**
|
|
80095
|
+
* database user role.
|
|
80096
|
+
*/
|
|
80097
|
+
role?: pulumi.Input<string>;
|
|
80098
|
+
/**
|
|
80099
|
+
* database user name.
|
|
80100
|
+
*/
|
|
80101
|
+
userName?: pulumi.Input<string>;
|
|
80102
|
+
/**
|
|
80103
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
|
80104
|
+
*/
|
|
80105
|
+
walletSecretId?: pulumi.Input<string>;
|
|
80106
|
+
}
|
|
80107
|
+
interface ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails {
|
|
80108
|
+
/**
|
|
80109
|
+
* Name of the listener host that will be used to create the connect string to the database.
|
|
80110
|
+
*/
|
|
80111
|
+
hostName?: pulumi.Input<string>;
|
|
80112
|
+
/**
|
|
80113
|
+
* Listener port number used for connection requests.
|
|
80114
|
+
*/
|
|
80115
|
+
port?: pulumi.Input<number>;
|
|
80116
|
+
/**
|
|
80117
|
+
* Protocol used for connection requests.
|
|
80118
|
+
*/
|
|
80119
|
+
protocol?: pulumi.Input<string>;
|
|
80120
|
+
/**
|
|
80121
|
+
* Database service name used for connection requests.
|
|
80122
|
+
*/
|
|
80123
|
+
serviceName?: pulumi.Input<string>;
|
|
80124
|
+
}
|
|
80125
|
+
interface ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails {
|
|
80126
|
+
/**
|
|
80127
|
+
* Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
|
80128
|
+
*/
|
|
80129
|
+
credentialSourceName?: pulumi.Input<string>;
|
|
80130
|
+
/**
|
|
80131
|
+
* CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
|
80132
|
+
*/
|
|
80133
|
+
credentialType: pulumi.Input<string>;
|
|
80134
|
+
/**
|
|
80135
|
+
* The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
|
80136
|
+
*/
|
|
80137
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
80138
|
+
/**
|
|
80139
|
+
* The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
80140
|
+
*/
|
|
80141
|
+
passwordSecretId?: pulumi.Input<string>;
|
|
80142
|
+
/**
|
|
80143
|
+
* database user role.
|
|
80144
|
+
*/
|
|
80145
|
+
role?: pulumi.Input<string>;
|
|
80146
|
+
/**
|
|
80147
|
+
* database user name.
|
|
80148
|
+
*/
|
|
80149
|
+
userName?: pulumi.Input<string>;
|
|
80150
|
+
/**
|
|
80151
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
|
80152
|
+
*/
|
|
80153
|
+
walletSecretId?: pulumi.Input<string>;
|
|
80154
|
+
}
|
|
77766
80155
|
interface ExadataInsightMemberVmClusterDetailMemberDatabaseDetail {
|
|
77767
80156
|
/**
|
|
77768
80157
|
* (Updatable) Compartment Identifier of database
|
|
@@ -77788,9 +80177,12 @@ export declare namespace Opsi {
|
|
|
77788
80177
|
* Oracle Cloud Infrastructure database resource type
|
|
77789
80178
|
*/
|
|
77790
80179
|
databaseResourceType?: pulumi.Input<string>;
|
|
80180
|
+
/**
|
|
80181
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
|
80182
|
+
*/
|
|
77791
80183
|
dbmPrivateEndpointId?: pulumi.Input<string>;
|
|
77792
80184
|
/**
|
|
77793
|
-
*
|
|
80185
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
77794
80186
|
*/
|
|
77795
80187
|
definedTags?: pulumi.Input<{
|
|
77796
80188
|
[key: string]: pulumi.Input<string>;
|
|
@@ -77800,11 +80192,11 @@ export declare namespace Opsi {
|
|
|
77800
80192
|
*/
|
|
77801
80193
|
deploymentType?: pulumi.Input<string>;
|
|
77802
80194
|
/**
|
|
77803
|
-
*
|
|
80195
|
+
* Source of the database entity.
|
|
77804
80196
|
*/
|
|
77805
80197
|
entitySource?: pulumi.Input<string>;
|
|
77806
80198
|
/**
|
|
77807
|
-
*
|
|
80199
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
77808
80200
|
*/
|
|
77809
80201
|
freeformTags?: pulumi.Input<{
|
|
77810
80202
|
[key: string]: pulumi.Input<string>;
|
|
@@ -77817,6 +80209,9 @@ export declare namespace Opsi {
|
|
|
77817
80209
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
|
77818
80210
|
*/
|
|
77819
80211
|
opsiPrivateEndpointId?: pulumi.Input<string>;
|
|
80212
|
+
/**
|
|
80213
|
+
* Database service name used for connection requests.
|
|
80214
|
+
*/
|
|
77820
80215
|
serviceName?: pulumi.Input<string>;
|
|
77821
80216
|
/**
|
|
77822
80217
|
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
@@ -77827,13 +80222,17 @@ export declare namespace Opsi {
|
|
|
77827
80222
|
}
|
|
77828
80223
|
interface ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails {
|
|
77829
80224
|
/**
|
|
77830
|
-
* Credential source name that had been added in Management Agent wallet. This is
|
|
80225
|
+
* Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
|
77831
80226
|
*/
|
|
77832
80227
|
credentialSourceName?: pulumi.Input<string>;
|
|
77833
80228
|
/**
|
|
77834
|
-
*
|
|
80229
|
+
* CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
|
77835
80230
|
*/
|
|
77836
80231
|
credentialType: pulumi.Input<string>;
|
|
80232
|
+
/**
|
|
80233
|
+
* The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
|
80234
|
+
*/
|
|
80235
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
77837
80236
|
/**
|
|
77838
80237
|
* The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
77839
80238
|
*/
|
|
@@ -77884,11 +80283,33 @@ export declare namespace Opsi {
|
|
|
77884
80283
|
port?: pulumi.Input<number>;
|
|
77885
80284
|
}
|
|
77886
80285
|
interface ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails {
|
|
80286
|
+
/**
|
|
80287
|
+
* Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
|
80288
|
+
*/
|
|
77887
80289
|
credentialSourceName?: pulumi.Input<string>;
|
|
80290
|
+
/**
|
|
80291
|
+
* CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
|
80292
|
+
*/
|
|
77888
80293
|
credentialType: pulumi.Input<string>;
|
|
80294
|
+
/**
|
|
80295
|
+
* The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
|
80296
|
+
*/
|
|
80297
|
+
namedCredentialId?: pulumi.Input<string>;
|
|
80298
|
+
/**
|
|
80299
|
+
* The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
80300
|
+
*/
|
|
77889
80301
|
passwordSecretId?: pulumi.Input<string>;
|
|
80302
|
+
/**
|
|
80303
|
+
* database user role.
|
|
80304
|
+
*/
|
|
77890
80305
|
role?: pulumi.Input<string>;
|
|
80306
|
+
/**
|
|
80307
|
+
* database user name.
|
|
80308
|
+
*/
|
|
77891
80309
|
userName?: pulumi.Input<string>;
|
|
80310
|
+
/**
|
|
80311
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
|
80312
|
+
*/
|
|
77892
80313
|
walletSecretId?: pulumi.Input<string>;
|
|
77893
80314
|
}
|
|
77894
80315
|
interface GetAwrHubAwrSnapshotsFilter {
|
|
@@ -81075,6 +83496,26 @@ export declare namespace RecoveryMod {
|
|
|
81075
83496
|
}
|
|
81076
83497
|
}
|
|
81077
83498
|
export declare namespace Redis {
|
|
83499
|
+
interface GetOciCacheConfigSetsFilter {
|
|
83500
|
+
name: string;
|
|
83501
|
+
regex?: boolean;
|
|
83502
|
+
values: string[];
|
|
83503
|
+
}
|
|
83504
|
+
interface GetOciCacheConfigSetsFilterArgs {
|
|
83505
|
+
name: pulumi.Input<string>;
|
|
83506
|
+
regex?: pulumi.Input<boolean>;
|
|
83507
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
83508
|
+
}
|
|
83509
|
+
interface GetOciCacheDefaultConfigSetsFilter {
|
|
83510
|
+
name: string;
|
|
83511
|
+
regex?: boolean;
|
|
83512
|
+
values: string[];
|
|
83513
|
+
}
|
|
83514
|
+
interface GetOciCacheDefaultConfigSetsFilterArgs {
|
|
83515
|
+
name: pulumi.Input<string>;
|
|
83516
|
+
regex?: pulumi.Input<boolean>;
|
|
83517
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
83518
|
+
}
|
|
81078
83519
|
interface GetOciCacheUsersFilter {
|
|
81079
83520
|
/**
|
|
81080
83521
|
* A filter to return the resources that match with the given Oracle Cloud Infrastructure cache user name.
|
|
@@ -81111,6 +83552,28 @@ export declare namespace Redis {
|
|
|
81111
83552
|
regex?: pulumi.Input<boolean>;
|
|
81112
83553
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
81113
83554
|
}
|
|
83555
|
+
interface OciCacheConfigSetConfigurationDetails {
|
|
83556
|
+
/**
|
|
83557
|
+
* List of ConfigurationInfo objects.
|
|
83558
|
+
*/
|
|
83559
|
+
items: pulumi.Input<pulumi.Input<inputs.Redis.OciCacheConfigSetConfigurationDetailsItem>[]>;
|
|
83560
|
+
}
|
|
83561
|
+
interface OciCacheConfigSetConfigurationDetailsItem {
|
|
83562
|
+
/**
|
|
83563
|
+
* Key is the configuration key.
|
|
83564
|
+
*/
|
|
83565
|
+
configKey: pulumi.Input<string>;
|
|
83566
|
+
/**
|
|
83567
|
+
* Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
|
|
83568
|
+
*/
|
|
83569
|
+
configValue: pulumi.Input<string>;
|
|
83570
|
+
}
|
|
83571
|
+
interface OciCacheConfigSetlistAssociatedOciCacheClusterItem {
|
|
83572
|
+
/**
|
|
83573
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
83574
|
+
*/
|
|
83575
|
+
id?: pulumi.Input<string>;
|
|
83576
|
+
}
|
|
81114
83577
|
interface OciCacheUserAuthenticationMode {
|
|
81115
83578
|
/**
|
|
81116
83579
|
* (Updatable) This is Authentication Type of Oracle Cloud Infrastructure cache user
|
|
@@ -83539,6 +86002,30 @@ export declare namespace Vault {
|
|
|
83539
86002
|
regex?: pulumi.Input<boolean>;
|
|
83540
86003
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
83541
86004
|
}
|
|
86005
|
+
interface SecretReplicationConfig {
|
|
86006
|
+
/**
|
|
86007
|
+
* (Updatable) (Optional) A Boolean value to enable forwarding of write requests from replicated secrets to the source secrets. The default value of false disables this option.
|
|
86008
|
+
*/
|
|
86009
|
+
isWriteForwardEnabled?: pulumi.Input<boolean>;
|
|
86010
|
+
/**
|
|
86011
|
+
* (Updatable) List of the secret replication targets. By default, a maximum of 3 targets is allowed. To configure more than 3 targets, an override is required.
|
|
86012
|
+
*/
|
|
86013
|
+
replicationTargets: pulumi.Input<pulumi.Input<inputs.Vault.SecretReplicationConfigReplicationTarget>[]>;
|
|
86014
|
+
}
|
|
86015
|
+
interface SecretReplicationConfigReplicationTarget {
|
|
86016
|
+
/**
|
|
86017
|
+
* (Updatable) The OCID of the target region KMS key.
|
|
86018
|
+
*/
|
|
86019
|
+
targetKeyId: pulumi.Input<string>;
|
|
86020
|
+
/**
|
|
86021
|
+
* (Updatable) The name of the target's region.
|
|
86022
|
+
*/
|
|
86023
|
+
targetRegion: pulumi.Input<string>;
|
|
86024
|
+
/**
|
|
86025
|
+
* (Updatable) The OCID of the target region's Vault.
|
|
86026
|
+
*/
|
|
86027
|
+
targetVaultId: pulumi.Input<string>;
|
|
86028
|
+
}
|
|
83542
86029
|
interface SecretRotationConfig {
|
|
83543
86030
|
/**
|
|
83544
86031
|
* (Updatable) Enables auto rotation, when set to true rotationInterval must be set.
|
|
@@ -83625,6 +86112,20 @@ export declare namespace Vault {
|
|
|
83625
86112
|
*/
|
|
83626
86113
|
timeOfAbsoluteExpiry?: pulumi.Input<string>;
|
|
83627
86114
|
}
|
|
86115
|
+
interface SecretSourceRegionInformation {
|
|
86116
|
+
/**
|
|
86117
|
+
* The OCID of the source region KMS key.
|
|
86118
|
+
*/
|
|
86119
|
+
sourceKeyId?: pulumi.Input<string>;
|
|
86120
|
+
/**
|
|
86121
|
+
* The name of the source's region.
|
|
86122
|
+
*/
|
|
86123
|
+
sourceRegion?: pulumi.Input<string>;
|
|
86124
|
+
/**
|
|
86125
|
+
* The OCID of the source region's Vault.
|
|
86126
|
+
*/
|
|
86127
|
+
sourceVaultId?: pulumi.Input<string>;
|
|
86128
|
+
}
|
|
83628
86129
|
}
|
|
83629
86130
|
export declare namespace Vbs {
|
|
83630
86131
|
interface GetInstVbsInstancesFilter {
|
|
@@ -85803,6 +88304,22 @@ export declare namespace Zpr {
|
|
|
85803
88304
|
}
|
|
85804
88305
|
}
|
|
85805
88306
|
export declare namespace oci {
|
|
88307
|
+
interface ApiPlatformApiPlatformInstanceIdcsApp {
|
|
88308
|
+
/**
|
|
88309
|
+
* IDCS URL of the app
|
|
88310
|
+
*/
|
|
88311
|
+
url?: pulumi.Input<string>;
|
|
88312
|
+
}
|
|
88313
|
+
interface ApiPlatformApiPlatformInstanceUri {
|
|
88314
|
+
/**
|
|
88315
|
+
* Developer's Portal URI of the instance (/developers)
|
|
88316
|
+
*/
|
|
88317
|
+
developersPortalUri?: pulumi.Input<string>;
|
|
88318
|
+
/**
|
|
88319
|
+
* Management Portal URI of the instance (/apiplatform)
|
|
88320
|
+
*/
|
|
88321
|
+
managementPortalUri?: pulumi.Input<string>;
|
|
88322
|
+
}
|
|
85806
88323
|
interface ApiaccesscontrolPrivilegedApiControlPrivilegedOperationList {
|
|
85807
88324
|
/**
|
|
85808
88325
|
* (Updatable) name of the api which needs to be protected.
|
|
@@ -85899,6 +88416,22 @@ export declare namespace oci {
|
|
|
85899
88416
|
*/
|
|
85900
88417
|
timeLastChecked?: pulumi.Input<string>;
|
|
85901
88418
|
}
|
|
88419
|
+
interface GetApiPlatformApiPlatformInstancesFilter {
|
|
88420
|
+
/**
|
|
88421
|
+
* A filter to return only resources that match the given name exactly
|
|
88422
|
+
*/
|
|
88423
|
+
name: string;
|
|
88424
|
+
regex?: boolean;
|
|
88425
|
+
values: string[];
|
|
88426
|
+
}
|
|
88427
|
+
interface GetApiPlatformApiPlatformInstancesFilterArgs {
|
|
88428
|
+
/**
|
|
88429
|
+
* A filter to return only resources that match the given name exactly
|
|
88430
|
+
*/
|
|
88431
|
+
name: pulumi.Input<string>;
|
|
88432
|
+
regex?: pulumi.Input<boolean>;
|
|
88433
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
88434
|
+
}
|
|
85902
88435
|
interface GetApiaccesscontrolApiMetadataByEntityTypesFilter {
|
|
85903
88436
|
name: string;
|
|
85904
88437
|
regex?: boolean;
|