public sealed class RPM : IMessage<OSPolicy.Types.Resource.Types.PackageResource.Types.RPM>, IEquatable<OSPolicy.Types.Resource.Types.PackageResource.Types.RPM>, IDeepCloneable<OSPolicy.Types.Resource.Types.PackageResource.Types.RPM>, IBufferMessage, IMessage
An RPM package file. RPM packages only support INSTALLED state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document outlines the details of the `RPM` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.7.0 of the library, which is used for managing RPM package installations."],["The `RPM` class is designed to represent an RPM package file and supports only the INSTALLED state, with the class implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `RPM` package that is documented is `2.4.0`, while the documented section provides information on versions ranging from `1.3.0` to `2.4.0`, and it outlines all of these versions."],["Key properties of the `RPM` class include `PullDeps`, which determines whether package dependencies should also be installed, and `Source`, which specifies the location and details of the RPM package file."],["The document details two constructors, `RPM()` for default initialization, and `RPM(OSPolicy.Types.Resource.Types.PackageResource.Types.RPM other)` for copying another `RPM` object."]]],[]]