
net.java.dev.vcc.api.DatacenterResourceGroup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vcc-api Show documentation
Show all versions of vcc-api Show documentation
The API for control of virtual computers running on a virtual computer host
The newest version!
package net.java.dev.vcc.api;
/**
* Represeents a group of resources, such as: {@link Host}s for virtual {@link Computer}s; virtual {@link Computer}s;
* and {@link DatacenterResourceGroup}s.
*
* @author Stephen Connolly
*/
public interface DatacenterResourceGroup
extends ManagedObject, DatacenterResourceContainer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy