AddClusterSettingsRequest: {
    clusterId: string;
    settings: ClusterSetting[];
    zone?: Zone;
}

Type declaration

  • clusterId: string

    UUID of the Database Instance you want to add settings to.

  • settings: ClusterSetting[]

    Settings to add to the cluster.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.