Uses of Class
com.vmware.nsx_policy.model.NdpHeader.Builder
-
Packages that use NdpHeader.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of NdpHeader.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NdpHeader.Builder Modifier and Type Method Description NdpHeader.Builder
NdpHeader.Builder. setDstIp(java.lang.String dstIp)
The IP address of the destination of the solicitation.NdpHeader.Builder
NdpHeader.Builder. setMsgType(java.lang.String msgType)
Possible values are:NdpHeader.MSG_TYPE_SOLICITATION
NdpHeader.MSG_TYPE_ADVERTISEMENT
This field specifies the type of the Neighbor discover message being sent.
-