Type Alias ZonedApiAddBackendServersRequest

ZonedApiAddBackendServersRequest: {
    backendId: string;
    serverIp: string[];
    zone?: Zone;
}

Type declaration

  • backendId: string

    Backend ID.

  • serverIp: string[]

    List of IP addresses to add to backend servers.

  • Optionalzone?: Zone

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