Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual do Utilizador Página 114

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 132
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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;
}
Vista de página 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 131 132

Comentários a estes Manuais

Sem comentários