Package com.vmware.nsx_policy.model
Class AggregateL2VpnSessionRemoteMac.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregateL2VpnSessionRemoteMac.Builder
-
- Enclosing class:
- AggregateL2VpnSessionRemoteMac
public static final class AggregateL2VpnSessionRemoteMac.Builder extends java.lang.Object
Builder class forAggregateL2VpnSessionRemoteMac
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofAggregateL2VpnSessionRemoteMac
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateL2VpnSessionRemoteMac
build()
AggregateL2VpnSessionRemoteMac.Builder
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.AggregateL2VpnSessionRemoteMac.Builder
setL2vpnSessionRemoteMacs(java.util.List<com.vmware.vapi.bindings.Structure> l2vpnSessionRemoteMacs)
List of L2Vpn Session remote mac This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregateL2VpnSessionRemoteMac
.
-
-
Method Detail
-
setIntentPath
public AggregateL2VpnSessionRemoteMac.Builder setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F. 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:
intentPath
- New value for the property.
-
setL2vpnSessionRemoteMacs
public AggregateL2VpnSessionRemoteMac.Builder setL2vpnSessionRemoteMacs(java.util.List<com.vmware.vapi.bindings.Structure> l2vpnSessionRemoteMacs)
List of L2Vpn Session remote mac 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:
l2vpnSessionRemoteMacs
- New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined inL2VpnSessionRemoteMacPerEP
. When methods return a value of this class as a return value, the property will contain all the properties defined inL2VpnSessionRemoteMacPerEP
.
-
build
public AggregateL2VpnSessionRemoteMac build()
-
-