Class EffectiveGuestPolicy
The effective guest policy that applies to a VM instance.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class EffectiveGuestPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageRepositories
List of package repository configurations assigned to the VM instance.
Declaration
[JsonProperty("packageRepositories")]
public virtual IList<EffectiveGuestPolicySourcedPackageRepository> PackageRepositories { get; set; }
Property Value
Type | Description |
---|---|
IList<EffectiveGuestPolicySourcedPackageRepository> |
Packages
List of package configurations assigned to the VM instance.
Declaration
[JsonProperty("packages")]
public virtual IList<EffectiveGuestPolicySourcedPackage> Packages { get; set; }
Property Value
Type | Description |
---|---|
IList<EffectiveGuestPolicySourcedPackage> |
SoftwareRecipes
List of recipes assigned to the VM instance.
Declaration
[JsonProperty("softwareRecipes")]
public virtual IList<EffectiveGuestPolicySourcedSoftwareRecipe> SoftwareRecipes { get; set; }
Property Value
Type | Description |
---|---|
IList<EffectiveGuestPolicySourcedSoftwareRecipe> |