Class: InsufficientPerCpuCapacity

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

Overview

urn:vim25InsufficientPerCpuCapacity

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InsufficientPerCpuCapacity.



30604
30605
30606
30607
30608
# File 'lib/vmware/soap/vim25.rb', line 30604

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30601
30602
30603
# File 'lib/vmware/soap/vim25.rb', line 30601

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30600
30601
30602
# File 'lib/vmware/soap/vim25.rb', line 30600

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



30602
30603
30604
# File 'lib/vmware/soap/vim25.rb', line 30602

def host
  @host
end