CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setCurrentUsageCount(java.lang.Long currentUsageCount) |
Indicate the current usage count of object type.
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setCurrentUsagePercentage(java.lang.Double currentUsagePercentage) |
Current usage percentage for object type
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setDisplayName(java.lang.String displayName) |
Display name for NSX object type.
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setMaxSupportedCount(java.lang.Long maxSupportedCount) |
This is the maximum supported count for object type in consideration.
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setMaxThresholdPercentage(java.lang.Double maxThresholdPercentage) |
This indicates the maximum threshold percentage for object type.
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setMinThresholdPercentage(java.lang.Double minThresholdPercentage) |
This indicates the minimum threshold percentage for object type.
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setSeverity(java.lang.String severity) |
|
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setUsageType(java.lang.String usageType) |
Indicate the object type for which usage is calculated.
|