Class AssignmentOsType
Defines the criteria for selecting VM Instances by OS type.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class AssignmentOsType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OsArchitecture
Targets VM instances with OS Inventory enabled and having the following OS architecture.
Declaration
[JsonProperty("osArchitecture")]
public virtual string OsArchitecture { get; set; }
Property Value
Type | Description |
---|---|
string |
OsShortName
Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".
Declaration
[JsonProperty("osShortName")]
public virtual string OsShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
OsVersion
Targets VM instances with OS Inventory enabled and having the following following OS version.
Declaration
[JsonProperty("osVersion")]
public virtual string OsVersion { get; set; }
Property Value
Type | Description |
---|---|
string |