public static final class VtepLabelPoolUsage.Builder
extends java.lang.Object
VtepLabelPoolUsage.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VtepLabelPoolUsage. |
| Modifier and Type | Method and Description |
|---|---|
VtepLabelPoolUsage |
build() |
VtepLabelPoolUsage.Builder |
setAllocatedIds(java.lang.Long allocatedIds)
Total number of allocated IDs in a pool 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.
|
VtepLabelPoolUsage.Builder |
setFreeIds(java.lang.Long freeIds)
Total number of free IDs in a pool 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.
|
VtepLabelPoolUsage.Builder |
setTotalIds(java.lang.Long totalIds)
Total number of IDs in a pool 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.
|
public Builder()
VtepLabelPoolUsage.public VtepLabelPoolUsage.Builder setAllocatedIds(java.lang.Long allocatedIds)
allocatedIds - New value for the property.public VtepLabelPoolUsage.Builder setFreeIds(java.lang.Long freeIds)
freeIds - New value for the property.public VtepLabelPoolUsage.Builder setTotalIds(java.lang.Long totalIds)
totalIds - New value for the property.public VtepLabelPoolUsage build()