public class GlusterVolumeProfileDetails extends BaseResource
Java class for GlusterVolumeProfileDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterVolumeProfileDetails"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}brick_profile_details" minOccurs="0"/> <element ref="{}nfs_profile_details" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
GlusterVolumeProfileDetails() |
Modifier and Type | Method and Description |
---|---|
BrickProfileDetails |
getBrickProfileDetails()
Gets the value of the brickProfileDetails property.
|
NfsProfileDetails |
getNfsProfileDetails()
Gets the value of the nfsProfileDetails property.
|
boolean |
isSetBrickProfileDetails() |
boolean |
isSetNfsProfileDetails() |
void |
setBrickProfileDetails(BrickProfileDetails value)
Sets the value of the brickProfileDetails property.
|
void |
setNfsProfileDetails(NfsProfileDetails value)
Sets the value of the nfsProfileDetails 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 BrickProfileDetails getBrickProfileDetails()
BrickProfileDetails
public void setBrickProfileDetails(BrickProfileDetails value)
value
- allowed object is
BrickProfileDetails
public boolean isSetBrickProfileDetails()
public NfsProfileDetails getNfsProfileDetails()
NfsProfileDetails
public void setNfsProfileDetails(NfsProfileDetails value)
value
- allowed object is
NfsProfileDetails
public boolean isSetNfsProfileDetails()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0