public static final class TunnelPortConfig.Builder
extends java.lang.Object
TunnelPortConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TunnelPortConfig. |
| Modifier and Type | Method and Description |
|---|---|
TunnelPortConfig |
build() |
TunnelPortConfig.Builder |
setIpSubnets(java.util.List<IPSubnet> ipSubnets)
IP Tunnel port (commonly referred as VTI) subnet.
|
TunnelPortConfig.Builder |
setTunnelPortId(java.lang.String tunnelPortId)
Logical route port identifier.
|
public Builder()
TunnelPortConfig.public TunnelPortConfig.Builder setIpSubnets(java.util.List<IPSubnet> ipSubnets)
ipSubnets - New value for the property.public TunnelPortConfig.Builder setTunnelPortId(java.lang.String tunnelPortId)
tunnelPortId - New value for the property.public TunnelPortConfig build()