public class DVSNetworkResourcePoolAllocationInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
limit |
Integer |
priorityTag |
SharesInfo |
shares |
dynamicProperty, dynamicType| Constructor and Description |
|---|
DVSNetworkResourcePoolAllocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit() |
Integer |
getPriorityTag() |
SharesInfo |
getShares() |
void |
setLimit(Long limit) |
void |
setPriorityTag(Integer priorityTag) |
void |
setShares(SharesInfo shares) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Long limit
public SharesInfo shares
public Integer priorityTag
public DVSNetworkResourcePoolAllocationInfo()
public Long getLimit()
public SharesInfo getShares()
public Integer getPriorityTag()
public void setLimit(Long limit)
public void setShares(SharesInfo shares)
public void setPriorityTag(Integer priorityTag)
Copyright © 2011-2012. All Rights Reserved.