Package com.morpheusdata.core.providers
Interface CloudProvider.HostVmGroupFacet
- Enclosing interface:
- CloudProvider
public static interface CloudProvider.HostVmGroupFacet
Adds support to a
CloudProvider for managing Host / VM Groups. Some clouds, like vmware, may support
setting these rules on a set of compute servers to either ensure they run on separate hosts, or run on the same host.- Since:
- 1.4.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateHostVmGroup(Cloud cloud, HostVmGroup hostVmGroup) removeHostVmGroup(Cloud cloud, HostVmGroup hostVmGroup) updateHostVmGroup(Cloud cloud, HostVmGroup hostVmGroup)
-
Method Details
-
createHostVmGroup
-
updateHostVmGroup
-
removeHostVmGroup
-