Class: VirtualDevicePipeBackingOption
- Inherits:
-
VirtualDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDevicePipeBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDevicePipeBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
Direct Known Subclasses
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) ⇒ VirtualDevicePipeBackingOption
constructor
A new instance of VirtualDevicePipeBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil) ⇒ VirtualDevicePipeBackingOption
Returns a new instance of VirtualDevicePipeBackingOption.
27532 27533 27534 27535 27536 |
# File 'lib/vmware/soap/vim25.rb', line 27532 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.
27529 27530 27531 |
# File 'lib/vmware/soap/vim25.rb', line 27529 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27528 27529 27530 |
# File 'lib/vmware/soap/vim25.rb', line 27528 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27530 27531 27532 |
# File 'lib/vmware/soap/vim25.rb', line 27530 def type @type end |