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, unsetLinksgetActions, isSetActions, setActionspublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public Integer getPid()
Integerpublic void setPid(Integer value)
value - allowed object is
Integerpublic boolean isSetPid()
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic boolean isSetDevice()
public String getMntOptions()
Stringpublic void setMntOptions(String value)
value - allowed object is
Stringpublic boolean isSetMntOptions()
public String getFsName()
Stringpublic void setFsName(String value)
value - allowed object is
Stringpublic boolean isSetFsName()
public GlusterClients getGlusterClients()
GlusterClientspublic void setGlusterClients(GlusterClients value)
value - allowed object is
GlusterClientspublic boolean isSetGlusterClients()
public GlusterMemoryPools getMemoryPools()
GlusterMemoryPoolspublic void setMemoryPools(GlusterMemoryPools value)
value - allowed object is
GlusterMemoryPoolspublic boolean isSetMemoryPools()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0