public interface DataCenterService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
DataCenterService.GetRequest |
static interface |
DataCenterService.GetResponse |
static interface |
DataCenterService.RemoveRequest
Removes the data center.
|
static interface |
DataCenterService.RemoveResponse
Removes the data center.
|
static interface |
DataCenterService.UpdateRequest |
static interface |
DataCenterService.UpdateResponse |
Modifier and Type | Method and Description |
---|---|
ClustersService |
clustersService() |
DataCenterService.GetRequest |
get() |
IscsiBondsService |
iscsiBondsService() |
NetworksService |
networksService() |
AssignedPermissionsService |
permissionsService() |
QossService |
qossService() |
QuotasService |
quotasService() |
DataCenterService.RemoveRequest |
remove()
Removes the data center.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AttachedStorageDomainsService |
storageDomainsService() |
DataCenterService.UpdateRequest |
update() |
DataCenterService.GetRequest get()
DataCenterService.RemoveRequest remove()
Removes the data center.
Without any special parameters, the storage domains attached to the data center are detached and then removed from the storage. If something fails when performing this operation, for example if there is no host available to remove the storage domains from the storage, the complete operation will fail.
If the force
parameter is true
then the operation will always succeed, even if something fails while removing
one storage domain, for example. The failure is just ignored and the data center is removed from the database
anyway.
DataCenterService.UpdateRequest update()
ClustersService clustersService()
IscsiBondsService iscsiBondsService()
NetworksService networksService()
AssignedPermissionsService permissionsService()
QossService qossService()
QuotasService quotasService()
AttachedStorageDomainsService storageDomainsService()
Copyright © 2016. All rights reserved.