Class LookupEffectiveGuestPolicyRequest
A request message for getting the effective guest policy assigned to the instance.
Implements
Inherited Members
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 |