Class NetworksCampusGatewayClusterDeviceDetailed
Device in the cluster
[DataContract]
public class NetworksCampusGatewayClusterDeviceDetailed
- Inheritance
-
NetworksCampusGatewayClusterDeviceDetailed
- Inherited Members
Constructors
NetworksCampusGatewayClusterDeviceDetailed()
public NetworksCampusGatewayClusterDeviceDetailed()
Properties
MemberId
Member number assigned to the device within cluster - This is a read only attribute and cannot be altered using post/put operations
[DataMember(Name = "memberId")]
[ApiAccess(ApiAccess.Read)]
public string? MemberId { get; set; }
Property Value
Serial
Serial of the device
[DataMember(Name = "serial")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Serial { get; set; }
Property Value
Tunnels
Tunnel settings of the device
[DataMember(Name = "tunnels")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterDeviceTunnel>? Tunnels { get; set; }
Property Value
Uplinks
Uplink settings of the device
[DataMember(Name = "uplinks")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksCampusGatewayClusterUplink>? Uplinks { get; set; }