public static final class AggregateL2VpnPeerConfig.Builder
extends java.lang.Object
AggregateL2VpnPeerConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AggregateL2VpnPeerConfig. |
| Modifier and Type | Method and Description |
|---|---|
AggregateL2VpnPeerConfig |
build() |
AggregateL2VpnPeerConfig.Builder |
setL2vpnPath(java.lang.String l2vpnPath)
Policy path referencing the L2Vpn.
|
AggregateL2VpnPeerConfig.Builder |
setL2vpnPeerConfigPerEnforcementPoint(java.util.List<com.vmware.vapi.bindings.Structure> l2vpnPeerConfigPerEnforcementPoint)
List of L2Vpn peer config per Enforcement Point.
|
public Builder()
AggregateL2VpnPeerConfig.public AggregateL2VpnPeerConfig.Builder setL2vpnPath(java.lang.String l2vpnPath)
l2vpnPath - New value for the property.public AggregateL2VpnPeerConfig.Builder setL2vpnPeerConfigPerEnforcementPoint(java.util.List<com.vmware.vapi.bindings.Structure> l2vpnPeerConfigPerEnforcementPoint)
l2vpnPeerConfigPerEnforcementPoint - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in L2VpnPeerConfigPerEnforcementPoint. When methods
return a value of this class as a return value, the property will contain all
the properties defined in L2VpnPeerConfigPerEnforcementPoint.public AggregateL2VpnPeerConfig build()