Class InventoryOsInfo
Operating system information for the VM.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class InventoryOsInfo : IDirectResponseSchema
Properties
Architecture
The system architecture of the operating system.
Declaration
[JsonProperty("architecture")]
public virtual string Architecture { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hostname
The VM hostname.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
KernelRelease
The kernel release of the operating system.
Declaration
[JsonProperty("kernelRelease")]
public virtual string KernelRelease { get; set; }
Property Value
Type | Description |
---|---|
string |
KernelVersion
The kernel version of the operating system.
Declaration
[JsonProperty("kernelVersion")]
public virtual string KernelVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
LongName
The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
Declaration
[JsonProperty("longName")]
public virtual string LongName { get; set; }
Property Value
Type | Description |
---|---|
string |
OsconfigAgentVersion
The current version of the OS Config agent running on the VM.
Declaration
[JsonProperty("osconfigAgentVersion")]
public virtual string OsconfigAgentVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortName
The operating system short name. For example, 'windows' or 'debian'.
Declaration
[JsonProperty("shortName")]
public virtual string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of the operating system.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |