Class: VirtualCdromRemotePassthroughBackingInfo
- Inherits:
-
VirtualDeviceRemoteDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceRemoteDeviceBackingInfo
- VirtualCdromRemotePassthroughBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdromRemotePassthroughBackingInfo
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) ⇒ VirtualCdromRemotePassthroughBackingInfo
constructor
A new instance of VirtualCdromRemotePassthroughBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, exclusive = nil) ⇒ VirtualCdromRemotePassthroughBackingInfo
Returns a new instance of VirtualCdromRemotePassthroughBackingInfo.
25729 25730 25731 25732 25733 25734 25735 |
# File 'lib/vmware/soap/vim25.rb', line 25729 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.
25725 25726 25727 |
# File 'lib/vmware/soap/vim25.rb', line 25725 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25724 25725 25726 |
# File 'lib/vmware/soap/vim25.rb', line 25724 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25723 25724 25725 |
# File 'lib/vmware/soap/vim25.rb', line 25723 def dynamicType @dynamicType end |
#exclusive ⇒ Object
Returns the value of attribute exclusive.
25727 25728 25729 |
# File 'lib/vmware/soap/vim25.rb', line 25727 def exclusive @exclusive end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25726 25727 25728 |
# File 'lib/vmware/soap/vim25.rb', line 25726 def useAutoDetect @useAutoDetect end |