Uses of Class
com.vmware.nsx_policy.model.NdSnoopingConfig.Builder
-
Packages that use NdSnoopingConfig.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of NdSnoopingConfig.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NdSnoopingConfig.Builder Modifier and Type Method Description NdSnoopingConfig.Builder
NdSnoopingConfig.Builder. setNdSnoopingEnabled(java.lang.Boolean ndSnoopingEnabled)
Enable this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM.NdSnoopingConfig.Builder
NdSnoopingConfig.Builder. setNdSnoopingLimit(java.lang.Long ndSnoopingLimit)
Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses format: int32
-