Esempio n. 1
0
 /** Use this API to fetch all the lbsipparameters resources that are configured on netscaler. */
 public static lbsipparameters get(nitro_service service, options option) throws Exception {
   lbsipparameters obj = new lbsipparameters();
   lbsipparameters[] response = (lbsipparameters[]) obj.get_resources(service, option);
   return response[0];
 }