Class EffectiveGuestPolicySourcedPackageRepository
A guest policy package repository including its source.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class EffectiveGuestPolicySourcedPackageRepository : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageRepository
A software package repository to configure on the VM instance.
Declaration
[JsonProperty("packageRepository")]
public virtual PackageRepository PackageRepository { get; set; }
Property Value
Type | Description |
---|---|
PackageRepository |
Source
Name of the guest policy providing this config.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |