Class: InvalidHostState

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

Overview

urn:vim25InvalidHostState

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ InvalidHostState

Returns a new instance of InvalidHostState.



30888
30889
30890
30891
30892
# File 'lib/vmware/soap/vim25.rb', line 30888

def initialize(dynamicType = nil, dynamicProperty = [], host = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @host = host
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30885
30886
30887
# File 'lib/vmware/soap/vim25.rb', line 30885

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30884
30885
30886
# File 'lib/vmware/soap/vim25.rb', line 30884

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



30886
30887
30888
# File 'lib/vmware/soap/vim25.rb', line 30886

def host
  @host
end