use of com.att.cdp.zones.model.Hypervisor in project AJSC by att.
the class ConnectedHypervisor method refreshAll.
/**
* @see com.att.cdp.zones.model.Hypervisor#refreshAll()
*/
@Override
public void refreshAll() throws ZoneException {
Context context = getContext();
Hypervisor copy = context.getComputeService().getHypervisor(getId());
ObjectMapper.map(copy, this);
}
Aggregations