Beispiel #1
0
 /** Use this API to fetch auditnslogpolicy resource of given name . */
 public static auditnslogpolicy get(nitro_service service, String name) throws Exception {
   auditnslogpolicy obj = new auditnslogpolicy();
   obj.set_name(name);
   auditnslogpolicy response = (auditnslogpolicy) obj.get_resource(service);
   return response;
 }