Class NetworksCampusGatewayClusterTunnel
Tunnel interface settings of the cluster: Reuse uplink or specify tunnel interface
[DataContract]
public class NetworksCampusGatewayClusterTunnel
- Inheritance
-
NetworksCampusGatewayClusterTunnel
- Inherited Members
Constructors
NetworksCampusGatewayClusterTunnel()
public NetworksCampusGatewayClusterTunnel()
Properties
Addresses
List of addresses of the interface
[DataMember(Name = "addresses")]
public List<NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed> Addresses { get; set; }
Property Value
Interface
Interface identifier, should be set to tun1. Specify this interface only if uplink isn't reused as tunnel
[DataMember(Name = "interface")]
public string Interface { get; set; }
Property Value
Uplink
Uplink interface identifier if uplink is reused as tunnel
[DataMember(Name = "uplink")]
public NetworksCampusGatewayClusterUplinkSimple Uplink { get; set; }
Property Value
VLan
VLAN ID of the interface
[DataMember(Name = "vlan")]
public int VLan { get; set; }