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