| Constructor and Description |
|---|
DataCenterQuota(HttpProxyBroker proxy) |
| Modifier and Type | Method and Description |
|---|---|
Response |
delete()
Deletes object.
|
Response |
delete(Boolean async)
Deletes object.
|
Response |
delete(Boolean async,
String correlationId)
Deletes object.
|
DataCenterQuotaPermissions |
getPermissions()
Gets the value of the DataCenterQuotaPermissions property.
|
DataCenterQuotaQuotaClusterLimits |
getQuotaClusterLimits()
Gets the value of the DataCenterQuotaQuotaClusterLimits property.
|
DataCenterQuotaQuotaStorageLimits |
getQuotaStorageLimits()
Gets the value of the DataCenterQuotaQuotaStorageLimits property.
|
DataCenterQuota |
update()
Updates DataCenterQuota object.
|
DataCenterQuota |
update(Boolean async)
Updates DataCenterQuota object.
|
DataCenterQuota |
update(Boolean async,
String correlationId)
Updates DataCenterQuota object.
|
DataCenterQuota |
update(Boolean async,
String correlationId,
String expect)
Updates DataCenterQuota object.
|
getClusterHardLimitPct, getClusterSoftLimitPct, getDataCenter, getDisks, getStorageHardLimitPct, getStorageSoftLimitPct, getUsers, getVms, isSetClusterHardLimitPct, isSetClusterSoftLimitPct, isSetDataCenter, isSetDisks, isSetStorageHardLimitPct, isSetStorageSoftLimitPct, isSetUsers, isSetVms, setClusterHardLimitPct, setClusterSoftLimitPct, setDataCenter, setDisks, setStorageHardLimitPct, setStorageSoftLimitPct, setUsers, setVmsgetComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic DataCenterQuota(HttpProxyBroker proxy)
proxy - HttpProxyBrokerpublic DataCenterQuotaPermissions getPermissions()
DataCenterQuotaPermissionspublic DataCenterQuotaQuotaClusterLimits getQuotaClusterLimits()
public DataCenterQuotaQuotaStorageLimits getQuotaStorageLimits()
public Response delete() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
Responseorg.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 Response delete(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
async -
[true|false]
Responseorg.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 Response delete(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
async -
[true|false]
correlationId -
[any string]
Responseorg.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 DataCenterQuota update() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
quota - Quota
[quota.name]
[quota.description]
[quota.cluster_soft_limit_pct]
[quota.cluster_hard_limit_pct]
[quota.storage_soft_limit_pct]
[quota.storage_hard_limit_pct]
DataCenterQuotaorg.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 DataCenterQuota update(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
quota - Quota
[quota.name]
[quota.description]
[quota.cluster_soft_limit_pct]
[quota.cluster_hard_limit_pct]
[quota.storage_soft_limit_pct]
[quota.storage_hard_limit_pct]
async -
[true|false]
DataCenterQuotaorg.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 DataCenterQuota update(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
quota - Quota
[quota.name]
[quota.description]
[quota.cluster_soft_limit_pct]
[quota.cluster_hard_limit_pct]
[quota.storage_soft_limit_pct]
[quota.storage_hard_limit_pct]
async -
[true|false]
correlationId -
[any string]
DataCenterQuotaorg.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 DataCenterQuota update(Boolean async, String correlationId, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
quota - Quota
[quota.name]
[quota.description]
[quota.cluster_soft_limit_pct]
[quota.cluster_hard_limit_pct]
[quota.storage_soft_limit_pct]
[quota.storage_hard_limit_pct]
async -
[true|false]
correlationId -
[any string]
expect -
[202-accepted]
DataCenterQuotaorg.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