Show / Hide Table of Contents

Class EffectiveGuestPolicySourcedPackage

A guest policy package including its source.

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

Properties

ETag

The ETag of the item.

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

Package

A software package to configure on the VM instance.

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

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