Constructor and Description |
---|
Builder(Ipv6.Type type)
Constructor with parameters for the required properties of
Ipv6 . |
Modifier and Type | Method and Description |
---|---|
Ipv6 |
build() |
Ipv6.Builder |
setGateways(java.util.List<java.lang.String> gateways)
gateways for the IPv6 address.
|
Ipv6.Builder |
setIpv6(java.util.List<Ipv6Address> ipv6)
IPv6 address.
|
public Ipv6.Builder setIpv6(java.util.List<Ipv6Address> ipv6)
getType()
is Ipv6.Type.STATIC
.ipv6
- New value for the property.public Ipv6.Builder setGateways(java.util.List<java.lang.String> gateways)
null
, no gateways are set.gateways
- New value for the property.public Ipv6 build()