public class DataCenter extends BaseResource
Java class for DataCenter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataCenter"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="storage_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="storage_format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{}Version" minOccurs="0"/> <element name="supported_versions" type="{}SupportedVersions" minOccurs="0"/> <element ref="{}status" minOccurs="0"/> <element ref="{}mac_pool" minOccurs="0"/> <element name="quota_mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
DataCenter() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getLocal()
Gets the value of the local property.
|
MacPool |
getMacPool()
Gets the value of the macPool property.
|
String |
getQuotaMode()
Gets the value of the quotaMode property.
|
Status |
getStatus()
Gets the value of the status property.
|
String |
getStorageFormat()
Gets the value of the storageFormat property.
|
String |
getStorageType()
Gets the value of the storageType property.
|
SupportedVersions |
getSupportedVersions()
Gets the value of the supportedVersions property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetLocal() |
boolean |
isSetMacPool() |
boolean |
isSetQuotaMode() |
boolean |
isSetStatus() |
boolean |
isSetStorageFormat() |
boolean |
isSetStorageType() |
boolean |
isSetSupportedVersions() |
boolean |
isSetVersion() |
void |
setLocal(Boolean value)
Sets the value of the local property.
|
void |
setMacPool(MacPool value)
Sets the value of the macPool property.
|
void |
setQuotaMode(String value)
Sets the value of the quotaMode property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageFormat(String value)
Sets the value of the storageFormat property.
|
void |
setStorageType(String value)
Sets the value of the storageType property.
|
void |
setSupportedVersions(SupportedVersions value)
Sets the value of the supportedVersions property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getStorageType()
String
public void setStorageType(String value)
value
- allowed object is
String
public boolean isSetStorageType()
public Boolean getLocal()
Boolean
public void setLocal(Boolean value)
value
- allowed object is
Boolean
public boolean isSetLocal()
public String getStorageFormat()
String
public void setStorageFormat(String value)
value
- allowed object is
String
public boolean isSetStorageFormat()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public SupportedVersions getSupportedVersions()
SupportedVersions
public void setSupportedVersions(SupportedVersions value)
value
- allowed object is
SupportedVersions
public boolean isSetSupportedVersions()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public MacPool getMacPool()
MacPool
public void setMacPool(MacPool value)
value
- allowed object is
MacPool
public boolean isSetMacPool()
public String getQuotaMode()
String
public void setQuotaMode(String value)
value
- allowed object is
String
public boolean isSetQuotaMode()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0