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 name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
available |
protected Long |
committed |
protected DataCenter |
dataCenter |
protected Boolean |
destroy |
protected Boolean |
format |
protected Host |
host |
protected Boolean |
master |
protected Status |
status |
protected Storage |
storage |
protected String |
storageFormat |
protected String |
type |
protected Long |
used |
actions, creationStatus, description, href, id, links, name
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.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Host |
getHost()
Gets the value of the host 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.
|
Boolean |
isDestroy()
Gets the value of the destroy property.
|
Boolean |
isFormat()
Gets the value of the format property.
|
Boolean |
isMaster()
Gets the value of the master property.
|
boolean |
isSetAvailable() |
boolean |
isSetCommitted() |
boolean |
isSetDataCenter() |
boolean |
isSetDestroy() |
boolean |
isSetFormat() |
boolean |
isSetHost() |
boolean |
isSetMaster() |
boolean |
isSetStatus() |
boolean |
isSetStorage() |
boolean |
isSetStorageFormat() |
boolean |
isSetType() |
boolean |
isSetUsed() |
void |
setAvailable(Long value)
Sets the value of the available property.
|
void |
setCommitted(Long value)
Sets the value of the committed property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setDestroy(Boolean value)
Sets the value of the destroy property.
|
void |
setFormat(Boolean value)
Sets the value of the format property.
|
void |
setHost(Host value)
Sets the value of the host 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.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected DataCenter dataCenter
protected String type
protected Status status
protected Boolean master
protected Storage storage
protected Host host
protected Boolean format
protected Boolean destroy
protected Long available
protected Long used
protected Long committed
protected String storageFormat
public DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public Boolean isMaster()
Boolean
public void setMaster(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMaster()
public Storage getStorage()
Storage
public void setStorage(Storage value)
value
- allowed object is
Storage
public boolean isSetStorage()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public Boolean isFormat()
Boolean
public void setFormat(Boolean value)
value
- allowed object is
Boolean
public boolean isSetFormat()
public Boolean isDestroy()
Boolean
public void setDestroy(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDestroy()
public Long getAvailable()
Long
public void setAvailable(Long value)
value
- allowed object is
Long
public boolean isSetAvailable()
public void setUsed(Long value)
value
- allowed object is
Long
public boolean isSetUsed()
public Long getCommitted()
Long
public void setCommitted(Long value)
value
- allowed object is
Long
public boolean isSetCommitted()
public String getStorageFormat()
String
public void setStorageFormat(String value)
value
- allowed object is
String
public boolean isSetStorageFormat()
Copyright © 2012. All Rights Reserved.