return featureSupported;
}
public LicenseManagerLicenseInfo getHostLicenseInfo(ManagedObjectReference hostMor) throws Exception {
// Retrieve license assigned to specified host
LicenseAssignmentManagerLicenseAssignment license = getAssignedLicenseToHost(hostMor);
return license.getAssignedLicense();
}