Show / Hide Table of Contents

Class EffectiveGuestPolicySourcedPackageRepository

A guest policy package repository including its source.

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

Properties

ETag

The ETag of the item.

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

PackageRepository

A software package repository to configure on the VM instance.

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

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