public static interface PublicIpv4PoolRange.Builder extends SdkPojo, CopyableBuilder<PublicIpv4PoolRange.Builder,PublicIpv4PoolRange>
Modifier and Type | Method and Description |
---|---|
PublicIpv4PoolRange.Builder |
addressCount(Integer addressCount)
The number of addresses in the range.
|
PublicIpv4PoolRange.Builder |
availableAddressCount(Integer availableAddressCount)
The number of available addresses in the range.
|
PublicIpv4PoolRange.Builder |
firstAddress(String firstAddress)
The first IP address in the range.
|
PublicIpv4PoolRange.Builder |
lastAddress(String lastAddress)
The last IP address in the range.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PublicIpv4PoolRange.Builder firstAddress(String firstAddress)
The first IP address in the range.
firstAddress
- The first IP address in the range.PublicIpv4PoolRange.Builder lastAddress(String lastAddress)
The last IP address in the range.
lastAddress
- The last IP address in the range.PublicIpv4PoolRange.Builder addressCount(Integer addressCount)
The number of addresses in the range.
addressCount
- The number of addresses in the range.PublicIpv4PoolRange.Builder availableAddressCount(Integer availableAddressCount)
The number of available addresses in the range.
availableAddressCount
- The number of available addresses in the range.Copyright © 2019. All rights reserved.