Type Alias ZonedApiSubscribeToLbRequest

ZonedApiSubscribeToLbRequest: {
    lbId: string;
    subscriberId: string;
    zone?: Zone;
}

Type declaration

  • lbId: string

    Load Balancer ID.

  • subscriberId: string

    Subscriber ID.

  • Optionalzone?: Zone

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