public class Quota extends BaseResource
Java class for Quota complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quota">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}data_center" minOccurs="0"/>
<element ref="{}vms" minOccurs="0"/>
<element ref="{}disks" minOccurs="0"/>
<element ref="{}users" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Quota() |
| Modifier and Type | Method and Description |
|---|---|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Disks |
getDisks()
Gets the value of the disks property.
|
Users |
getUsers()
Gets the value of the users property.
|
VMs |
getVms()
Gets the value of the vms property.
|
boolean |
isSetDataCenter() |
boolean |
isSetDisks() |
boolean |
isSetUsers() |
boolean |
isSetVms() |
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setDisks(Disks value)
Sets the value of the disks property.
|
void |
setUsers(Users value)
Sets the value of the users property.
|
void |
setVms(VMs value)
Sets the value of the vms property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public void setVms(VMs value)
value - allowed object is
VMspublic boolean isSetVms()
public Disks getDisks()
Diskspublic void setDisks(Disks value)
value - allowed object is
Diskspublic boolean isSetDisks()
public Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic boolean isSetUsers()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0