Class: InvalidVmConfig
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidVmConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
Direct Known Subclasses
InvalidDeviceSpec, SwapPlacementOverrideNotSupported, TooManyDevices, UnsupportedGuest, VmWwnConflict
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#property ⇒ Object
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil) ⇒ InvalidVmConfig
constructor
A new instance of InvalidVmConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil) ⇒ InvalidVmConfig
Returns a new instance of InvalidVmConfig.
32426 32427 32428 32429 32430 |
# File 'lib/vmware/soap/vim25.rb', line 32426 def initialize(dynamicType = nil, dynamicProperty = [], property = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32423 32424 32425 |
# File 'lib/vmware/soap/vim25.rb', line 32423 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32422 32423 32424 |
# File 'lib/vmware/soap/vim25.rb', line 32422 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32424 32425 32426 |
# File 'lib/vmware/soap/vim25.rb', line 32424 def property @property end |