Class SapDiscoveryResourceInstancePropertiesKernelVersion
KernelVersion encapsulates the kernel version data for the system.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryResourceInstancePropertiesKernelVersion : IDirectResponseSchema
Properties
DistroKernel
Optional. Captures the distro-specific kernel version, the portion of the string following the first dash.
Declaration
[JsonProperty("distroKernel")]
public virtual SapDiscoveryResourceInstancePropertiesKernelVersionVersion DistroKernel { get; set; }
Property Value
| Type | Description |
|---|---|
| SapDiscoveryResourceInstancePropertiesKernelVersionVersion |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OsKernel
Optional. Captures the OS-specific kernel version, the portion of the string up to the first dash.
Declaration
[JsonProperty("osKernel")]
public virtual SapDiscoveryResourceInstancePropertiesKernelVersionVersion OsKernel { get; set; }
Property Value
| Type | Description |
|---|---|
| SapDiscoveryResourceInstancePropertiesKernelVersionVersion |
RawString
Optional. Raw string of the kernel version.
Declaration
[JsonProperty("rawString")]
public virtual string RawString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |