Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
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)
Possible values are:
CapacityDashboardUsage.SEVERITY_INFO
CapacityDashboardUsage.SEVERITY_WARNING
CapacityDashboardUsage.SEVERITY_CRITICAL
CapacityDashboardUsage.SEVERITY_ERROR
Severity calculated from percentage usage |
CapacityDashboardUsage.Builder |
CapacityDashboardUsage.Builder.setUsageType(java.lang.String usageType)
Indicate the object type for which usage is calculated.
|