/** @since SDK4.1 */ public HttpNfcLeaseManifestEntry[] httpNfcLeaseGetManifest() throws Timedout, InvalidState, RuntimeFault, RemoteException { return getVimService().httpNfcLeaseGetManifest(getMOR()); }
public List<HttpNfcLeaseManifestEntry> getLeaseManifest() throws Exception { return _context.getService().httpNfcLeaseGetManifest(_mor); }