Class NetworksCampusGatewayClusterDeviceTunnelDetailed
Tunnel settings of the cluster
[DataContract]
public class NetworksCampusGatewayClusterDeviceTunnelDetailed
- Inheritance
-
NetworksCampusGatewayClusterDeviceTunnelDetailed
- Inherited Members
Constructors
NetworksCampusGatewayClusterDeviceTunnelDetailed()
public NetworksCampusGatewayClusterDeviceTunnelDetailed()
Properties
Addresses
Addresses of the interface
[DataMember(Name = "addresses")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed>? Addresses { get; set; }
Property Value
Interface
Name of the Interface
[DataMember(Name = "interface")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Interface { get; set; }
Property Value
Uplink
Use uplink interface as tunnel interface
[DataMember(Name = "uplink")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksCampusGatewayClusterUplinkSimple? Uplink { get; set; }
Property Value
VLan
VLAN ID of the interface
[DataMember(Name = "vlan")]
[ApiAccess(ApiAccess.ReadWrite)]
public int? VLan { get; set; }
Property Value
- int?