public static final class VpcSubnetStatus.Builder
extends java.lang.Object
VpcSubnetStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VpcSubnetStatus. |
| Modifier and Type | Method and Description |
|---|---|
VpcSubnetStatus |
build() |
VpcSubnetStatus.Builder |
setDhcpRanges(java.lang.String dhcpRanges)
DHCP address ranges are used for dynamic IP allocation.
|
VpcSubnetStatus.Builder |
setDhcpServerAddress(java.lang.String dhcpServerAddress)
Dhcp server IP address.
|
VpcSubnetStatus.Builder |
setGatewayAddress(java.lang.String gatewayAddress)
Gateway address of the VPC Subnet
|
VpcSubnetStatus.Builder |
setIpAddressType(java.lang.String ipAddressType)
Possible values are:
VpcSubnetStatus.IP_ADDRESS_TYPE_IPV4
VpcSubnetStatus.IP_ADDRESS_TYPE_IPV6
This defines the IP address type that will be allocated for VPC Subnets. |
VpcSubnetStatus.Builder |
setNetworkAddress(java.lang.String networkAddress)
Network address of the VPC Subnet
|
VpcSubnetStatus.Builder |
setStaticIpPoolPath(java.lang.String staticIpPoolPath)
Static IP Pool used to allocate IPs.
|
VpcSubnetStatus.Builder |
setStaticIpPoolRange(java.lang.String staticIpPoolRange)
Static IP address ranges used for IP allocation.
|
public Builder()
VpcSubnetStatus.public VpcSubnetStatus.Builder setDhcpRanges(java.lang.String dhcpRanges)
dhcpRanges - New value for the property.public VpcSubnetStatus.Builder setDhcpServerAddress(java.lang.String dhcpServerAddress)
dhcpServerAddress - New value for the property.public VpcSubnetStatus.Builder setGatewayAddress(java.lang.String gatewayAddress)
gatewayAddress - New value for the property.public VpcSubnetStatus.Builder setIpAddressType(java.lang.String ipAddressType)
ipAddressType - New value for the property.public VpcSubnetStatus.Builder setNetworkAddress(java.lang.String networkAddress)
networkAddress - New value for the property.public VpcSubnetStatus.Builder setStaticIpPoolPath(java.lang.String staticIpPoolPath)
staticIpPoolPath - New value for the property.public VpcSubnetStatus.Builder setStaticIpPoolRange(java.lang.String staticIpPoolRange)
staticIpPoolRange - New value for the property.public VpcSubnetStatus build()