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, unsetLinksgetActions, isSetActions, setActionspublic BrickProfileDetails getBrickProfileDetails()
BrickProfileDetailspublic void setBrickProfileDetails(BrickProfileDetails value)
value - allowed object is
BrickProfileDetailspublic boolean isSetBrickProfileDetails()
public NfsProfileDetails getNfsProfileDetails()
NfsProfileDetailspublic void setNfsProfileDetails(NfsProfileDetails value)
value - allowed object is
NfsProfileDetailspublic boolean isSetNfsProfileDetails()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0