Show / Hide Table of Contents

Class OSPolicyResourcePackageResource

A resource that manages a system package.

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

Properties

Apt

A package managed by Apt.

Declaration
[JsonProperty("apt")]
public virtual OSPolicyResourcePackageResourceAPT Apt { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceAPT

Deb

A deb package file.

Declaration
[JsonProperty("deb")]
public virtual OSPolicyResourcePackageResourceDeb Deb { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceDeb

DesiredState

Required. The desired state the agent should maintain for this package.

Declaration
[JsonProperty("desiredState")]
public virtual string DesiredState { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Googet

A package managed by GooGet.

Declaration
[JsonProperty("googet")]
public virtual OSPolicyResourcePackageResourceGooGet Googet { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceGooGet

Msi

An MSI package.

Declaration
[JsonProperty("msi")]
public virtual OSPolicyResourcePackageResourceMSI Msi { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceMSI

Rpm

An rpm package file.

Declaration
[JsonProperty("rpm")]
public virtual OSPolicyResourcePackageResourceRPM Rpm { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceRPM

Yum

A package managed by YUM.

Declaration
[JsonProperty("yum")]
public virtual OSPolicyResourcePackageResourceYUM Yum { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceYUM

Zypper

A package managed by Zypper.

Declaration
[JsonProperty("zypper")]
public virtual OSPolicyResourcePackageResourceZypper Zypper { get; set; }
Property Value
Type Description
OSPolicyResourcePackageResourceZypper

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX