Class: ComputeResourceConfigInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ComputeResourceConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmSwapPlacement - SOAP::SOAPString

Direct Known Subclasses

ClusterConfigInfoEx

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil) ⇒ ComputeResourceConfigInfo

Returns a new instance of ComputeResourceConfigInfo.



566
567
568
569
570
# File 'lib/vmware/soap/vim25.rb', line 566

def initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @vmSwapPlacement = vmSwapPlacement
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



563
564
565
# File 'lib/vmware/soap/vim25.rb', line 563

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



562
563
564
# File 'lib/vmware/soap/vim25.rb', line 562

def dynamicType
  @dynamicType
end

#vmSwapPlacementObject

Returns the value of attribute vmSwapPlacement.



564
565
566
# File 'lib/vmware/soap/vim25.rb', line 564

def vmSwapPlacement
  @vmSwapPlacement
end