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