Package com.vmware.nsx_policy.model
Class InterfaceDADState.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.InterfaceDADState.Builder
-
- Enclosing class:
- InterfaceDADState
public static final class InterfaceDADState.Builder extends java.lang.Object
Builder class forInterfaceDADState
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofInterfaceDADState
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfaceDADState
build()
InterfaceDADState.Builder
setDadStatuses(java.util.List<InterfaceiPv6DADStatus> dadStatuses)
Array of DAD status which contains DAD information for IP addresses on the interface.InterfaceDADState.Builder
setInterfacePath(java.lang.String interfacePath)
Policy path or realization ID of interface for which IPv6 DAD status is returned.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofInterfaceDADState
.
-
-
Method Detail
-
setDadStatuses
public InterfaceDADState.Builder setDadStatuses(java.util.List<InterfaceiPv6DADStatus> 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.
-
setInterfacePath
public InterfaceDADState.Builder setInterfacePath(java.lang.String interfacePath)
Policy path or realization ID of interface for which IPv6 DAD status is returned. 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:
interfacePath
- New value for the property.
-
build
public InterfaceDADState build()
-
-