Class: InvalidPowerState
- Inherits:
-
InvalidState
- Object
- MethodFault
- VimFault
- InvalidState
- InvalidPowerState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidPowerState
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
requestedState - VirtualMachinePowerState
existingState - VirtualMachinePowerState
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#existingState ⇒ Object
Returns the value of attribute existingState.
-
#requestedState ⇒ Object
Returns the value of attribute requestedState.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], requestedState = nil, existingState = nil) ⇒ InvalidPowerState
constructor
A new instance of InvalidPowerState.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], requestedState = nil, existingState = nil) ⇒ InvalidPowerState
Returns a new instance of InvalidPowerState.
30906 30907 30908 30909 30910 30911 |
# File 'lib/vmware/soap/vim25.rb', line 30906 def initialize(dynamicType = nil, dynamicProperty = [], requestedState = nil, existingState = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @requestedState = requestedState @existingState = existingState end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30902 30903 30904 |
# File 'lib/vmware/soap/vim25.rb', line 30902 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30901 30902 30903 |
# File 'lib/vmware/soap/vim25.rb', line 30901 def dynamicType @dynamicType end |
#existingState ⇒ Object
Returns the value of attribute existingState.
30904 30905 30906 |
# File 'lib/vmware/soap/vim25.rb', line 30904 def existingState @existingState end |
#requestedState ⇒ Object
Returns the value of attribute requestedState.
30903 30904 30905 |
# File 'lib/vmware/soap/vim25.rb', line 30903 def requestedState @requestedState end |