Package-level declarations
Types
Link copied to clipboard
Manages an Autonomous Database.
Link copied to clipboard
data class AutonomousDatabaseArgs(val adminPassword: Output<String>? = null, val autoScalingEnabled: Output<Boolean>? = null, val autoScalingForStorageEnabled: Output<Boolean>? = null, val backupRetentionPeriodInDays: Output<Int>? = null, val characterSet: Output<String>? = null, val computeCount: Output<Double>? = null, val computeModel: Output<String>? = null, val customerContacts: Output<List<String>>? = null, val dataStorageSizeInTbs: Output<Int>? = null, val dbVersion: Output<String>? = null, val dbWorkload: Output<String>? = null, val displayName: Output<String>? = null, val licenseModel: Output<String>? = null, val location: Output<String>? = null, val mtlsConnectionRequired: Output<Boolean>? = null, val name: Output<String>? = null, val nationalCharacterSet: Output<String>? = null, val resourceGroupName: Output<String>? = null, val subnetId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val virtualNetworkId: Output<String>? = null) : ConvertibleToJava<AutonomousDatabaseArgs>
Manages an Autonomous Database.
Link copied to clipboard
Builder for AutonomousDatabaseArgs.
Link copied to clipboard
Link copied to clipboard
Builder for AutonomousDatabase.
Link copied to clipboard
Manages a Cloud VM Cluster.
Link copied to clipboard
data class CloudVmClusterArgs(val backupSubnetCidr: Output<String>? = null, val cloudExadataInfrastructureId: Output<String>? = null, val clusterName: Output<String>? = null, val cpuCoreCount: Output<Int>? = null, val dataCollectionOptions: Output<CloudVmClusterDataCollectionOptionsArgs>? = null, val dataStoragePercentage: Output<Int>? = null, val dataStorageSizeInTbs: Output<Double>? = null, val dbNodeStorageSizeInGbs: Output<Int>? = null, val dbServers: Output<List<String>>? = null, val displayName: Output<String>? = null, val domain: Output<String>? = null, val giVersion: Output<String>? = null, val hostname: Output<String>? = null, val licenseModel: Output<String>? = null, val localBackupEnabled: Output<Boolean>? = null, val location: Output<String>? = null, val memorySizeInGbs: Output<Int>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scanListenerPortTcp: Output<Int>? = null, val scanListenerPortTcpSsl: Output<Int>? = null, val sparseDiskgroupEnabled: Output<Boolean>? = null, val sshPublicKeys: Output<List<String>>? = null, val subnetId: Output<String>? = null, val systemVersion: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val timeZone: Output<String>? = null, val virtualNetworkId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<CloudVmClusterArgs>
Manages a Cloud VM Cluster.
Link copied to clipboard
Builder for CloudVmClusterArgs.
Link copied to clipboard
Link copied to clipboard
Builder for CloudVmCluster.
Link copied to clipboard
Manages a Cloud Exadata Infrastructure.
Link copied to clipboard
data class ExadataInfrastructureArgs(val computeCount: Output<Int>? = null, val customerContacts: Output<List<String>>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val maintenanceWindows: Output<List<ExadataInfrastructureMaintenanceWindowArgs>>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shape: Output<String>? = null, val storageCount: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<ExadataInfrastructureArgs>
Manages a Cloud Exadata Infrastructure.
Link copied to clipboard
Builder for ExadataInfrastructureArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ExadataInfrastructure.
Link copied to clipboard
object OracleFunctions
Functions
Link copied to clipboard
suspend fun autonomousDatabase(name: String, block: suspend AutonomousDatabaseResourceBuilder.() -> Unit): AutonomousDatabase
Link copied to clipboard
suspend fun cloudVmCluster(name: String, block: suspend CloudVmClusterResourceBuilder.() -> Unit): CloudVmCluster
Link copied to clipboard
suspend fun exadataInfrastructure(name: String, block: suspend ExadataInfrastructureResourceBuilder.() -> Unit): ExadataInfrastructure