Class OlvmBiosType
Chipset and BIOS type combination.
Inherited Members
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. |