PrimaryInstanceSettings class

Settings for the cluster's primary instance

Constructors

PrimaryInstanceSettings({Map<String, String>? databaseFlags, String? id, Map<String, String>? labels, MachineConfig? machineConfig, String? privateIp})
PrimaryInstanceSettings.fromJson(Map json_)

Properties

databaseFlags Map<String, String>?
Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the AlloyDB primary instance.
getter/setter pair
labels Map<String, String>?
Labels for the AlloyDB primary instance created by DMS.
getter/setter pair
machineConfig MachineConfig?
Configuration for the machines that host the underlying database engine.
getter/setter pair
privateIp String?
The private IP address for the Instance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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