public interface VmPoolsResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
add(VmPool pool) |
VmPoolResource |
getVmPoolSubResource(String id)
Sub-resource locator method, returns individual VmPoolResource on
which the remainder of the URI is dispatched.
|
VmPools |
list() |
javax.ws.rs.core.Response |
remove(String id) |
VmPools list()
javax.ws.rs.core.Response add(VmPool pool)
javax.ws.rs.core.Response remove(String id)
VmPoolResource getVmPoolSubResource(String id)
id
- the VmPool IDCopyright © 2012. All Rights Reserved.