public sealed class Inventory.Types.VersionedPackage : IMessage<Inventory.Types.VersionedPackage>, IEquatable<Inventory.Types.VersionedPackage>, IDeepCloneable<Inventory.Types.VersionedPackage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha API class Inventory.Types.VersionedPackage.
Information related to the a standard versioned package. This includes package info for APT, Yum, Zypper, and Googet package managers.
Implements
IMessageInventoryTypesVersionedPackage, IEquatableInventoryTypesVersionedPackage, IDeepCloneableInventoryTypesVersionedPackage, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
VersionedPackage()
public VersionedPackage()
VersionedPackage(VersionedPackage)
public VersionedPackage(Inventory.Types.VersionedPackage other)
Parameter | |
---|---|
Name | Description |
other |
InventoryTypesVersionedPackage |
Properties
Architecture
public string Architecture { get; set; }
The system architecture this package is intended for.
Property Value | |
---|---|
Type | Description |
string |
PackageName
public string PackageName { get; set; }
The name of the package.
Property Value | |
---|---|
Type | Description |
string |
Version
public string Version { get; set; }
The version of the package.
Property Value | |
---|---|
Type | Description |
string |