Method: HostConfigManager#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], cpuScheduler = nil, datastoreSystem = nil, memoryManager = nil, storageSystem = nil, networkSystem = nil, vmotionSystem = nil, serviceSystem = nil, firewallSystem = nil, advancedOption = nil, diagnosticSystem = nil, autoStartManager = nil, snmpSystem = nil, dateTimeSystem = nil, patchManager = nil, bootDeviceSystem = nil, firmwareSystem = nil, healthStatusSystem = nil) ⇒ HostConfigManager
Returns a new instance of HostConfigManager.
17236 17237 17238 17239 17240 17241 17242 17243 17244 17245 17246 17247 17248 17249 17250 17251 17252 17253 17254 17255 17256 |
# File 'lib/vmware/soap/vim25.rb', line 17236 def initialize(dynamicType = nil, dynamicProperty = [], cpuScheduler = nil, datastoreSystem = nil, memoryManager = nil, storageSystem = nil, networkSystem = nil, vmotionSystem = nil, serviceSystem = nil, firewallSystem = nil, advancedOption = nil, diagnosticSystem = nil, autoStartManager = nil, snmpSystem = nil, dateTimeSystem = nil, patchManager = nil, bootDeviceSystem = nil, firmwareSystem = nil, healthStatusSystem = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @cpuScheduler = cpuScheduler @datastoreSystem = datastoreSystem @memoryManager = memoryManager @storageSystem = storageSystem @networkSystem = networkSystem @vmotionSystem = vmotionSystem @serviceSystem = serviceSystem @firewallSystem = firewallSystem @advancedOption = advancedOption @diagnosticSystem = diagnosticSystem @autoStartManager = autoStartManager @snmpSystem = snmpSystem @dateTimeSystem = dateTimeSystem @patchManager = patchManager @bootDeviceSystem = bootDeviceSystem @firmwareSystem = firmwareSystem @healthStatusSystem = healthStatusSystem end |