Show / Hide Table of Contents

Class OlvmKernel

Kernel version of the operating system.

Inheritance
object
OlvmKernel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmKernel

Properties

Version

Declaration
[JsonProperty(PropertyName = "version")]
public OlvmVersion Version { get; set; }
Property Value
Type Description
OlvmVersion
In this article
Back to top