Show / Hide Table of Contents

Class OSPolicyResourcePackageResourceDeb

A deb package file. dpkg packages only support INSTALLED state.

Inheritance
object
OSPolicyResourcePackageResourceDeb
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 OSPolicyResourcePackageResourceDeb : 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: dpkg -i package - install when true: apt-get update && apt-get -y install package.deb

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

Source

Required. A deb 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