Class: VirtualCdromAtapiBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualCdromAtapiBackingInfo
- 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
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualCdromAtapiBackingInfo
constructor
A new instance of VirtualCdromAtapiBackingInfo.
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
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25456 25457 25458 |
# File 'lib/vmware/soap/vim25.rb', line 25456 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25455 25456 25457 |
# File 'lib/vmware/soap/vim25.rb', line 25455 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25454 25455 25456 |
# File 'lib/vmware/soap/vim25.rb', line 25454 def dynamicType @dynamicType end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25457 25458 25459 |
# File 'lib/vmware/soap/vim25.rb', line 25457 def useAutoDetect @useAutoDetect end |