Class OlvmUsb
Configuration of USB devices for this virtual machine (count, type).
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmUsb
Properties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Determines whether the USB device should be included or not. |
UsbType
Declaration
[JsonProperty(PropertyName = "usbType")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmUsb.UsbTypeEnum? UsbType { get; set; }
Property Value
| Type | Description |
|---|---|
| OlvmUsb.UsbTypeEnum? | Type of USB device redirection |