Package-level declarations
Types
Link copied to clipboard
data class AttachedDatabaseConfigurationSharingArgs(val externalTablesToExcludes: Output<List<String>>? = null, val externalTablesToIncludes: Output<List<String>>? = null, val materializedViewsToExcludes: Output<List<String>>? = null, val materializedViewsToIncludes: Output<List<String>>? = null, val tablesToExcludes: Output<List<String>>? = null, val tablesToIncludes: Output<List<String>>? = null) : ConvertibleToJava<AttachedDatabaseConfigurationSharingArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for ClusterIdentityArgs.
Link copied to clipboard
data class ClusterLanguageExtensionArgs(val image: Output<String>, val name: Output<String>) : ConvertibleToJava<ClusterLanguageExtensionArgs>
Link copied to clipboard
Builder for ClusterLanguageExtensionArgs.
Link copied to clipboard
data class ClusterOptimizedAutoScaleArgs(val maximumInstances: Output<Int>, val minimumInstances: Output<Int>) : ConvertibleToJava<ClusterOptimizedAutoScaleArgs>
Link copied to clipboard
Builder for ClusterOptimizedAutoScaleArgs.
Link copied to clipboard
data class ClusterSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>) : ConvertibleToJava<ClusterSkuArgs>
Link copied to clipboard
class ClusterSkuArgsBuilder
Builder for ClusterSkuArgs.
Link copied to clipboard
data class ClusterVirtualNetworkConfigurationArgs(val dataManagementPublicIpId: Output<String>, val enginePublicIpId: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<ClusterVirtualNetworkConfigurationArgs>
Link copied to clipboard
Link copied to clipboard
data class GetClusterPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetClusterPlainArgs>
A collection of arguments for invoking getCluster.
Link copied to clipboard
Builder for GetClusterPlainArgs.
Link copied to clipboard
data class GetDatabasePlainArgs(val clusterName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDatabasePlainArgs>
A collection of arguments for invoking getDatabase.
Link copied to clipboard
Builder for GetDatabasePlainArgs.