Class: VirtualMachineParallelInfo

Inherits:
VirtualMachineTargetInfo show all
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

Instance Method Summary collapse

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

#configurationTagObject

Returns the value of attribute configurationTag.



24312
24313
24314
# File 'lib/vmware/soap/vim25.rb', line 24312

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24310
24311
24312
# File 'lib/vmware/soap/vim25.rb', line 24310

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24309
24310
24311
# File 'lib/vmware/soap/vim25.rb', line 24309

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24311
24312
24313
# File 'lib/vmware/soap/vim25.rb', line 24311

def name
  @name
end