Package com.vmware.nsx_policy.model
Class NsxtPerNodeUsedCacheStatistics.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.NsxtPerNodeUsedCacheStatistics.Builder
-
- Enclosing class:
- NsxtPerNodeUsedCacheStatistics
public static final class NsxtPerNodeUsedCacheStatistics.Builder extends java.lang.Object
Builder class forNsxtPerNodeUsedCacheStatistics
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofNsxtPerNodeUsedCacheStatistics
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NsxtPerNodeUsedCacheStatistics
build()
NsxtPerNodeUsedCacheStatistics.Builder
setCachedEntries(java.lang.Long cachedEntries)
The total number of cached entries format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.NsxtPerNodeUsedCacheStatistics.Builder
setNodeId(java.lang.String nodeId)
UUID of active/standby transport node This property may be present in responses from the server, but if it is present in a request to server it will be ignored.NsxtPerNodeUsedCacheStatistics.Builder
setUsedCacheSize(java.lang.Long usedCacheSize)
The memory size used in cache, in kb format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofNsxtPerNodeUsedCacheStatistics
.
-
-
Method Detail
-
setCachedEntries
public NsxtPerNodeUsedCacheStatistics.Builder setCachedEntries(java.lang.Long cachedEntries)
The total number of cached entries format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
cachedEntries
- New value for the property.
-
setNodeId
public NsxtPerNodeUsedCacheStatistics.Builder setNodeId(java.lang.String nodeId)
UUID of active/standby transport node This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
nodeId
- New value for the property.
-
setUsedCacheSize
public NsxtPerNodeUsedCacheStatistics.Builder setUsedCacheSize(java.lang.Long usedCacheSize)
The memory size used in cache, in kb format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
usedCacheSize
- New value for the property.
-
build
public NsxtPerNodeUsedCacheStatistics build()
-
-