Class EffectiveGuestPolicySourcedSoftwareRecipe
A guest policy recipe including its source.
Implements
Inherited Members
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 |