Class: VirtualMachineParallelInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineParallelInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineParallelInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
Instance Attribute Summary collapse
-
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineParallelInfo
constructor
A new instance of VirtualMachineParallelInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineParallelInfo
Returns a new instance of VirtualMachineParallelInfo.
24314 24315 24316 24317 24318 24319 |
# File 'lib/vmware/soap/vim25.rb', line 24314 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag end |
Instance Attribute Details
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24312 24313 24314 |
# File 'lib/vmware/soap/vim25.rb', line 24312 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24310 24311 24312 |
# File 'lib/vmware/soap/vim25.rb', line 24310 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24309 24310 24311 |
# File 'lib/vmware/soap/vim25.rb', line 24309 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24311 24312 24313 |
# File 'lib/vmware/soap/vim25.rb', line 24311 def name @name end |