Class: CannotModifyConfigCpuRequirements

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

Overview

urn:vim25CannotModifyConfigCpuRequirements

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CannotModifyConfigCpuRequirements.



30995
30996
30997
30998
# File 'lib/vmware/soap/vim25.rb', line 30995

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30993
30994
30995
# File 'lib/vmware/soap/vim25.rb', line 30993

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30992
30993
30994
# File 'lib/vmware/soap/vim25.rb', line 30992

def dynamicType
  @dynamicType
end