Class: HostSystemResourceInfo

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

Overview

urn:vim25HostSystemResourceInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
config - ResourceConfigSpec
child - HostSystemResourceInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, config = nil, child = []) ⇒ HostSystemResourceInfo

Returns a new instance of HostSystemResourceInfo.

[View source]

21693
21694
21695
21696
21697
21698
21699
# File 'lib/vmware/soap/vim25.rb', line 21693

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, config = nil, child = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @config = config
  @child = child
end

Instance Attribute Details

#childObject

Returns the value of attribute child.


21691
21692
21693
# File 'lib/vmware/soap/vim25.rb', line 21691

def child
  @child
end

#configObject

Returns the value of attribute config.


21690
21691
21692
# File 'lib/vmware/soap/vim25.rb', line 21690

def config
  @config
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21688
21689
21690
# File 'lib/vmware/soap/vim25.rb', line 21688

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21687
21688
21689
# File 'lib/vmware/soap/vim25.rb', line 21687

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.


21689
21690
21691
# File 'lib/vmware/soap/vim25.rb', line 21689

def key
  @key
end