AlloyDbSettings class

Settings for creating an AlloyDB cluster.

Constructors

AlloyDbSettings({String? databaseVersion, EncryptionConfig? encryptionConfig, UserPassword? initialUser, Map<String, String>? labels, PrimaryInstanceSettings? primaryInstanceSettings, String? vpcNetwork})
AlloyDbSettings.fromJson(Map json_)

Properties

databaseVersion String?
The database engine major version.
getter/setter pair
encryptionConfig EncryptionConfig?
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).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialUser UserPassword?
Input only.
getter/setter pair
labels Map<String, String>?
Labels for the AlloyDB cluster created by DMS.
getter/setter pair
primaryInstanceSettings PrimaryInstanceSettings?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcNetwork String?
The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited