
net.java.dev.vcc.api.HostResourceGroup 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 net.java.dev.vcc.api.Host}s for virtual {@link
* net.java.dev.vcc.api.Computer}s; virtual {@link net.java.dev.vcc.api.Computer}s; and {@link HostResourceGroup}s.
*
* @author Stephen Connolly
*/
public interface HostResourceGroup
extends ManagedObject, HostResourceContainer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy