Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual de usuario Pagina 101

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 100
Brocade Virtual ADX OpenScript API Guide 89
53-1003243-01
Chapter
7
Server Load Balancing API Reference
In this chapter
This chapter contains the following sections:
Overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
Overview
The OS_SLB module includes the APIs to retrieve the information about real servers. These APIs
can be called from any event.
The use <package> statement needs to be in the declaration block of the script for methods of that
package to be used.
For example: to use the OS_SLB methods, The OS_SLB package must be declared as follows:
use OS_SLB;
Methods
OS_SLB:: server_name($id)
Returns the real server name that has an ID with the value specified by $id.
NOTE
OS_SLB::server_name will return an array including server name and port number.
Context
This function can be called from any event.
Usage
Can be used to check the server name.
Vista de pagina 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 131 132

Comentarios a estos manuales

Sin comentarios