Show / Hide Table of Contents

Class SapDiscoveryResourceInstancePropertiesKernelVersion

KernelVersion encapsulates the kernel version data for the system.

Inheritance
object
SapDiscoveryResourceInstancePropertiesKernelVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX