Class PackageRepository
A package repository.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class PackageRepository : IDirectResponseSchema
Properties
Apt
An Apt Repository.
Declaration
[JsonProperty("apt")]
public virtual AptRepository Apt { get; set; }
Property Value
Type | Description |
---|---|
AptRepository |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Goo
A Goo Repository.
Declaration
[JsonProperty("goo")]
public virtual GooRepository Goo { get; set; }
Property Value
Type | Description |
---|---|
GooRepository |
Yum
A Yum Repository.
Declaration
[JsonProperty("yum")]
public virtual YumRepository Yum { get; set; }
Property Value
Type | Description |
---|---|
YumRepository |
Zypper
A Zypper Repository.
Declaration
[JsonProperty("zypper")]
public virtual ZypperRepository Zypper { get; set; }
Property Value
Type | Description |
---|---|
ZypperRepository |