Class: VirtualSCSIPassthroughDeviceBackingOption

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

Overview

urn:vim25VirtualSCSIPassthroughDeviceBackingOption

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) ⇒ VirtualSCSIPassthroughDeviceBackingOption

Returns a new instance of VirtualSCSIPassthroughDeviceBackingOption.



27398
27399
27400
27401
27402
27403
# File 'lib/vmware/soap/vim25.rb', line 27398

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.



27396
27397
27398
# File 'lib/vmware/soap/vim25.rb', line 27396

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27394
27395
27396
# File 'lib/vmware/soap/vim25.rb', line 27394

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27393
27394
27395
# File 'lib/vmware/soap/vim25.rb', line 27393

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27395
27396
27397
# File 'lib/vmware/soap/vim25.rb', line 27395

def type
  @type
end