Class: VirtualDevicePipeBackingInfo
- Inherits:
-
VirtualDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDevicePipeBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDevicePipeBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
pipeName - 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.
-
#pipeName ⇒ Object
Returns the value of attribute pipeName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil) ⇒ VirtualDevicePipeBackingInfo
constructor
A new instance of VirtualDevicePipeBackingInfo.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil) ⇒ VirtualDevicePipeBackingInfo
Returns a new instance of VirtualDevicePipeBackingInfo.
25785 25786 25787 25788 25789 |
# File 'lib/vmware/soap/vim25.rb', line 25785 def initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @pipeName = pipeName end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25782 25783 25784 |
# File 'lib/vmware/soap/vim25.rb', line 25782 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25781 25782 25783 |
# File 'lib/vmware/soap/vim25.rb', line 25781 def dynamicType @dynamicType end |
permalink #pipeName ⇒ Object
Returns the value of attribute pipeName.
25783 25784 25785 |
# File 'lib/vmware/soap/vim25.rb', line 25783 def pipeName @pipeName end |