Class OlvmBootMenu
Represents boot menu configuration for OLVM virtual machines and templates.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmBootMenu
Properties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Whether the boot menu is enabled for this virtual machine (or template), or not. |