Class: CannotModifyConfigCpuRequirements
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- CannotModifyConfigCpuRequirements
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotModifyConfigCpuRequirements
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 = []) ⇒ CannotModifyConfigCpuRequirements
constructor
A new instance of CannotModifyConfigCpuRequirements.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30993 30994 30995 |
# File 'lib/vmware/soap/vim25.rb', line 30993 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30992 30993 30994 |
# File 'lib/vmware/soap/vim25.rb', line 30992 def dynamicType @dynamicType end |