Show / Hide Table of Contents

Class OsUpdateStatus

Contains information regarding the current OS update status.

Inheritance
object
OsUpdateStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class OsUpdateStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RebootTime

Date and time of the last reboot.

Declaration
[JsonProperty("rebootTime")]
public virtual string RebootTime { get; set; }
Property Value
Type Description
string

State

The update state of an OS update.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TargetKioskAppVersion

New required platform version from the pending updated kiosk app.

Declaration
[JsonProperty("targetKioskAppVersion")]
public virtual string TargetKioskAppVersion { get; set; }
Property Value
Type Description
string

TargetOsVersion

New platform version of the OS image being downloaded and applied. It is only set when update status is UPDATE_STATUS_DOWNLOAD_IN_PROGRESS or UPDATE_STATUS_NEED_REBOOT. Note this could be a dummy "0.0.0.0" for UPDATE_STATUS_NEED_REBOOT for some edge cases, e.g. update engine is restarted without a reboot.

Declaration
[JsonProperty("targetOsVersion")]
public virtual string TargetOsVersion { get; set; }
Property Value
Type Description
string

UpdateCheckTime

Date and time of the last update check.

Declaration
[JsonProperty("updateCheckTime")]
public virtual string UpdateCheckTime { get; set; }
Property Value
Type Description
string

UpdateTime

Date and time of the last successful OS update.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTime { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX