Class OlvmOperatingSystem
Information describing the operating system. This is used for both virtual machines and hosts.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmOperatingSystem
Properties
Boot
Declaration
[JsonProperty(PropertyName = "boot")]
public List<OlvmBootDevice> Boot { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OlvmBootDevice> | Configuration of the boot sequence of a virtual machine. |
CmdLine
Declaration
[JsonProperty(PropertyName = "cmdLine")]
public string CmdLine { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Custom kernel parameters for starting the virtual machine if Linux operating system is used. |
CustomKernelCmdLine
Declaration
[JsonProperty(PropertyName = "customKernelCmdLine")]
public string CustomKernelCmdLine { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A custom part of the host kernel command line. |
InitRd
Declaration
[JsonProperty(PropertyName = "initRd")]
public string InitRd { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Path to custom initial ramdisk on ISO storage domain if Linux operating system is used. |
Kernel
Declaration
[JsonProperty(PropertyName = "kernel")]
public string Kernel { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Path to custom kernel on ISO storage domain if Linux operating system is used. |
ReportedKernelCmdLine
Declaration
[JsonProperty(PropertyName = "reportedKernelCmdLine")]
public string ReportedKernelCmdLine { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The host kernel command line as reported by a running host. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Operating system name in human readable form |
Version
Declaration
[JsonProperty(PropertyName = "version")]
public OlvmVersion Version { get; set; }
Property Value
| Type | Description |
|---|---|
| OlvmVersion |