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, unsetLinks
getActions, isSetActions, setActions
public DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public void setVms(VMs value)
value
- allowed object is
VMs
public boolean isSetVms()
public Disks getDisks()
Disks
public void setDisks(Disks value)
value
- allowed object is
Disks
public boolean isSetDisks()
public Users getUsers()
Users
public void setUsers(Users value)
value
- allowed object is
Users
public boolean isSetUsers()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0