Class: InvalidState
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidState
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
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 = []) ⇒ InvalidState
constructor
A new instance of InvalidState.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidState
Returns a new instance of InvalidState.
30873 30874 30875 30876 |
# File 'lib/vmware/soap/vim25.rb', line 30873 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30871 30872 30873 |
# File 'lib/vmware/soap/vim25.rb', line 30871 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30870 30871 30872 |
# File 'lib/vmware/soap/vim25.rb', line 30870 def dynamicType @dynamicType end |