Show / Hide Table of Contents

Class InventorySoftwarePackage

Software package information of the operating system.

Inheritance
object
InventorySoftwarePackage
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.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class InventorySoftwarePackage : IDirectResponseSchema

Properties

AptPackage

Details of an APT package. For details about the apt package manager, see https://wiki.debian.org/Apt.

Declaration
[JsonProperty("aptPackage")]
public virtual InventoryVersionedPackage AptPackage { get; set; }
Property Value
Type Description
InventoryVersionedPackage

CosPackage

Details of a COS package.

Declaration
[JsonProperty("cosPackage")]
public virtual InventoryVersionedPackage CosPackage { get; set; }
Property Value
Type Description
InventoryVersionedPackage

ETag

The ETag of the item.

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

GoogetPackage

Details of a Googet package. For details about the googet package manager, see https://github.com/google/googet.

Declaration
[JsonProperty("googetPackage")]
public virtual InventoryVersionedPackage GoogetPackage { get; set; }
Property Value
Type Description
InventoryVersionedPackage

QfePackage

Details of a Windows Quick Fix engineering package. See https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering for info in Windows Quick Fix Engineering.

Declaration
[JsonProperty("qfePackage")]
public virtual InventoryWindowsQuickFixEngineeringPackage QfePackage { get; set; }
Property Value
Type Description
InventoryWindowsQuickFixEngineeringPackage

WindowsApplication

Details of Windows Application.

Declaration
[JsonProperty("windowsApplication")]
public virtual InventoryWindowsApplication WindowsApplication { get; set; }
Property Value
Type Description
InventoryWindowsApplication

WuaPackage

Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.

Declaration
[JsonProperty("wuaPackage")]
public virtual InventoryWindowsUpdatePackage WuaPackage { get; set; }
Property Value
Type Description
InventoryWindowsUpdatePackage

YumPackage

Yum package info. For details about the yum package manager, see https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/ch-yum.

Declaration
[JsonProperty("yumPackage")]
public virtual InventoryVersionedPackage YumPackage { get; set; }
Property Value
Type Description
InventoryVersionedPackage

ZypperPackage

Details of a Zypper package. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.

Declaration
[JsonProperty("zypperPackage")]
public virtual InventoryVersionedPackage ZypperPackage { get; set; }
Property Value
Type Description
InventoryVersionedPackage

ZypperPatch

Details of a Zypper patch. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.

Declaration
[JsonProperty("zypperPatch")]
public virtual InventoryZypperPatch ZypperPatch { get; set; }
Property Value
Type Description
InventoryZypperPatch

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX