Class: HostInventoryFull

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

Overview

urn:vim25HostInventoryFull

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
capacity - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], capacity = nil) ⇒ HostInventoryFull

Returns a new instance of HostInventoryFull.



29431
29432
29433
29434
29435
# File 'lib/vmware/soap/vim25.rb', line 29431

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

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



29429
29430
29431
# File 'lib/vmware/soap/vim25.rb', line 29429

def capacity
  @capacity
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29428
29429
29430
# File 'lib/vmware/soap/vim25.rb', line 29428

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29427
29428
29429
# File 'lib/vmware/soap/vim25.rb', line 29427

def dynamicType
  @dynamicType
end