OlvmKernel¶
-
class
oci.cloud_migrations.models.OlvmKernel(**kwargs)¶ Bases:
objectKernel version of the operating system.
Methods
__init__(**kwargs)Initializes a new OlvmKernel object with values from keyword arguments. Attributes
versionGets the version of this OlvmKernel. -
__init__(**kwargs)¶ Initializes a new OlvmKernel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: version (oci.cloud_migrations.models.OlvmVersion) – The value to assign to the version property of this OlvmKernel.
-
version¶ Gets the version of this OlvmKernel.
Returns: The version of this OlvmKernel. Return type: oci.cloud_migrations.models.OlvmVersion
-