Package com.vmware.nsx_policy.model
Class CapacityUsageMetaInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.CapacityUsageMetaInfo.Builder
-
- Enclosing class:
- CapacityUsageMetaInfo
public static final class CapacityUsageMetaInfo.Builder extends java.lang.Object
Builder class forCapacityUsageMetaInfo
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofCapacityUsageMetaInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapacityUsageMetaInfo
build()
CapacityUsageMetaInfo.Builder
setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
Timestamp at which capacity usage was last calculated format: int64CapacityUsageMetaInfo.Builder
setMaxGlobalThresholdPercentage(java.lang.Double maxGlobalThresholdPercentage)
Indicates the maximum global threshold percentageCapacityUsageMetaInfo.Builder
setMinGlobalThresholdPercentage(java.lang.Double minGlobalThresholdPercentage)
Indicates the minimum global threshold percentage
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCapacityUsageMetaInfo
.
-
-
Method Detail
-
setLastUpdatedTimestamp
public CapacityUsageMetaInfo.Builder setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
Timestamp at which capacity usage was last calculated format: int64- Parameters:
lastUpdatedTimestamp
- New value for the property.
-
setMaxGlobalThresholdPercentage
public CapacityUsageMetaInfo.Builder setMaxGlobalThresholdPercentage(java.lang.Double maxGlobalThresholdPercentage)
Indicates the maximum global threshold percentage- Parameters:
maxGlobalThresholdPercentage
- New value for the property.
-
setMinGlobalThresholdPercentage
public CapacityUsageMetaInfo.Builder setMinGlobalThresholdPercentage(java.lang.Double minGlobalThresholdPercentage)
Indicates the minimum global threshold percentage- Parameters:
minGlobalThresholdPercentage
- New value for the property.
-
build
public CapacityUsageMetaInfo build()
-
-