SetEndpointsRequest: {
    clusterId: string;
    endpoints: Redis.v1.EndpointSpec[];
    zone?: Zone;
}

Type declaration

  • clusterId: string

    UUID of the Database Instance where the endpoints have to be set.

  • endpoints: Redis.v1.EndpointSpec[]

    Endpoints to define for the Database Instance.

  • Optionalzone?: Zone

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