public class StorageDomain extends BaseResource
Java class for StorageDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDomain">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}data_center" minOccurs="0"/>
<element ref="{}data_centers" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element name="external_status" type="{}Status" minOccurs="0"/>
<element name="master" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element ref="{}storage" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="destroy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="used" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="committed" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="storage_format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wipe_after_delete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="import" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="warning_low_space_indicator" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="critical_space_action_blocker" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StorageDomain() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvailable()
Gets the value of the available property.
|
Long |
getCommitted()
Gets the value of the committed property.
|
Integer |
getCriticalSpaceActionBlocker()
Gets the value of the criticalSpaceActionBlocker property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
DataCenters |
getDataCenters()
Gets the value of the dataCenters property.
|
Boolean |
getDestroy()
Gets the value of the destroy property.
|
Status |
getExternalStatus()
Gets the value of the externalStatus property.
|
Boolean |
getFormat()
Gets the value of the format property.
|
Host |
getHost()
Gets the value of the host property.
|
Boolean |
getImport()
Gets the value of the import property.
|
Boolean |
getMaster()
Gets the value of the master property.
|
Status |
getStatus()
Gets the value of the status property.
|
Storage |
getStorage()
Gets the value of the storage property.
|
String |
getStorageFormat()
Gets the value of the storageFormat property.
|
String |
getType()
Gets the value of the type property.
|
Long |
getUsed()
Gets the value of the used property.
|
Integer |
getWarningLowSpaceIndicator()
Gets the value of the warningLowSpaceIndicator property.
|
Boolean |
getWipeAfterDelete()
Gets the value of the wipeAfterDelete property.
|
boolean |
isSetAvailable() |
boolean |
isSetCommitted() |
boolean |
isSetCriticalSpaceActionBlocker() |
boolean |
isSetDataCenter() |
boolean |
isSetDataCenters() |
boolean |
isSetDestroy() |
boolean |
isSetExternalStatus() |
boolean |
isSetFormat() |
boolean |
isSetHost() |
boolean |
isSetImport() |
boolean |
isSetMaster() |
boolean |
isSetStatus() |
boolean |
isSetStorage() |
boolean |
isSetStorageFormat() |
boolean |
isSetType() |
boolean |
isSetUsed() |
boolean |
isSetWarningLowSpaceIndicator() |
boolean |
isSetWipeAfterDelete() |
void |
setAvailable(Long value)
Sets the value of the available property.
|
void |
setCommitted(Long value)
Sets the value of the committed property.
|
void |
setCriticalSpaceActionBlocker(Integer value)
Sets the value of the criticalSpaceActionBlocker property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setDataCenters(DataCenters value)
Sets the value of the dataCenters property.
|
void |
setDestroy(Boolean value)
Sets the value of the destroy property.
|
void |
setExternalStatus(Status value)
Sets the value of the externalStatus property.
|
void |
setFormat(Boolean value)
Sets the value of the format property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setImport(Boolean value)
Sets the value of the import property.
|
void |
setMaster(Boolean value)
Sets the value of the master property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorage(Storage value)
Sets the value of the storage property.
|
void |
setStorageFormat(String value)
Sets the value of the storageFormat property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsed(Long value)
Sets the value of the used property.
|
void |
setWarningLowSpaceIndicator(Integer value)
Sets the value of the warningLowSpaceIndicator property.
|
void |
setWipeAfterDelete(Boolean value)
Sets the value of the wipeAfterDelete property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public DataCenters getDataCenters()
DataCenterspublic void setDataCenters(DataCenters value)
value - allowed object is
DataCenterspublic boolean isSetDataCenters()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Status getExternalStatus()
Statuspublic void setExternalStatus(Status value)
value - allowed object is
Statuspublic boolean isSetExternalStatus()
public Boolean getMaster()
Booleanpublic void setMaster(Boolean value)
value - allowed object is
Booleanpublic boolean isSetMaster()
public Storage getStorage()
Storagepublic void setStorage(Storage value)
value - allowed object is
Storagepublic boolean isSetStorage()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Boolean getFormat()
Booleanpublic void setFormat(Boolean value)
value - allowed object is
Booleanpublic boolean isSetFormat()
public Boolean getDestroy()
Booleanpublic void setDestroy(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDestroy()
public Long getAvailable()
Longpublic void setAvailable(Long value)
value - allowed object is
Longpublic boolean isSetAvailable()
public void setUsed(Long value)
value - allowed object is
Longpublic boolean isSetUsed()
public Long getCommitted()
Longpublic void setCommitted(Long value)
value - allowed object is
Longpublic boolean isSetCommitted()
public String getStorageFormat()
Stringpublic void setStorageFormat(String value)
value - allowed object is
Stringpublic boolean isSetStorageFormat()
public Boolean getWipeAfterDelete()
Booleanpublic void setWipeAfterDelete(Boolean value)
value - allowed object is
Booleanpublic boolean isSetWipeAfterDelete()
public Boolean getImport()
Booleanpublic void setImport(Boolean value)
value - allowed object is
Booleanpublic boolean isSetImport()
public Integer getWarningLowSpaceIndicator()
Integerpublic void setWarningLowSpaceIndicator(Integer value)
value - allowed object is
Integerpublic boolean isSetWarningLowSpaceIndicator()
public Integer getCriticalSpaceActionBlocker()
Integerpublic void setCriticalSpaceActionBlocker(Integer value)
value - allowed object is
Integerpublic boolean isSetCriticalSpaceActionBlocker()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0