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, setPort
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 GlusterVolume getGlusterVolume()
GlusterVolume
public void setGlusterVolume(GlusterVolume value)
value
- allowed object is
GlusterVolume
public boolean isSetGlusterVolume()
public String getServerId()
String
public void setServerId(String value)
value
- allowed object is
String
public boolean isSetServerId()
public String getBrickDir()
String
public void setBrickDir(String value)
value
- allowed object is
String
public boolean isSetBrickDir()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0