Show / Hide Table of Contents

Class EffectiveGuestPolicy

The effective guest policy that applies to a VM instance.

Inheritance
System.Object
EffectiveGuestPolicy
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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
System.Collections.Generic.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
System.Collections.Generic.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
System.Collections.Generic.IList<EffectiveGuestPolicySourcedSoftwareRecipe>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top