Show / Hide Table of Contents

Class LookupEffectiveGuestPolicyRequest

A request message for getting the effective guest policy assigned to the instance.

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

Properties

ETag

The ETag of the item.

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

OsArchitecture

Architecture of OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.

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

OsShortName

Short name of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.

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

OsVersion

Version of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that VM instance.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX