Class: VirtualUSBUSBBackingOption

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

Overview

urn:vim25VirtualUSBUSBBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualUSBUSBBackingOption

Returns a new instance of VirtualUSBUSBBackingOption.



27455
27456
27457
27458
27459
27460
# File 'lib/vmware/soap/vim25.rb', line 27455

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @autoDetectAvailable = autoDetectAvailable
end

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27453
27454
27455
# File 'lib/vmware/soap/vim25.rb', line 27453

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27451
27452
27453
# File 'lib/vmware/soap/vim25.rb', line 27451

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27450
27451
27452
# File 'lib/vmware/soap/vim25.rb', line 27450

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27452
27453
27454
# File 'lib/vmware/soap/vim25.rb', line 27452

def type
  @type
end