public class DataCenterIscsiBondNetworkVnicProfiles extends CollectionDecorator<VnicProfile,VnicProfiles,DataCenterIscsiBondNetworkVnicProfile>
DataCenterIscsiBondNetworkVnicProfiles providing relation and functional services
to VnicProfiles.
| Constructor and Description |
|---|
DataCenterIscsiBondNetworkVnicProfiles(HttpProxyBroker proxy,
DataCenterIscsiBondNetwork parent) |
| Modifier and Type | Method and Description |
|---|---|
DataCenterIscsiBondNetworkVnicProfile |
add(VnicProfile vnicprofile)
Adds VnicProfile object.
|
DataCenterIscsiBondNetworkVnicProfile |
get(UUID id)
Fetches DataCenterIscsiBondNetworkVnicProfile object by id.
|
DataCenterIscsiBondNetworkVnicProfile |
getById(String id)
Fetches DataCenterIscsiBondNetworkVnicProfile object by id.
|
List<DataCenterIscsiBondNetworkVnicProfile> |
list()
Lists DataCenterIscsiBondNetworkVnicProfile objects.
|
getpublic DataCenterIscsiBondNetworkVnicProfiles(HttpProxyBroker proxy, DataCenterIscsiBondNetwork parent)
proxy - HttpProxyBrokerparent - DataCenterIscsiBondNetworkpublic List<DataCenterIscsiBondNetworkVnicProfile> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<VnicProfile,VnicProfiles,DataCenterIscsiBondNetworkVnicProfile>DataCenterIscsiBondNetworkVnicProfileorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public DataCenterIscsiBondNetworkVnicProfile get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<VnicProfile,VnicProfiles,DataCenterIscsiBondNetworkVnicProfile>id - entity idDataCenterIscsiBondNetworkVnicProfileorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public DataCenterIscsiBondNetworkVnicProfile getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<VnicProfile,VnicProfiles,DataCenterIscsiBondNetworkVnicProfile>id - entity idDataCenterIscsiBondNetworkVnicProfileorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public DataCenterIscsiBondNetworkVnicProfile add(VnicProfile vnicprofile) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
vnicprofile - VnicProfileDataCenterIscsiBondNetworkVnicProfileorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0