Class: VirtualCdromPassthroughBackingInfo

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

Overview

urn:vim25VirtualCdromPassthroughBackingInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VirtualCdromPassthroughBackingInfo.



25439
25440
25441
25442
25443
25444
25445
# File 'lib/vmware/soap/vim25.rb', line 25439

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

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.



25435
25436
25437
# File 'lib/vmware/soap/vim25.rb', line 25435

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25434
25435
25436
# File 'lib/vmware/soap/vim25.rb', line 25434

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25433
25434
25435
# File 'lib/vmware/soap/vim25.rb', line 25433

def dynamicType
  @dynamicType
end

#exclusiveObject

Returns the value of attribute exclusive.



25437
25438
25439
# File 'lib/vmware/soap/vim25.rb', line 25437

def exclusive
  @exclusive
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25436
25437
25438
# File 'lib/vmware/soap/vim25.rb', line 25436

def useAutoDetect
  @useAutoDetect
end