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.ObjectBuilder 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 InterfaceiPv6DADStatusbuild()InterfaceiPv6DADStatus.BuildersetEdgePaths(java.util.List<java.lang.String> edgePaths)Array of edge nodes on which DAD status is reported for given IP address.InterfaceiPv6DADStatus.BuildersetIpAddress(java.lang.String ipAddress)IP address on the port for which DAD status is reported.InterfaceiPv6DADStatus.BuildersetStatus(java.lang.String status)Possible values are:InterfaceiPv6DADStatus.STATUS_DUPLICATEDInterfaceiPv6DADStatus.STATUS_TENTATIVEInterfaceiPv6DADStatus.STATUS_ASSIGNEDInterfaceiPv6DADStatus.STATUS_NOT_APPLICABLEInterfaceiPv6DADStatus.STATUS_UNKNOWNDAD 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()
-
-