> + > + public abstract boolean isCpuHotPlug(); > + > + public abstract boolean isCpuHotUnPlug(); > + > + public abstract boolean isRamHotPlug(); > + > + public abstract boolean isRamHotUnPlug(); > + > + public abstract boolean isNicHotPlug(); > + > + public abstract boolean isNicHotUnPlug(); > + > + public abstract boolean isDiscVirtioHotPlug(); > + > + public abstract boolean isDiscVirtioHotUnPlug();
So far, the [API](https://www.profitbricks.com/apidoc/1_3/APIDocumentation.html?GetAllImages.html) is always returning values for those properties and it's docs don't say that they're nullable. I think it's safe to assume that they're not. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/119/files#r22982121
