Show / Hide Table of Contents

Class OSPolicyResourcePackageResourceRPM

An RPM package file. RPM packages only support INSTALLED state.

Inheritance
object
OSPolicyResourcePackageResourceRPM
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 OSPolicyResourcePackageResourceRPM : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PullDeps

Whether dependencies should also be installed. - install when false: rpm --upgrade --replacepkgs package.rpm - install when true: yum -y install package.rpm or zypper -y install package.rpm

Declaration
[JsonProperty("pullDeps")]
public virtual bool? PullDeps { get; set; }
Property Value
Type Description
bool?

Source

Required. An rpm package.

Declaration
[JsonProperty("source")]
public virtual OSPolicyResourceFile Source { get; set; }
Property Value
Type Description
OSPolicyResourceFile

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX