Class: HostConfigManager

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

Overview

urn:vim25HostConfigManager

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
cpuScheduler - ManagedObjectReference
datastoreSystem - ManagedObjectReference
memoryManager - ManagedObjectReference
storageSystem - ManagedObjectReference
networkSystem - ManagedObjectReference
vmotionSystem - ManagedObjectReference
serviceSystem - ManagedObjectReference
firewallSystem - ManagedObjectReference
advancedOption - ManagedObjectReference
diagnosticSystem - ManagedObjectReference
autoStartManager - ManagedObjectReference
snmpSystem - ManagedObjectReference
dateTimeSystem - ManagedObjectReference
patchManager - ManagedObjectReference
bootDeviceSystem - ManagedObjectReference
firmwareSystem - ManagedObjectReference
healthStatusSystem - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#advancedOptionObject

Returns the value of attribute advancedOption.



17226
17227
17228
# File 'lib/vmware/soap/vim25.rb', line 17226

def advancedOption
  @advancedOption
end

#autoStartManagerObject

Returns the value of attribute autoStartManager.



17228
17229
17230
# File 'lib/vmware/soap/vim25.rb', line 17228

def autoStartManager
  @autoStartManager
end

#bootDeviceSystemObject

Returns the value of attribute bootDeviceSystem.



17232
17233
17234
# File 'lib/vmware/soap/vim25.rb', line 17232

def bootDeviceSystem
  @bootDeviceSystem
end

#cpuSchedulerObject

Returns the value of attribute cpuScheduler.



17218
17219
17220
# File 'lib/vmware/soap/vim25.rb', line 17218

def cpuScheduler
  @cpuScheduler
end

#datastoreSystemObject

Returns the value of attribute datastoreSystem.



17219
17220
17221
# File 'lib/vmware/soap/vim25.rb', line 17219

def datastoreSystem
  @datastoreSystem
end

#dateTimeSystemObject

Returns the value of attribute dateTimeSystem.



17230
17231
17232
# File 'lib/vmware/soap/vim25.rb', line 17230

def dateTimeSystem
  @dateTimeSystem
end

#diagnosticSystemObject

Returns the value of attribute diagnosticSystem.



17227
17228
17229
# File 'lib/vmware/soap/vim25.rb', line 17227

def diagnosticSystem
  @diagnosticSystem
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17217
17218
17219
# File 'lib/vmware/soap/vim25.rb', line 17217

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17216
17217
17218
# File 'lib/vmware/soap/vim25.rb', line 17216

def dynamicType
  @dynamicType
end

#firewallSystemObject

Returns the value of attribute firewallSystem.



17225
17226
17227
# File 'lib/vmware/soap/vim25.rb', line 17225

def firewallSystem
  @firewallSystem
end

#firmwareSystemObject

Returns the value of attribute firmwareSystem.



17233
17234
17235
# File 'lib/vmware/soap/vim25.rb', line 17233

def firmwareSystem
  @firmwareSystem
end

#healthStatusSystemObject

Returns the value of attribute healthStatusSystem.



17234
17235
17236
# File 'lib/vmware/soap/vim25.rb', line 17234

def healthStatusSystem
  @healthStatusSystem
end

#memoryManagerObject

Returns the value of attribute memoryManager.



17220
17221
17222
# File 'lib/vmware/soap/vim25.rb', line 17220

def memoryManager
  @memoryManager
end

#networkSystemObject

Returns the value of attribute networkSystem.



17222
17223
17224
# File 'lib/vmware/soap/vim25.rb', line 17222

def networkSystem
  @networkSystem
end

#patchManagerObject

Returns the value of attribute patchManager.



17231
17232
17233
# File 'lib/vmware/soap/vim25.rb', line 17231

def patchManager
  @patchManager
end

#serviceSystemObject

Returns the value of attribute serviceSystem.



17224
17225
17226
# File 'lib/vmware/soap/vim25.rb', line 17224

def serviceSystem
  @serviceSystem
end

#snmpSystemObject

Returns the value of attribute snmpSystem.



17229
17230
17231
# File 'lib/vmware/soap/vim25.rb', line 17229

def snmpSystem
  @snmpSystem
end

#storageSystemObject

Returns the value of attribute storageSystem.



17221
17222
17223
# File 'lib/vmware/soap/vim25.rb', line 17221

def storageSystem
  @storageSystem
end

#vmotionSystemObject

Returns the value of attribute vmotionSystem.



17223
17224
17225
# File 'lib/vmware/soap/vim25.rb', line 17223

def vmotionSystem
  @vmotionSystem
end