Class: VirtualCdromPassthroughBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualCdromPassthroughBackingInfo
- 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
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#exclusive ⇒ Object
Returns the value of attribute exclusive.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, exclusive = nil) ⇒ VirtualCdromPassthroughBackingInfo
constructor
A new instance of VirtualCdromPassthroughBackingInfo.
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
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25435 25436 25437 |
# File 'lib/vmware/soap/vim25.rb', line 25435 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25434 25435 25436 |
# File 'lib/vmware/soap/vim25.rb', line 25434 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25433 25434 25435 |
# File 'lib/vmware/soap/vim25.rb', line 25433 def dynamicType @dynamicType end |
#exclusive ⇒ Object
Returns the value of attribute exclusive.
25437 25438 25439 |
# File 'lib/vmware/soap/vim25.rb', line 25437 def exclusive @exclusive end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25436 25437 25438 |
# File 'lib/vmware/soap/vim25.rb', line 25436 def useAutoDetect @useAutoDetect end |