public static final class IPv6Status.Builder
extends java.lang.Object
IPv6Status.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IPv6Status. |
| Modifier and Type | Method and 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.
|
public Builder()
IPv6Status.public IPv6Status.Builder setConnectedSegmentPath(java.lang.String connectedSegmentPath)
connectedSegmentPath - New value for the property.public IPv6Status.Builder setDadStatuses(java.util.List<IPv6DADStatus> dadStatuses)
dadStatuses - New value for the property.public IPv6Status.Builder setInterfaceId(java.lang.String interfaceId)
interfaceId - New value for the property.public IPv6Status.Builder setTier0Gateway(java.lang.String tier0Gateway)
tier0Gateway - New value for the property.public IPv6Status.Builder setTier1Gateway(java.lang.String tier1Gateway)
tier1Gateway - New value for the property.public IPv6Status build()