Uses of Class
com.vmware.nsx_policy.model.ResourceAllocation.Builder
-
Packages that use ResourceAllocation.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of ResourceAllocation.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ResourceAllocation.Builder Modifier and Type Method Description ResourceAllocation.BuilderResourceAllocation.Builder. setLimit(java.lang.Double limit)The limit property specifies the maximum bandwidth allocation for a given traffic type and is expressed in percentage.ResourceAllocation.BuilderResourceAllocation.Builder. setReservation(java.lang.Double reservation)Minimum guaranteed bandwidth percentageResourceAllocation.BuilderResourceAllocation.Builder. setShares(java.lang.Long shares)Shares format: int32ResourceAllocation.BuilderResourceAllocation.Builder. setTrafficType(HostInfraTrafficType trafficType)
-