public class ResourceAllocationInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
expandableReservation |
Long |
limit |
Long |
overheadLimit |
Long |
reservation |
SharesInfo |
shares |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ResourceAllocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExpandableReservation() |
Long |
getLimit() |
Long |
getOverheadLimit() |
Long |
getReservation() |
SharesInfo |
getShares() |
void |
setExpandableReservation(Boolean expandableReservation) |
void |
setLimit(Long limit) |
void |
setOverheadLimit(Long overheadLimit) |
void |
setReservation(Long reservation) |
void |
setShares(SharesInfo shares) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Long reservation
public Boolean expandableReservation
public Long limit
public SharesInfo shares
public Long overheadLimit
public Long getReservation()
public Boolean getExpandableReservation()
public Long getLimit()
public SharesInfo getShares()
public Long getOverheadLimit()
public void setReservation(Long reservation)
public void setExpandableReservation(Boolean expandableReservation)
public void setLimit(Long limit)
public void setShares(SharesInfo shares)
public void setOverheadLimit(Long overheadLimit)
Copyright © 2011-2012. All Rights Reserved.