Package | Description |
---|---|
org.ovirt.engine.sdk.decorators |
Modifier and Type | Method and Description |
---|---|
VmPool |
VmPools.add(VmPool vmpool)
Adds VmPool object.
|
VmPool |
VmPools.add(VmPool vmpool,
String expect)
Adds VmPool object.
|
VmPool |
VmPools.add(VmPool vmpool,
String expect,
String correlationId)
Adds VmPool object.
|
VmPool |
VmPools.get(UUID id)
Fetches VmPool object by id.
|
VmPool |
VmPools.getById(String id)
Fetches VmPool object by id.
|
VmPool |
VmPool.update()
Updates VmPool object.
|
VmPool |
VmPool.update(String correlationId)
Updates VmPool object.
|
VmPool |
VmPool.update(String correlationId,
Boolean async)
Updates VmPool object.
|
VmPool |
VmPool.update(String correlationId,
Boolean async,
String expect)
Updates VmPool object.
|
Modifier and Type | Method and Description |
---|---|
List<VmPool> |
VmPools.list()
Lists VmPool objects.
|
List<VmPool> |
VmPools.list(String query)
Lists VmPool objects.
|
List<VmPool> |
VmPools.list(String query,
Boolean caseSensitive)
Lists VmPool objects.
|
List<VmPool> |
VmPools.list(String query,
Boolean caseSensitive,
Integer max)
Lists VmPool objects.
|
Constructor and Description |
---|
VmPoolPermissions(HttpProxyBroker proxy,
VmPool parent) |
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0