Package com.vmware.nsx_policy.model
Class DhcpIpPoolUsage.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DhcpIpPoolUsage.Builder
-
- Enclosing class:
- DhcpIpPoolUsage
public static final class DhcpIpPoolUsage.Builder extends java.lang.Object
Builder class forDhcpIpPoolUsage
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofDhcpIpPoolUsage
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 poolDhcpIpPoolUsage.Builder
setPoolSize(java.lang.Long poolSize)
pool size format: int64
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDhcpIpPoolUsage
.
-
-
Method Detail
-
setAllocatedNumber
public DhcpIpPoolUsage.Builder setAllocatedNumber(java.lang.Long allocatedNumber)
allocated number. COULD BE INACCURATE, REFERENCE ONLY. format: int64- Parameters:
allocatedNumber
- New value for the property.
-
setAllocatedPercentage
public DhcpIpPoolUsage.Builder setAllocatedPercentage(java.lang.Long allocatedPercentage)
allocated percentage. COULD BE INACCURATE, REFERENCE ONLY. format: int64- Parameters:
allocatedPercentage
- New value for the property.
-
setDhcpIpPoolId
public DhcpIpPoolUsage.Builder setDhcpIpPoolId(java.lang.String dhcpIpPoolId)
uuid of dhcp ip pool- Parameters:
dhcpIpPoolId
- New value for the property.
-
setPoolSize
public DhcpIpPoolUsage.Builder setPoolSize(java.lang.Long poolSize)
pool size format: int64- Parameters:
poolSize
- New value for the property.
-
build
public DhcpIpPoolUsage build()
-
-