Class: VirtualCdromRemoteAtapiBackingInfo
- Inherits:
-
VirtualDeviceRemoteDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceRemoteDeviceBackingInfo
- VirtualCdromRemoteAtapiBackingInfo
- 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
-
#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) ⇒ VirtualCdromRemoteAtapiBackingInfo
constructor
A new instance of VirtualCdromRemoteAtapiBackingInfo.
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
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25746 25747 25748 |
# File 'lib/vmware/soap/vim25.rb', line 25746 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25745 25746 25747 |
# File 'lib/vmware/soap/vim25.rb', line 25745 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25744 25745 25746 |
# File 'lib/vmware/soap/vim25.rb', line 25744 def dynamicType @dynamicType end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25747 25748 25749 |
# File 'lib/vmware/soap/vim25.rb', line 25747 def useAutoDetect @useAutoDetect end |