public interface DataCenter extends Identified
Modifier and Type | Method and Description |
---|---|
Boolean |
local() |
MacPool |
macPool()
Note that since version 4 of the API each cluster has its own MAC pool.
|
QuotaModeType |
quotaMode() |
DataCenterStatus |
status() |
StorageFormat |
storageFormat() |
Version[] |
supportedVersions() |
Version |
version() |
comment, description, id, name
Boolean local()
StorageFormat storageFormat()
Version version()
Version[] supportedVersions()
DataCenterStatus status()
QuotaModeType quotaMode()
MacPool macPool()
Note that since version 4 of the API each cluster has its own MAC pool.
If you change macPool
property on data center, all the clusters belonging
to this data center will be changed to use this new MAC pool. Also note,
that if any data center has more clusters with different MAC pools
assigned, macPool
property of data center cannot be determined, and thus
will not be reported in that case.
Copyright © 2016. All rights reserved.