Package com.vmware.nsx_policy.model
Class IPv6Status.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IPv6Status.Builder
-
- Enclosing class:
- IPv6Status
public static final class IPv6Status.Builder extends java.lang.Object
Builder class forIPv6Status
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofIPv6Status
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPv6Status
build()
IPv6Status.Builder
setConnectedSegmentPath(java.lang.String connectedSegmentPath)
Path of the segment attached to the interface.IPv6Status.Builder
setDadStatuses(java.util.List<IPv6DADStatus> dadStatuses)
Array of DAD status which contains DAD information for IP addresses on the interface.IPv6Status.Builder
setInterfaceId(java.lang.String interfaceId)
Policy path or realization ID of interface for which IPv6 DAD status is returned.IPv6Status.Builder
setTier0Gateway(java.lang.String tier0Gateway)
Tier-0 Gateway this router Link belongs to.IPv6Status.Builder
setTier1Gateway(java.lang.String tier1Gateway)
Tier-1 Gateway this router Link belongs to.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIPv6Status
.
-
-
Method Detail
-
setConnectedSegmentPath
public IPv6Status.Builder setConnectedSegmentPath(java.lang.String connectedSegmentPath)
Path of the segment attached to the interface. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
connectedSegmentPath
- New value for the property.
-
setDadStatuses
public IPv6Status.Builder setDadStatuses(java.util.List<IPv6DADStatus> dadStatuses)
Array of DAD status which contains DAD information for IP addresses on the interface. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
dadStatuses
- New value for the property.
-
setInterfaceId
public IPv6Status.Builder setInterfaceId(java.lang.String interfaceId)
Policy path or realization ID of interface for which IPv6 DAD status is returned.- Parameters:
interfaceId
- New value for the property.
-
setTier0Gateway
public IPv6Status.Builder setTier0Gateway(java.lang.String tier0Gateway)
Tier-0 Gateway this router Link belongs to.- Parameters:
tier0Gateway
- New value for the property.
-
setTier1Gateway
public IPv6Status.Builder setTier1Gateway(java.lang.String tier1Gateway)
Tier-1 Gateway this router Link belongs to.- Parameters:
tier1Gateway
- New value for the property.
-
build
public IPv6Status build()
-
-