Class SoftwarePackage
Software package information of the operating system.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class SoftwarePackage : 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 VersionedPackage AptPackage { get; set; }
Property Value
Type | Description |
---|---|
VersionedPackage |
CosPackage
Details of a COS package.
Declaration
[JsonProperty("cosPackage")]
public virtual VersionedPackage CosPackage { get; set; }
Property Value
Type | Description |
---|---|
VersionedPackage |
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 VersionedPackage GoogetPackage { get; set; }
Property Value
Type | Description |
---|---|
VersionedPackage |
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 WindowsQuickFixEngineeringPackage QfePackage { get; set; }
Property Value
Type | Description |
---|---|
WindowsQuickFixEngineeringPackage |
WindowsApplication
Details of Windows Application.
Declaration
[JsonProperty("windowsApplication")]
public virtual WindowsApplication WindowsApplication { get; set; }
Property Value
Type | Description |
---|---|
WindowsApplication |
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 WindowsUpdatePackage WuaPackage { get; set; }
Property Value
Type | Description |
---|---|
WindowsUpdatePackage |
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 VersionedPackage YumPackage { get; set; }
Property Value
Type | Description |
---|---|
VersionedPackage |
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 VersionedPackage ZypperPackage { get; set; }
Property Value
Type | Description |
---|---|
VersionedPackage |
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 ZypperPatch ZypperPatch { get; set; }
Property Value
Type | Description |
---|---|
ZypperPatch |