MigrateClusterRequest: {
    clusterId: string;
    clusterSize?: number;
    nodeType?: string;
    version?: string;
    zone?: Zone;
}

Type declaration

  • clusterId: string

    UUID of the Database Instance to update.

  • OptionalclusterSize?: number

    Number of nodes for the Database Instance.

    One-of ('action'): at most one of 'version', 'nodeType', 'clusterSize' could be set.

  • OptionalnodeType?: string

    Type of node to use for the Database Instance.

    One-of ('action'): at most one of 'version', 'nodeType', 'clusterSize' could be set.

  • Optionalversion?: string

    Redis™ engine version of the Database Instance.

    One-of ('action'): at most one of 'version', 'nodeType', 'clusterSize' could be set.

  • Optionalzone?: Zone

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