public class DataCenterIscsiBondNetworkVnicProfilePermissions extends CollectionDecorator<Permission,Permissions,DataCenterIscsiBondNetworkVnicProfilePermission>
DataCenterIscsiBondNetworkVnicProfilePermissions providing relation and functional services
to Permissions
.
Constructor and Description |
---|
DataCenterIscsiBondNetworkVnicProfilePermissions(HttpProxyBroker proxy,
DataCenterIscsiBondNetworkVnicProfile parent) |
Modifier and Type | Method and Description |
---|---|
DataCenterIscsiBondNetworkVnicProfilePermission |
add(Permission permission)
Adds Permission object.
|
DataCenterIscsiBondNetworkVnicProfilePermission |
get(UUID id)
Fetches DataCenterIscsiBondNetworkVnicProfilePermission object by id.
|
DataCenterIscsiBondNetworkVnicProfilePermission |
getById(String id)
Fetches DataCenterIscsiBondNetworkVnicProfilePermission object by id.
|
List<DataCenterIscsiBondNetworkVnicProfilePermission> |
list()
Lists DataCenterIscsiBondNetworkVnicProfilePermission objects.
|
List<DataCenterIscsiBondNetworkVnicProfilePermission> |
list(Integer max)
Lists DataCenterIscsiBondNetworkVnicProfilePermission objects.
|
get
public DataCenterIscsiBondNetworkVnicProfilePermissions(HttpProxyBroker proxy, DataCenterIscsiBondNetworkVnicProfile parent)
proxy
- HttpProxyBrokerparent
- DataCenterIscsiBondNetworkVnicProfilepublic List<DataCenterIscsiBondNetworkVnicProfilePermission> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list
in class CollectionDecorator<Permission,Permissions,DataCenterIscsiBondNetworkVnicProfilePermission>
DataCenterIscsiBondNetworkVnicProfilePermission
org.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 DataCenterIscsiBondNetworkVnicProfilePermission get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get
in class CollectionDecorator<Permission,Permissions,DataCenterIscsiBondNetworkVnicProfilePermission>
id
- entity idDataCenterIscsiBondNetworkVnicProfilePermission
org.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 DataCenterIscsiBondNetworkVnicProfilePermission getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById
in class CollectionDecorator<Permission,Permissions,DataCenterIscsiBondNetworkVnicProfilePermission>
id
- entity idDataCenterIscsiBondNetworkVnicProfilePermission
org.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 DataCenterIscsiBondNetworkVnicProfilePermission add(Permission permission) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
permission
- Permission
DataCenterIscsiBondNetworkVnicProfilePermission
org.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 List<DataCenterIscsiBondNetworkVnicProfilePermission> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max
- [max results]
DataCenterIscsiBondNetworkVnicProfilePermission
org.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