Show / Hide Table of Contents

Class OlvmBootMenu

Represents boot menu configuration for OLVM virtual machines and templates.

Inheritance
object
OlvmBootMenu
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 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.

In this article
Back to top