Class OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork
Organization Wireless Devices System CPU Load History
[DataContract]
public class OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork
- Inheritance
-
OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork
- Inherited Members
Constructors
OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork()
public OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork()
Properties
Id
The network ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Tags
List of custom tags for the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }