Package-level declarations

Types

Link copied to clipboard
class AutonomousDatabase : KotlinCustomResource

An AutonomousDatabase resource. To get more information about AutonomousDatabase, see:

Link copied to clipboard
data class AutonomousDatabaseArgs(val adminPassword: Output<String>? = null, val autonomousDatabaseId: Output<String>? = null, val cidr: Output<String>? = null, val database: Output<String>? = null, val deletionProtection: Output<Boolean>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val network: Output<String>? = null, val project: Output<String>? = null, val properties: Output<AutonomousDatabasePropertiesArgs>? = null) : ConvertibleToJava<AutonomousDatabaseArgs>

An AutonomousDatabase resource. To get more information about AutonomousDatabase, see:

Link copied to clipboard
Link copied to clipboard
class CloudExadataInfrastructure : KotlinCustomResource

A CloudExadataInfrastructure resource. To get more information about CloudExadataInfrastructure, see:

Link copied to clipboard
data class CloudExadataInfrastructureArgs(val cloudExadataInfrastructureId: Output<String>? = null, val deletionProtection: Output<Boolean>? = null, val displayName: Output<String>? = null, val gcpOracleZone: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val properties: Output<CloudExadataInfrastructurePropertiesArgs>? = null) : ConvertibleToJava<CloudExadataInfrastructureArgs>

A CloudExadataInfrastructure resource. To get more information about CloudExadataInfrastructure, see:

Link copied to clipboard
class CloudVmCluster : KotlinCustomResource

A CloudVmCluster resource. To get more information about CloudVmCluster, see:

Link copied to clipboard
data class CloudVmClusterArgs(val backupSubnetCidr: Output<String>? = null, val cidr: Output<String>? = null, val cloudVmClusterId: Output<String>? = null, val deletionProtection: Output<Boolean>? = null, val displayName: Output<String>? = null, val exadataInfrastructure: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val network: Output<String>? = null, val project: Output<String>? = null, val properties: Output<CloudVmClusterPropertiesArgs>? = null) : ConvertibleToJava<CloudVmClusterArgs>

A CloudVmCluster resource. To get more information about CloudVmCluster, see:

Link copied to clipboard
Link copied to clipboard
object CloudVmClusterMapper : ResourceMapper<CloudVmCluster>
Link copied to clipboard