Class UpgradeOccurrence
An Upgrade Occurrence represents that a specific resource_url could install a specific upgrade. This presence is supplied via local sources (i.e. it is present in the mirror and the running system has noticed its availability). For Windows, both distribution and windows_update contain information for the Windows update.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class UpgradeOccurrence : IDirectResponseSchema
Properties
Distribution
Metadata about the upgrade for available for the specific operating system for the resource_url. This allows efficient filtering, as well as making it easier to use the occurrence.
Declaration
[JsonProperty("distribution")]
public virtual UpgradeDistribution Distribution { get; set; }
Property Value
Type | Description |
---|---|
UpgradeDistribution |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Package
Required for non-Windows OS. The package this Upgrade is for.
Declaration
[JsonProperty("package")]
public virtual string Package { get; set; }
Property Value
Type | Description |
---|---|
string |
ParsedVersion
Required for non-Windows OS. The version of the package in a machine + human readable form.
Declaration
[JsonProperty("parsedVersion")]
public virtual Version ParsedVersion { get; set; }
Property Value
Type | Description |
---|---|
Version |
WindowsUpdate
Required for Windows OS. Represents the metadata about the Windows update.
Declaration
[JsonProperty("windowsUpdate")]
public virtual WindowsUpdate WindowsUpdate { get; set; }
Property Value
Type | Description |
---|---|
WindowsUpdate |