Show / Hide Table of Contents

Class OlvmBiosType

Chipset and BIOS type combination.

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

Properties

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmBiosType.TypeEnum? Type { get; set; }
Property Value
Type Description
OlvmBiosType.TypeEnum?

Chipset and BIOS type combination.

In this article
Back to top