Show / Hide Table of Contents

Class OlvmBios

OLVM Bios

Inheritance
object
OlvmBios
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 OlvmBios

Properties

BiosType

Declaration
[JsonProperty(PropertyName = "biosType")]
public OlvmBiosType BiosType { get; set; }
Property Value
Type Description
OlvmBiosType

BootMenu

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