Class: VirtualDeviceBackingOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
Direct Known Subclasses
VirtualDeviceDeviceBackingOption, VirtualDeviceFileBackingOption, VirtualDevicePipeBackingOption, VirtualDeviceRemoteDeviceBackingOption
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil) ⇒ VirtualDeviceBackingOption
constructor
A new instance of VirtualDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil) ⇒ VirtualDeviceBackingOption
Returns a new instance of VirtualDeviceBackingOption.
26891 26892 26893 26894 26895 |
# File 'lib/vmware/soap/vim25.rb', line 26891 def initialize(dynamicType = nil, dynamicProperty = [], type = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26888 26889 26890 |
# File 'lib/vmware/soap/vim25.rb', line 26888 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26887 26888 26889 |
# File 'lib/vmware/soap/vim25.rb', line 26887 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
26889 26890 26891 |
# File 'lib/vmware/soap/vim25.rb', line 26889 def type @type end |