Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Instrukcja Użytkownika Strona 114

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 132
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 113
102 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
7
OS _SLB:: drop
Description
Causes the system to drop a UDP packet.
Context
This function can be called from UDP events.
Input Parameters
None.
Return Values
None.
Example
OS _SLB:: forward($server)
Description
Causes the system to send a request to a server specified by $server_id or $group_id. If use
$group_id here.
OS_SLB::forward can be used in most of the events, like OS_HTTP_REQUEST and
OS_HTTP_RESPONSE.
However, in some events combinations, there are restrictions.
Context
This function can be called from the client events.
Usage
Server load balancing method.
use OS_SLB;
use OS_UDP;
sub UDP_CLIENT_DATA{
OS_SLB::drop;
}
Przeglądanie stron 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 131 132

Komentarze do niniejszej Instrukcji

Brak uwag