Database Migration v1 API - Class AlloyDbSettings (2.4.0)

public sealed class AlloyDbSettings : IMessage<AlloyDbSettings>, IEquatable<AlloyDbSettings>, IDeepCloneable<AlloyDbSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class AlloyDbSettings.

Settings for creating an AlloyDB cluster.

Inheritance

object > AlloyDbSettings

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

AlloyDbSettings()

public AlloyDbSettings()

AlloyDbSettings(AlloyDbSettings)

public AlloyDbSettings(AlloyDbSettings other)
Parameter
NameDescription
otherAlloyDbSettings

Properties

EncryptionConfig

public AlloyDbSettings.Types.EncryptionConfig EncryptionConfig { get; set; }

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.

Property Value
TypeDescription
AlloyDbSettingsTypesEncryptionConfig

InitialUser

public AlloyDbSettings.Types.UserPassword InitialUser { get; set; }

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

Property Value
TypeDescription
AlloyDbSettingsTypesUserPassword

Labels

public MapField<string, string> Labels { get; }

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

Property Value
TypeDescription
MapFieldstringstring

PrimaryInstanceSettings

public AlloyDbSettings.Types.PrimaryInstanceSettings PrimaryInstanceSettings { get; set; }
Property Value
TypeDescription
AlloyDbSettingsTypesPrimaryInstanceSettings

VpcNetwork

public string VpcNetwork { get; set; }

Required. 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.

Property Value
TypeDescription
string