public class GlusterBrickAdvancedDetails extends BaseResource
Java class for GlusterBrickAdvancedDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterBrickAdvancedDetails"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="device" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mnt_options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fs_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}gluster_clients" minOccurs="0"/> <element ref="{}memory_pools" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
GlusterBrickAdvancedDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getDevice()
Gets the value of the device property.
|
String |
getFsName()
Gets the value of the fsName property.
|
GlusterClients |
getGlusterClients()
Gets the value of the glusterClients property.
|
GlusterMemoryPools |
getMemoryPools()
Gets the value of the memoryPools property.
|
String |
getMntOptions()
Gets the value of the mntOptions property.
|
Integer |
getPid()
Gets the value of the pid property.
|
Integer |
getPort()
Gets the value of the port property.
|
boolean |
isSetDevice() |
boolean |
isSetFsName() |
boolean |
isSetGlusterClients() |
boolean |
isSetMemoryPools() |
boolean |
isSetMntOptions() |
boolean |
isSetPid() |
boolean |
isSetPort() |
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setFsName(String value)
Sets the value of the fsName property.
|
void |
setGlusterClients(GlusterClients value)
Sets the value of the glusterClients property.
|
void |
setMemoryPools(GlusterMemoryPools value)
Sets the value of the memoryPools property.
|
void |
setMntOptions(String value)
Sets the value of the mntOptions property.
|
void |
setPid(Integer value)
Sets the value of the pid property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
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 Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public Integer getPid()
Integer
public void setPid(Integer value)
value
- allowed object is
Integer
public boolean isSetPid()
public String getDevice()
String
public void setDevice(String value)
value
- allowed object is
String
public boolean isSetDevice()
public String getMntOptions()
String
public void setMntOptions(String value)
value
- allowed object is
String
public boolean isSetMntOptions()
public String getFsName()
String
public void setFsName(String value)
value
- allowed object is
String
public boolean isSetFsName()
public GlusterClients getGlusterClients()
GlusterClients
public void setGlusterClients(GlusterClients value)
value
- allowed object is
GlusterClients
public boolean isSetGlusterClients()
public GlusterMemoryPools getMemoryPools()
GlusterMemoryPools
public void setMemoryPools(GlusterMemoryPools value)
value
- allowed object is
GlusterMemoryPools
public boolean isSetMemoryPools()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0