Uses of Class
com.vmware.nsx_policy.model.InterfaceiPv6DADStatus.Builder
-
Packages that use InterfaceiPv6DADStatus.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of InterfaceiPv6DADStatus.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return InterfaceiPv6DADStatus.Builder Modifier and Type Method Description InterfaceiPv6DADStatus.BuilderInterfaceiPv6DADStatus.Builder. setEdgePaths(java.util.List<java.lang.String> edgePaths)Array of edge nodes on which DAD status is reported for given IP address.InterfaceiPv6DADStatus.BuilderInterfaceiPv6DADStatus.Builder. setIpAddress(java.lang.String ipAddress)IP address on the port for which DAD status is reported.InterfaceiPv6DADStatus.BuilderInterfaceiPv6DADStatus.Builder. setStatus(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.
-