Class OrganizationDevicesPowerModuleStatus
Organization Devices Power Module Status
[DataContract]
public class OrganizationDevicesPowerModuleStatus
- Inheritance
-
OrganizationDevicesPowerModuleStatus
- Inherited Members
Constructors
OrganizationDevicesPowerModuleStatus()
public OrganizationDevicesPowerModuleStatus()
Properties
Mac
The device MAC address.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Name
The device name.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Network info.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationDevicesPowerModuleStatusNetwork Network { get; set; }
Property Value
ProductType
Device product type. enum = ["appliance", "camera", "cellularGateway", "secureConnect", "sensor", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }
Property Value
Serial
The device serial number.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Slots
Information for the device's AC power supplies.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "slots")]
public List<OrganizationDevicesPowerModuleStatusSlot> Slots { get; set; }
Property Value
Tags
List of custom tags for the device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }