AlloyDbSettingsResponse

data class AlloyDbSettingsResponse(val encryptionConfig: EncryptionConfigResponse, val initialUser: UserPasswordResponse, val labels: Map<String, String>, val primaryInstanceSettings: PrimaryInstanceSettingsResponse, val vpcNetwork: String)

Settings for creating an AlloyDB cluster.

Constructors

Link copied to clipboard
fun AlloyDbSettingsResponse(encryptionConfig: EncryptionConfigResponse, initialUser: UserPasswordResponse, labels: Map<String, String>, primaryInstanceSettings: PrimaryInstanceSettingsResponse, vpcNetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.

Link copied to clipboard

Input only. Initial user to setup during cluster creation. Required.

Link copied to clipboard

Labels for the AlloyDB cluster created by DMS. An object containing a list of 'key', 'value' pairs.

Link copied to clipboard

The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.