Class OSPolicyAssignmentInstanceFilterInventory
VM inventory details.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class OSPolicyAssignmentInstanceFilterInventory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OsShortName
Required. The OS short name
Declaration
[JsonProperty("osShortName")]
public virtual string OsShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
OsVersion
The OS version Prefix matches are supported if asterisk(*) is provided as the last character. For example,
to match all versions with a major version of 7
, specify the following value for this field 7.*
An empty
string matches all OS versions.
Declaration
[JsonProperty("osVersion")]
public virtual string OsVersion { get; set; }
Property Value
Type | Description |
---|---|
string |