Class NetworksCampusGatewayClusterDevice
Device to be added to the cluster
[DataContract]
public class NetworksCampusGatewayClusterDevice
- Inheritance
-
NetworksCampusGatewayClusterDevice
- Inherited Members
Constructors
NetworksCampusGatewayClusterDevice()
public NetworksCampusGatewayClusterDevice()
Properties
Serial
Serial of the device
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Tunnels
Tunnel settings of the device when tunnel interface of cluster is specified
[DataMember(Name = "tunnels")]
public List<NetworksCampusGatewayClusterDeviceTunnel>? Tunnels { get; set; }
Property Value
Uplinks
Uplink interface settings of the cluster
[DataMember(Name = "uplinks")]
public NetworksCampusGatewayClusterUplink Uplinks { get; set; }