Class: WillModifyConfigCpuRequirements

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

Overview

urn:vim25WillModifyConfigCpuRequirements

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of WillModifyConfigCpuRequirements.



31599
31600
31601
31602
# File 'lib/vmware/soap/vim25.rb', line 31599

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31597
31598
31599
# File 'lib/vmware/soap/vim25.rb', line 31597

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31596
31597
31598
# File 'lib/vmware/soap/vim25.rb', line 31596

def dynamicType
  @dynamicType
end