Package com.vmware.nsx_policy.model
Class StaticIpv6MacListSpec.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.StaticIpv6MacListSpec.Builder
-
- Enclosing class:
- StaticIpv6MacListSpec
public static final class StaticIpv6MacListSpec.Builder extends java.lang.Object
Builder class forStaticIpv6MacListSpec
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofStaticIpv6MacListSpec
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticIpv6MacListSpec
build()
StaticIpv6MacListSpec.Builder
setDefaultGateway(java.lang.String defaultGateway)
Gateway IP format: ipv6StaticIpv6MacListSpec.Builder
setIpv6MacList(java.util.List<Ipv6MacPair> ipv6MacList)
List of IPs and MACs for transport node host switch virtual tunnel endpointsStaticIpv6MacListSpec.Builder
setPrefixLength(java.lang.String prefixLength)
Prefix Length
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofStaticIpv6MacListSpec
.
-
-
Method Detail
-
setDefaultGateway
public StaticIpv6MacListSpec.Builder setDefaultGateway(java.lang.String defaultGateway)
Gateway IP format: ipv6- Parameters:
defaultGateway
- New value for the property.
-
setIpv6MacList
public StaticIpv6MacListSpec.Builder setIpv6MacList(java.util.List<Ipv6MacPair> ipv6MacList)
List of IPs and MACs for transport node host switch virtual tunnel endpoints- Parameters:
ipv6MacList
- New value for the property.
-
setPrefixLength
public StaticIpv6MacListSpec.Builder setPrefixLength(java.lang.String prefixLength)
Prefix Length- Parameters:
prefixLength
- New value for the property.
-
build
public StaticIpv6MacListSpec build()
-
-