Package com.vmware.nsx_policy.model
Class L2VpnSessionRemoteMacPerEP.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.L2VpnSessionRemoteMacPerEP.Builder
-
- Enclosing class:
- L2VpnSessionRemoteMacPerEP
public static final class L2VpnSessionRemoteMacPerEP.Builder extends java.lang.Object
Builder class forL2VpnSessionRemoteMacPerEP
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofL2VpnSessionRemoteMacPerEP
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L2VpnSessionRemoteMacPerEP
build()
L2VpnSessionRemoteMacPerEP.Builder
setAlarm(PolicyRuntimeAlarm alarm)
L2VpnSessionRemoteMacPerEP.Builder
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofL2VpnSessionRemoteMacPerEP
.
-
-
Method Detail
-
setAlarm
public L2VpnSessionRemoteMacPerEP.Builder setAlarm(PolicyRuntimeAlarm alarm)
- Parameters:
alarm
- New value for the property.
-
setEnforcementPointPath
public L2VpnSessionRemoteMacPerEP.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched. 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:
enforcementPointPath
- New value for the property.
-
build
public L2VpnSessionRemoteMacPerEP build()
-
-