Show / Hide Table of Contents

Class EffectiveGuestPolicySourcedSoftwareRecipe

A guest policy recipe including its source.

Inheritance
object
EffectiveGuestPolicySourcedSoftwareRecipe
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 EffectiveGuestPolicySourcedSoftwareRecipe : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SoftwareRecipe

A software recipe to configure on the VM instance.

Declaration
[JsonProperty("softwareRecipe")]
public virtual SoftwareRecipe SoftwareRecipe { get; set; }
Property Value
Type Description
SoftwareRecipe

Source

Name of the guest policy providing this config.

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX