Class: InsufficientHostCapacityFault

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

Overview

urn:vim25InsufficientHostCapacityFault

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

Direct Known Subclasses

InsufficientPerCpuCapacity

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InsufficientHostCapacityFault.



30588
30589
30590
30591
30592
# File 'lib/vmware/soap/vim25.rb', line 30588

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30585
30586
30587
# File 'lib/vmware/soap/vim25.rb', line 30585

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30584
30585
30586
# File 'lib/vmware/soap/vim25.rb', line 30584

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



30586
30587
30588
# File 'lib/vmware/soap/vim25.rb', line 30586

def host
  @host
end