public class GlusterBrick extends GlusterBrickAdvancedDetails
Java class for GlusterBrick complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterBrick">
<complexContent>
<extension base="{}GlusterBrickAdvancedDetails">
<sequence>
<element ref="{}gluster_volume" minOccurs="0"/>
<element name="server_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="brick_dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GlusterBrick() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrickDir()
Gets the value of the brickDir property.
|
GlusterVolume |
getGlusterVolume()
Gets the value of the glusterVolume property.
|
String |
getServerId()
Gets the value of the serverId property.
|
Status |
getStatus()
Gets the value of the status property.
|
boolean |
isSetBrickDir() |
boolean |
isSetGlusterVolume() |
boolean |
isSetServerId() |
boolean |
isSetStatus() |
void |
setBrickDir(String value)
Sets the value of the brickDir property.
|
void |
setGlusterVolume(GlusterVolume value)
Sets the value of the glusterVolume property.
|
void |
setServerId(String value)
Sets the value of the serverId property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
getDevice, getFsName, getGlusterClients, getMemoryPools, getMntOptions, getPid, getPort, isSetDevice, isSetFsName, isSetGlusterClients, isSetMemoryPools, isSetMntOptions, isSetPid, isSetPort, setDevice, setFsName, setGlusterClients, setMemoryPools, setMntOptions, setPid, setPortgetComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic GlusterVolume getGlusterVolume()
GlusterVolumepublic void setGlusterVolume(GlusterVolume value)
value - allowed object is
GlusterVolumepublic boolean isSetGlusterVolume()
public String getServerId()
Stringpublic void setServerId(String value)
value - allowed object is
Stringpublic boolean isSetServerId()
public String getBrickDir()
Stringpublic void setBrickDir(String value)
value - allowed object is
Stringpublic boolean isSetBrickDir()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0