public class GlusterVolume extends BaseResource
Java class for GlusterVolume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterVolume">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}cluster" minOccurs="0"/>
<element name="volume_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}transport_types" minOccurs="0"/>
<element name="replica_count" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="stripe_count" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element ref="{}bricks" minOccurs="0"/>
<element ref="{}options" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GlusterVolume() |
| Modifier and Type | Method and Description |
|---|---|
GlusterBricks |
getBricks()
Gets the value of the bricks property.
|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Options |
getOptions()
Gets the value of the options property.
|
Integer |
getReplicaCount()
Gets the value of the replicaCount property.
|
Status |
getStatus()
Gets the value of the status property.
|
Integer |
getStripeCount()
Gets the value of the stripeCount property.
|
TransportTypes |
getTransportTypes()
Gets the value of the transportTypes property.
|
String |
getVolumeType()
Gets the value of the volumeType property.
|
boolean |
isSetBricks() |
boolean |
isSetCluster() |
boolean |
isSetOptions() |
boolean |
isSetReplicaCount() |
boolean |
isSetStatus() |
boolean |
isSetStripeCount() |
boolean |
isSetTransportTypes() |
boolean |
isSetVolumeType() |
void |
setBricks(GlusterBricks value)
Sets the value of the bricks property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setOptions(Options value)
Sets the value of the options property.
|
void |
setReplicaCount(Integer value)
Sets the value of the replicaCount property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStripeCount(Integer value)
Sets the value of the stripeCount property.
|
void |
setTransportTypes(TransportTypes value)
Sets the value of the transportTypes property.
|
void |
setVolumeType(String value)
Sets the value of the volumeType property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public String getVolumeType()
Stringpublic void setVolumeType(String value)
value - allowed object is
Stringpublic boolean isSetVolumeType()
public TransportTypes getTransportTypes()
TransportTypespublic void setTransportTypes(TransportTypes value)
value - allowed object is
TransportTypespublic boolean isSetTransportTypes()
public Integer getReplicaCount()
Integerpublic void setReplicaCount(Integer value)
value - allowed object is
Integerpublic boolean isSetReplicaCount()
public Integer getStripeCount()
Integerpublic void setStripeCount(Integer value)
value - allowed object is
Integerpublic boolean isSetStripeCount()
public GlusterBricks getBricks()
GlusterBrickspublic void setBricks(GlusterBricks value)
value - allowed object is
GlusterBrickspublic boolean isSetBricks()
public Options getOptions()
Optionspublic void setOptions(Options value)
value - allowed object is
Optionspublic boolean isSetOptions()
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