Show / Hide Table of Contents

Class OlvmUsb

Configuration of USB devices for this virtual machine (count, type).

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

In this article
Back to top