Class: VirtualDeviceBackingInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDeviceBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
VirtualDeviceDeviceBackingInfo, VirtualDeviceFileBackingInfo, VirtualDevicePipeBackingInfo, VirtualDeviceRemoteDeviceBackingInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VirtualDeviceBackingInfo
constructor
A new instance of VirtualDeviceBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VirtualDeviceBackingInfo
Returns a new instance of VirtualDeviceBackingInfo.
25145 25146 25147 25148 |
# File 'lib/vmware/soap/vim25.rb', line 25145 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25143 25144 25145 |
# File 'lib/vmware/soap/vim25.rb', line 25143 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25142 25143 25144 |
# File 'lib/vmware/soap/vim25.rb', line 25142 def dynamicType @dynamicType end |