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 structure and functionality of the `RPM` class within the `Google.Cloud.OsConfig.V1` namespace, specifically for managing RPM package files, which only support the `INSTALLED` state."],["The `RPM` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The `RPM` class contains two constructors, a default constructor and a constructor that takes another `RPM` instance as a parameter, which provides methods for creating and copying `RPM` objects."],["The class also includes properties such as `PullDeps`, which controls whether dependencies are installed alongside the package, and `Source`, which specifies the location of the RPM package file."],["This version of the `RPM` class is part of a series of documented versions, ranging from 1.3.0 up to 2.4.0, with version 2.4.0 being the latest."]]],[]]