Package com.vmware.nsx_policy.model
Class PolicyArpProxyEntry.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyArpProxyEntry.Builder
-
- Enclosing class:
- PolicyArpProxyEntry
public static final class PolicyArpProxyEntry.Builder extends java.lang.Object
Builder class forPolicyArpProxyEntry
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPolicyArpProxyEntry
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyArpProxyEntry
build()
PolicyArpProxyEntry.Builder
setArpProxyIp(java.util.List<java.lang.String> arpProxyIp)
ARP proxy information for a service with ip.PolicyArpProxyEntry.Builder
setServiceId(java.lang.String serviceId)
Identifier of connected service on port.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyArpProxyEntry
.
-
-
Method Detail
-
setArpProxyIp
public PolicyArpProxyEntry.Builder setArpProxyIp(java.util.List<java.lang.String> arpProxyIp)
ARP proxy information for a service with ip. format: ip 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:
arpProxyIp
- New value for the property.
-
setServiceId
public PolicyArpProxyEntry.Builder setServiceId(java.lang.String serviceId)
Identifier of connected service on port. 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:
serviceId
- New value for the property.
-
build
public PolicyArpProxyEntry build()
-
-