Class ResourceAllocationInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ResourceAllocationInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VrpResourceAllocationInfo

public class ResourceAllocationInfo extends DynamicData
See Also:
  • Field Details

    • reservation

      public Long reservation
    • expandableReservation

      public Boolean expandableReservation
    • limit

      public Long limit
    • shares

      public SharesInfo shares
    • overheadLimit

      public Long overheadLimit
  • Constructor Details

    • ResourceAllocationInfo

      public ResourceAllocationInfo()
  • Method Details

    • getReservation

      public Long getReservation()
    • getExpandableReservation

      public Boolean getExpandableReservation()
    • getLimit

      public Long getLimit()
    • getShares

      public SharesInfo getShares()
    • getOverheadLimit

      public Long getOverheadLimit()
    • setReservation

      public void setReservation(Long reservation)
    • setExpandableReservation

      public void setExpandableReservation(Boolean expandableReservation)
    • setLimit

      public void setLimit(Long limit)
    • setShares

      public void setShares(SharesInfo shares)
    • setOverheadLimit

      public void setOverheadLimit(Long overheadLimit)