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

Type declaration

  • clusterId: string

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

  • endpoints: Redis.v1.EndpointSpec[]

    Endpoints to add to the Database Instance.

  • Optionalzone?: Zone

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