Uses of Class
com.vmware.nsx_policy.model.CapacityThreshold.Builder
-
Packages that use CapacityThreshold.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of CapacityThreshold.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CapacityThreshold.Builder Modifier and Type Method Description CapacityThreshold.Builder
CapacityThreshold.Builder. setMaxThresholdPercentage(java.lang.Double maxThresholdPercentage)
Set the maximum threshold percentage.CapacityThreshold.Builder
CapacityThreshold.Builder. setMinThresholdPercentage(java.lang.Double minThresholdPercentage)
Set the minimum threshold percentage.CapacityThreshold.Builder
CapacityThreshold.Builder. setThresholdType(java.lang.String thresholdType)
Indicate the object type for which threshold is to be set.
-