Ejemplo n.º 1
0
 /** Use this API to fetch vpnurl resource of given name . */
 public static vpnurl get(nitro_service service, String urlname) throws Exception {
   vpnurl obj = new vpnurl();
   obj.set_urlname(urlname);
   vpnurl response = (vpnurl) obj.get_resource(service);
   return response;
 }