Show / Hide Table of Contents

Class EffectiveGuestPolicy

The effective guest policy that applies to a VM instance.

Inheritance
object
EffectiveGuestPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX