Package-level declarations
Types
Link copied to clipboard
object AlloydbFunctions
Link copied to clipboard
data class BackupArgs(val backupId: Output<String>? = null, val clusterName: Output<String>? = null, val description: Output<String>? = null, val encryptionConfig: Output<BackupEncryptionConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<BackupArgs>
An AlloyDB Backup. To get more information about Backup, see:
Link copied to clipboard
class BackupArgsBuilder
Builder for BackupArgs.
Link copied to clipboard
Link copied to clipboard
class BackupResourceBuilder
Builder for Backup.
Link copied to clipboard
data class ClusterArgs(val automatedBackupPolicy: Output<ClusterAutomatedBackupPolicyArgs>? = null, val clusterId: Output<String>? = null, val continuousBackupConfig: Output<ClusterContinuousBackupConfigArgs>? = null, val displayName: Output<String>? = null, val encryptionConfig: Output<ClusterEncryptionConfigArgs>? = null, val initialUser: Output<ClusterInitialUserArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val network: Output<String>? = null, val networkConfig: Output<ClusterNetworkConfigArgs>? = null, val project: Output<String>? = null, val restoreBackupSource: Output<ClusterRestoreBackupSourceArgs>? = null, val restoreContinuousBackupSource: Output<ClusterRestoreContinuousBackupSourceArgs>? = null) : ConvertibleToJava<ClusterArgs>
A managed alloydb cluster. To get more information about Cluster, see:
Link copied to clipboard
class ClusterArgsBuilder
Builder for ClusterArgs.
Link copied to clipboard
Link copied to clipboard
class ClusterResourceBuilder
Builder for Cluster.
Link copied to clipboard
data class InstanceArgs(val annotations: Output<Map<String, String>>? = null, val availabilityType: Output<String>? = null, val cluster: Output<String>? = null, val databaseFlags: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val gceZone: Output<String>? = null, val instanceId: Output<String>? = null, val instanceType: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val machineConfig: Output<InstanceMachineConfigArgs>? = null, val readPoolConfig: Output<InstanceReadPoolConfigArgs>? = null) : ConvertibleToJava<InstanceArgs>
A managed alloydb cluster instance. To get more information about Instance, see:
Link copied to clipboard
class InstanceArgsBuilder
Builder for InstanceArgs.
Link copied to clipboard
Link copied to clipboard
class InstanceResourceBuilder
Builder for Instance.