public class Disks extends CollectionDecorator<Disk,Disks,Disk>
Disks providing relation and functional services
to Disks
.
Constructor and Description |
---|
Disks(HttpProxyBroker proxy) |
Modifier and Type | Method and Description |
---|---|
Disk |
add(Disk disk)
Adds Disk object.
|
Disk |
add(Disk disk,
String expect)
Adds Disk object.
|
Disk |
add(Disk disk,
String expect,
String correlationId)
Adds Disk object.
|
Disk |
get(UUID id)
Fetches Disk object by id.
|
Disk |
getById(String id)
Fetches Disk object by id.
|
List<Disk> |
list()
Lists Disk objects.
|
List<Disk> |
list(String query)
Lists Disk objects.
|
List<Disk> |
list(String query,
Boolean caseSensitive)
Lists Disk objects.
|
List<Disk> |
list(String query,
Boolean caseSensitive,
Integer max)
Lists Disk objects.
|
get
public Disks(HttpProxyBroker proxy)
proxy
- HttpProxyBrokerpublic List<Disk> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list
in class CollectionDecorator<Disk,Disks,Disk>
Disk
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 Disk get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get
in class CollectionDecorator<Disk,Disks,Disk>
id
- entity idDisk
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 Disk getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById
in class CollectionDecorator<Disk,Disks,Disk>
id
- entity idDisk
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 Disk add(Disk disk) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
disk
- Disk
Overload 1: add a new disk to the system with specified size, space will be allocated from the storage domain for the disk disk.format disk.interface disk.provisioned_size [disk.alias] [disk.name] [disk.size] [disk.sparse] [disk.description] [disk.bootable] [disk.shareable] [disk.propagate_errors] [disk.wipe_after_delete] [disk.quota.id] [disk.disk_profile.id] [disk.storage_domains.storage_domain] [disk.openstack_volume_type.name] Overload 2: add a new lun disk to the system, this operation does not require size but requires lun connection details disk.interface disk.lun_storage.type disk.lun_storage.logical_unit [disk.alias] [disk.sparse] [disk.description] [disk.bootable] [disk.shareable] [disk.propagate_errors] [disk.wipe_after_delete] [disk.quota.id] [disk.sgio] [disk.lun_storage.host]
Disk
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 Disk add(Disk disk, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
disk
- Disk
Overload 1: add a new disk to the system with specified size, space will be allocated from the storage domain for the disk disk.format disk.interface disk.provisioned_size [disk.alias] [disk.name] [disk.size] [disk.sparse] [disk.description] [disk.bootable] [disk.shareable] [disk.propagate_errors] [disk.wipe_after_delete] [disk.quota.id] [disk.disk_profile.id] [disk.storage_domains.storage_domain] [disk.openstack_volume_type.name] Overload 2: add a new lun disk to the system, this operation does not require size but requires lun connection details disk.interface disk.lun_storage.type disk.lun_storage.logical_unit [disk.alias] [disk.sparse] [disk.description] [disk.bootable] [disk.shareable] [disk.propagate_errors] [disk.wipe_after_delete] [disk.quota.id] [disk.sgio] [disk.lun_storage.host]
expect
- [201-created]
Disk
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 Disk add(Disk disk, String expect, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
disk
- Disk
Overload 1: add a new disk to the system with specified size, space will be allocated from the storage domain for the disk disk.format disk.interface disk.provisioned_size [disk.alias] [disk.name] [disk.size] [disk.sparse] [disk.description] [disk.bootable] [disk.shareable] [disk.propagate_errors] [disk.wipe_after_delete] [disk.quota.id] [disk.disk_profile.id] [disk.storage_domains.storage_domain] [disk.openstack_volume_type.name] Overload 2: add a new lun disk to the system, this operation does not require size but requires lun connection details disk.interface disk.lun_storage.type disk.lun_storage.logical_unit [disk.alias] [disk.sparse] [disk.description] [disk.bootable] [disk.shareable] [disk.propagate_errors] [disk.wipe_after_delete] [disk.quota.id] [disk.sgio] [disk.lun_storage.host]
expect
- [201-created]
correlationId
- [any string]
Disk
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<Disk> list(String query) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
query
- [search query]
Disk
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<Disk> list(String query, Boolean caseSensitive) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
query
- [search query]
caseSensitive
- [true|false]
Disk
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<Disk> list(String query, Boolean caseSensitive, Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
query
- [search query]
caseSensitive
- [true|false]
max
- [max results]
Disk
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