Table of Contents

Class OrganizationFirmwareUpgradesByDeviceItem

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Organization Firmware Upgrades By Device Item.

[DataContract]
public class OrganizationFirmwareUpgradesByDeviceItem
Inheritance
OrganizationFirmwareUpgradesByDeviceItem
Inherited Members

Constructors

OrganizationFirmwareUpgradesByDeviceItem()

public OrganizationFirmwareUpgradesByDeviceItem()

Properties

CheckinFinishedAt

The time the device checkin finished

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "checkinFinishedAt")]
public DateTime CheckinFinishedAt { get; set; }

Property Value

DateTime

CheckinStartedAt

The time the device checkin started

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "checkinStartedAt")]
public DateTime CheckinStartedAt { get; set; }

Property Value

DateTime

DetailedStatus

The detailed status of the device upgrade

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "detailedStatus")]
public string DetailedStatus { get; set; }

Property Value

string

DeviceStatus

Status of the device upgrade

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceStatus")]
public string DeviceStatus { get; set; }

Property Value

string

DownloadFinishedAt

The time the device upgrade download finished

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downloadFinishedAt")]
public DateTime DownloadFinishedAt { get; set; }

Property Value

DateTime

DownloadStartedAt

The time the device upgrade download started

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downloadStartedAt")]
public DateTime DownloadStartedAt { get; set; }

Property Value

DateTime

DownloadStatus

The status of the device upgrade download

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downloadStatus")]
public string DownloadStatus { get; set; }

Property Value

string

InstallFinishedAt

The time the device upgrade install finished

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "installFinishedAt")]
public DateTime InstallFinishedAt { get; set; }

Property Value

DateTime

InstallStartedAt

The time the device upgrade install started

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "installStartedAt")]
public DateTime InstallStartedAt { get; set; }

Property Value

DateTime

InstallStatus

The status of the device upgrade install

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "installStatus")]
public string InstallStatus { get; set; }

Property Value

string

Name

Name assigned to the device

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Serial

Serial of the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string

Upgrade

The devices upgrade details and status

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upgrade")]
public OrganizationFirmwareUpgradesByDeviceItemUpgrade Upgrade { get; set; }

Property Value

OrganizationFirmwareUpgradesByDeviceItemUpgrade

VerifyFinishedAt

The time the device upgrade verification finished

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "verifyFinishedAt")]
public DateTime VerifyFinishedAt { get; set; }

Property Value

DateTime

VerifyStartedAt

The time the device upgrade verification started

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "verifyStartedAt")]
public DateTime VerifyStartedAt { get; set; }

Property Value

DateTime

VerifyStatus

The status of the device upgrade verification

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "verifyStatus")]
public string VerifyStatus { get; set; }

Property Value

string