Package com.vmware.nsx_policy.model
Class InterfaceiPv6DADStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.InterfaceiPv6DADStatus.Builder
-
- Enclosing class:
- InterfaceiPv6DADStatus
public static final class InterfaceiPv6DADStatus.Builder extends java.lang.Object
Builder class forInterfaceiPv6DADStatus
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofInterfaceiPv6DADStatus
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfaceiPv6DADStatus
build()
InterfaceiPv6DADStatus.Builder
setEdgePaths(java.util.List<java.lang.String> edgePaths)
Array of edge nodes on which DAD status is reported for given IP address.InterfaceiPv6DADStatus.Builder
setIpAddress(java.lang.String ipAddress)
IP address on the port for which DAD status is reported.InterfaceiPv6DADStatus.Builder
setStatus(java.lang.String status)
Possible values are:InterfaceiPv6DADStatus.STATUS_DUPLICATED
InterfaceiPv6DADStatus.STATUS_TENTATIVE
InterfaceiPv6DADStatus.STATUS_ASSIGNED
InterfaceiPv6DADStatus.STATUS_NOT_APPLICABLE
InterfaceiPv6DADStatus.STATUS_UNKNOWN
DAD status for IP address on the port.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofInterfaceiPv6DADStatus
.
-
-
Method Detail
-
setEdgePaths
public InterfaceiPv6DADStatus.Builder setEdgePaths(java.util.List<java.lang.String> edgePaths)
Array of edge nodes on which DAD status is reported for given IP address. 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:
edgePaths
- New value for the property.
-
setIpAddress
public InterfaceiPv6DADStatus.Builder setIpAddress(java.lang.String ipAddress)
IP address on the port for which DAD status is reported. format: ip 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:
ipAddress
- New value for the property.
-
setStatus
public InterfaceiPv6DADStatus.Builder setStatus(java.lang.String status)
Possible values are: DAD status for IP address on the port. 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:
status
- New value for the property.
-
build
public InterfaceiPv6DADStatus build()
-
-