Class: VirtualCdromAtapiBackingInfo

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

Overview

urn:vim25VirtualCdromAtapiBackingInfo

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

Returns a new instance of VirtualCdromAtapiBackingInfo.



25459
25460
25461
25462
25463
25464
# File 'lib/vmware/soap/vim25.rb', line 25459

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.



25456
25457
25458
# File 'lib/vmware/soap/vim25.rb', line 25456

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25455
25456
25457
# File 'lib/vmware/soap/vim25.rb', line 25455

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25454
25455
25456
# File 'lib/vmware/soap/vim25.rb', line 25454

def dynamicType
  @dynamicType
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25457
25458
25459
# File 'lib/vmware/soap/vim25.rb', line 25457

def useAutoDetect
  @useAutoDetect
end