Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork
Information regarding the network the switch belongs to
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork()
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; }