PrimaryInstanceSettingsResponse

data class PrimaryInstanceSettingsResponse(val databaseFlags: Map<String, String>, val labels: Map<String, String>, val machineConfig: MachineConfigResponse, val privateIp: String)

Settings for the cluster's primary instance

Constructors

Link copied to clipboard
fun PrimaryInstanceSettingsResponse(databaseFlags: Map<String, String>, labels: Map<String, String>, machineConfig: MachineConfigResponse, privateIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.

Link copied to clipboard

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

Link copied to clipboard

Configuration for the machines that host the underlying database engine.

Link copied to clipboard

The private IP address for the Instance. This is the connection endpoint for an end-user application.