public interface HostNicsResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
add(HostNIC nic) |
HostNicResource |
getHostNicSubResource(String id)
Sub-resource locator method, returns individual HostNicResource on which the
remainder of the URI is dispatched.
|
HostNics |
list() |
javax.ws.rs.core.Response |
remove(String id) |
HostNics list()
javax.ws.rs.core.Response add(HostNIC nic)
javax.ws.rs.core.Response remove(String id)
HostNicResource getHostNicSubResource(String id)
id
- the nic IDCopyright © 2012. All Rights Reserved.