Method: HostSystemResourceInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, config = nil, child = []) ⇒ HostSystemResourceInfo
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 |