Alloy Db Settings Args
data class AlloyDbSettingsArgs(val encryptionConfig: Output<EncryptionConfigArgs>? = null, val initialUser: Output<UserPasswordArgs>, val labels: Output<Map<String, String>>? = null, val primaryInstanceSettings: Output<PrimaryInstanceSettingsArgs>? = null, val vpcNetwork: Output<String>) : ConvertibleToJava<AlloyDbSettingsArgs>
Settings for creating an AlloyDB cluster.
Constructors
Link copied to clipboard
fun AlloyDbSettingsArgs(encryptionConfig: Output<EncryptionConfigArgs>? = null, initialUser: Output<UserPasswordArgs>, labels: Output<Map<String, String>>? = null, primaryInstanceSettings: Output<PrimaryInstanceSettingsArgs>? = null, vpcNetwork: Output<String>)
Functions
Properties
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.