Class NetworkStatusSummary
Network Status Summary
[DataContract]
public class NetworkStatusSummary
- Inheritance
-
NetworkStatusSummary
- Inherited Members
Constructors
NetworkStatusSummary()
public NetworkStatusSummary()
Properties
Clients
Network clients data
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "clients")]
public NetworkStatusSummaryClients Clients { get; set; }
Property Value
Devices
Network device information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "devices")]
public NetworkStatusSummaryDevices Devices { get; set; }
Property Value
Name
Network name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
Network identifier
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
ProductTypes
Product types in network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }
Property Value
Statuses
Network device statuses
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "statuses")]
public NetworkStatusSummaryStatuses Statuses { get; set; }
Property Value
Tags
Network tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
Url
Network clients list URL
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }