/** @since SDK5.1 */ public ExtensionManagerIpAllocationUsage[] queryExtensionIpAllocationUsage(String[] extensionKeys) throws RuntimeFault, RemoteException { return getVimService().queryExtensionIpAllocationUsage(getMOR(), extensionKeys); }
/** * @since SDK5.1 */ List<ExtensionManagerIpAllocationUsage> queryExtensionIpAllocationUsage(List<String> extensionKeys) throws RuntimeFault, RemoteException;