interface AddEndpointsResponse {
    endpoints: Redis.v1.Endpoint[];
    totalCount: number;
}

Properties

endpoints: Redis.v1.Endpoint[]

Endpoints defined on the Database Instance.

totalCount: number

Total count of endpoints of the Database Instance.