Class OSPolicyResourcePackageResourceDeb
A deb package file. dpkg packages only support INSTALLED state.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.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 |