public static final class L2Extension.Builder
extends java.lang.Object
L2Extension
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
L2Extension . |
Modifier and Type | Method and Description |
---|---|
L2Extension |
build() |
L2Extension.Builder |
setL2vpnPath(java.lang.String l2vpnPath)
This property has been deprecated.
|
L2Extension.Builder |
setL2vpnPaths(java.util.List<java.lang.String> l2vpnPaths)
Policy paths corresponding to the associated L2 VPN sessions
|
L2Extension.Builder |
setLocalEgress(LocalEgress localEgress) |
L2Extension.Builder |
setTunnelId(java.lang.Long tunnelId)
Tunnel ID format: int32
|
public Builder()
L2Extension
.public L2Extension.Builder setL2vpnPath(java.lang.String l2vpnPath)
l2vpnPath
- New value for the property.public L2Extension.Builder setL2vpnPaths(java.util.List<java.lang.String> l2vpnPaths)
l2vpnPaths
- New value for the property.public L2Extension.Builder setLocalEgress(LocalEgress localEgress)
localEgress
- New value for the property.public L2Extension.Builder setTunnelId(java.lang.Long tunnelId)
tunnelId
- New value for the property.public L2Extension build()