Type Alias ZonedApiRemoveBackendServersRequest

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

Type declaration

  • backendId: string

    Backend ID.

  • serverIp: string[]

    List of IP addresses to remove from backend servers.

  • Optionalzone?: Zone

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