Class EffectiveGuestPolicy
The effective guest policy that applies to a VM instance.
Inheritance
object
EffectiveGuestPolicy
Implements
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 |
---|---|
System.Collections.Generic.IList<T><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<T><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<T><EffectiveGuestPolicySourcedSoftwareRecipe> |