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="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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Status |
status |
protected String |
storageFormat |
protected String |
storageType |
protected SupportedVersions |
supportedVersions |
protected Version |
version |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
DataCenter() |
| Modifier and Type | Method and Description |
|---|---|
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 |
isSetStatus() |
boolean |
isSetStorageFormat() |
boolean |
isSetStorageType() |
boolean |
isSetSupportedVersions() |
boolean |
isSetVersion() |
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.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected String storageType
protected String storageFormat
protected Version version
protected SupportedVersions supportedVersions
protected Status status
public String getStorageType()
Stringpublic void setStorageType(String value)
value - allowed object is
Stringpublic boolean isSetStorageType()
public String getStorageFormat()
Stringpublic void setStorageFormat(String value)
value - allowed object is
Stringpublic boolean isSetStorageFormat()
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic boolean isSetVersion()
public SupportedVersions getSupportedVersions()
SupportedVersionspublic void setSupportedVersions(SupportedVersions value)
value - allowed object is
SupportedVersionspublic boolean isSetSupportedVersions()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
Copyright © 2012. All Rights Reserved.