Class: VirtualCdromRemoteAtapiBackingInfo

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

Overview

urn:vim25VirtualCdromRemoteAtapiBackingInfo

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

Returns a new instance of VirtualCdromRemoteAtapiBackingInfo.



25749
25750
25751
25752
25753
25754
# File 'lib/vmware/soap/vim25.rb', line 25749

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.



25746
25747
25748
# File 'lib/vmware/soap/vim25.rb', line 25746

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25745
25746
25747
# File 'lib/vmware/soap/vim25.rb', line 25745

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25744
25745
25746
# File 'lib/vmware/soap/vim25.rb', line 25744

def dynamicType
  @dynamicType
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25747
25748
25749
# File 'lib/vmware/soap/vim25.rb', line 25747

def useAutoDetect
  @useAutoDetect
end