public static final class ALBIPNetworkSubnet.Builder
extends java.lang.Object
ALBIPNetworkSubnet.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBIPNetworkSubnet. |
| Modifier and Type | Method and Description |
|---|---|
ALBIPNetworkSubnet |
build() |
ALBIPNetworkSubnet.Builder |
setNetworkName(java.lang.String networkName)
Network for VirtualService IP allocation with Vantage as the IPAM provider.
|
ALBIPNetworkSubnet.Builder |
setSubnet(ALBIpAddrPrefix subnet) |
ALBIPNetworkSubnet.Builder |
setSubnet6(ALBIpAddrPrefix subnet6) |
ALBIPNetworkSubnet.Builder |
setSubnet6Uuid(java.lang.String subnet6Uuid)
Subnet UUID or Name or Prefix for VirtualService IPv6 allocation with AWS or
OpenStack as the IPAM provider.
|
ALBIPNetworkSubnet.Builder |
setSubnetUuid(java.lang.String subnetUuid)
Subnet UUID or Name or Prefix for VirtualService IP allocation with AWS or
OpenStack as the IPAM provider.
|
public Builder()
ALBIPNetworkSubnet.public ALBIPNetworkSubnet.Builder setNetworkName(java.lang.String networkName)
networkName - New value for the property.public ALBIPNetworkSubnet.Builder setSubnet(ALBIpAddrPrefix subnet)
subnet - New value for the property.public ALBIPNetworkSubnet.Builder setSubnet6(ALBIpAddrPrefix subnet6)
subnet6 - New value for the property.public ALBIPNetworkSubnet.Builder setSubnet6Uuid(java.lang.String subnet6Uuid)
subnet6Uuid - New value for the property.public ALBIPNetworkSubnet.Builder setSubnetUuid(java.lang.String subnetUuid)
subnetUuid - New value for the property.public ALBIPNetworkSubnet build()