Class: InvalidPowerState

Inherits:
InvalidState show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25InvalidPowerState

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
requestedState - VirtualMachinePowerState
existingState - VirtualMachinePowerState

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30902
30903
30904
# File 'lib/vmware/soap/vim25.rb', line 30902

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30901
30902
30903
# File 'lib/vmware/soap/vim25.rb', line 30901

def dynamicType
  @dynamicType
end

#existingStateObject

Returns the value of attribute existingState.



30904
30905
30906
# File 'lib/vmware/soap/vim25.rb', line 30904

def existingState
  @existingState
end

#requestedStateObject

Returns the value of attribute requestedState.



30903
30904
30905
# File 'lib/vmware/soap/vim25.rb', line 30903

def requestedState
  @requestedState
end