Class: InvalidState

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

Overview

urn:vim25InvalidState

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30871
30872
30873
# File 'lib/vmware/soap/vim25.rb', line 30871

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30870
30871
30872
# File 'lib/vmware/soap/vim25.rb', line 30870

def dynamicType
  @dynamicType
end