Package com.vmware.nsx_policy.model
Class DuplicateIPDetectionOptions.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DuplicateIPDetectionOptions.Builder
-
- Enclosing class:
- DuplicateIPDetectionOptions
public static final class DuplicateIPDetectionOptions.Builder extends java.lang.Object
Builder class forDuplicateIPDetectionOptions
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofDuplicateIPDetectionOptions
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DuplicateIPDetectionOptions
build()
DuplicateIPDetectionOptions.Builder
setDuplicateIpDetectionEnabled(java.lang.Boolean duplicateIpDetectionEnabled)
Indicates whether duplicate IP detection should be enabled
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDuplicateIPDetectionOptions
.
-
-
Method Detail
-
setDuplicateIpDetectionEnabled
public DuplicateIPDetectionOptions.Builder setDuplicateIpDetectionEnabled(java.lang.Boolean duplicateIpDetectionEnabled)
Indicates whether duplicate IP detection should be enabled- Parameters:
duplicateIpDetectionEnabled
- New value for the property.
-
build
public DuplicateIPDetectionOptions build()
-
-