Class: VirtualUSBUSBBackingInfo

Inherits:
VirtualDeviceDeviceBackingInfo show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualUSBUSBBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualUSBUSBBackingInfo

Returns a new instance of VirtualUSBUSBBackingInfo.



25689
25690
25691
25692
25693
25694
# File 'lib/vmware/soap/vim25.rb', line 25689

def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @deviceName = deviceName
  @useAutoDetect = useAutoDetect
end

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.



25686
25687
25688
# File 'lib/vmware/soap/vim25.rb', line 25686

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25685
25686
25687
# File 'lib/vmware/soap/vim25.rb', line 25685

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25684
25685
25686
# File 'lib/vmware/soap/vim25.rb', line 25684

def dynamicType
  @dynamicType
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25687
25688
25689
# File 'lib/vmware/soap/vim25.rb', line 25687

def useAutoDetect
  @useAutoDetect
end