public static final class DhcpIpPoolUsage.Builder
extends java.lang.Object
DhcpIpPoolUsage.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DhcpIpPoolUsage. |
| Modifier and Type | Method and Description |
|---|---|
DhcpIpPoolUsage |
build() |
DhcpIpPoolUsage.Builder |
setAllocatedNumber(java.lang.Long allocatedNumber)
allocated number.
|
DhcpIpPoolUsage.Builder |
setAllocatedPercentage(java.lang.Long allocatedPercentage)
allocated percentage.
|
DhcpIpPoolUsage.Builder |
setDhcpIpPoolId(java.lang.String dhcpIpPoolId)
uuid of dhcp ip pool
|
DhcpIpPoolUsage.Builder |
setPoolSize(java.lang.Long poolSize)
pool size format: int64
|
public Builder()
DhcpIpPoolUsage.public DhcpIpPoolUsage.Builder setAllocatedNumber(java.lang.Long allocatedNumber)
allocatedNumber - New value for the property.public DhcpIpPoolUsage.Builder setAllocatedPercentage(java.lang.Long allocatedPercentage)
allocatedPercentage - New value for the property.public DhcpIpPoolUsage.Builder setDhcpIpPoolId(java.lang.String dhcpIpPoolId)
dhcpIpPoolId - New value for the property.public DhcpIpPoolUsage.Builder setPoolSize(java.lang.Long poolSize)
poolSize - New value for the property.public DhcpIpPoolUsage build()