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, unsetLinks
getActions, isSetActions, setActions
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public String getVolumeType()
String
public void setVolumeType(String value)
value
- allowed object is
String
public boolean isSetVolumeType()
public TransportTypes getTransportTypes()
TransportTypes
public void setTransportTypes(TransportTypes value)
value
- allowed object is
TransportTypes
public boolean isSetTransportTypes()
public Integer getReplicaCount()
Integer
public void setReplicaCount(Integer value)
value
- allowed object is
Integer
public boolean isSetReplicaCount()
public Integer getStripeCount()
Integer
public void setStripeCount(Integer value)
value
- allowed object is
Integer
public boolean isSetStripeCount()
public GlusterBricks getBricks()
GlusterBricks
public void setBricks(GlusterBricks value)
value
- allowed object is
GlusterBricks
public boolean isSetBricks()
public Options getOptions()
Options
public void setOptions(Options value)
value
- allowed object is
Options
public boolean isSetOptions()
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