Class NetworksCampusGatewayClusterUpdateRequestDevice
Device in the cluster
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDevice
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestDevice
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestDevice()
public NetworksCampusGatewayClusterUpdateRequestDevice()
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<NetworksCampusGatewayClusterUpdateRequestDeviceTunnel>? Tunnels { get; set; }
Property Value
Uplinks
Uplink settings of the device when uplink assignment mode of cluster is static
[DataMember(Name = "uplinks")]
public List<NetworksCampusGatewayClusterUpdateRequestDeviceUplink>? Uplinks { get; set; }