Class: WillModifyConfigCpuRequirements
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- WillModifyConfigCpuRequirements
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25WillModifyConfigCpuRequirements
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ WillModifyConfigCpuRequirements
constructor
A new instance of WillModifyConfigCpuRequirements.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31597 31598 31599 |
# File 'lib/vmware/soap/vim25.rb', line 31597 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31596 31597 31598 |
# File 'lib/vmware/soap/vim25.rb', line 31596 def dynamicType @dynamicType end |