Class: HostConfigManager
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostConfigManager
- 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
-
#advancedOption ⇒ Object
Returns the value of attribute advancedOption.
-
#autoStartManager ⇒ Object
Returns the value of attribute autoStartManager.
-
#bootDeviceSystem ⇒ Object
Returns the value of attribute bootDeviceSystem.
-
#cpuScheduler ⇒ Object
Returns the value of attribute cpuScheduler.
-
#datastoreSystem ⇒ Object
Returns the value of attribute datastoreSystem.
-
#dateTimeSystem ⇒ Object
Returns the value of attribute dateTimeSystem.
-
#diagnosticSystem ⇒ Object
Returns the value of attribute diagnosticSystem.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#firewallSystem ⇒ Object
Returns the value of attribute firewallSystem.
-
#firmwareSystem ⇒ Object
Returns the value of attribute firmwareSystem.
-
#healthStatusSystem ⇒ Object
Returns the value of attribute healthStatusSystem.
-
#memoryManager ⇒ Object
Returns the value of attribute memoryManager.
-
#networkSystem ⇒ Object
Returns the value of attribute networkSystem.
-
#patchManager ⇒ Object
Returns the value of attribute patchManager.
-
#serviceSystem ⇒ Object
Returns the value of attribute serviceSystem.
-
#snmpSystem ⇒ Object
Returns the value of attribute snmpSystem.
-
#storageSystem ⇒ Object
Returns the value of attribute storageSystem.
-
#vmotionSystem ⇒ Object
Returns the value of attribute vmotionSystem.
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
#advancedOption ⇒ Object
Returns the value of attribute advancedOption.
17226 17227 17228 |
# File 'lib/vmware/soap/vim25.rb', line 17226 def advancedOption @advancedOption end |
#autoStartManager ⇒ Object
Returns the value of attribute autoStartManager.
17228 17229 17230 |
# File 'lib/vmware/soap/vim25.rb', line 17228 def autoStartManager @autoStartManager end |
#bootDeviceSystem ⇒ Object
Returns the value of attribute bootDeviceSystem.
17232 17233 17234 |
# File 'lib/vmware/soap/vim25.rb', line 17232 def bootDeviceSystem @bootDeviceSystem end |
#cpuScheduler ⇒ Object
Returns the value of attribute cpuScheduler.
17218 17219 17220 |
# File 'lib/vmware/soap/vim25.rb', line 17218 def cpuScheduler @cpuScheduler end |
#datastoreSystem ⇒ Object
Returns the value of attribute datastoreSystem.
17219 17220 17221 |
# File 'lib/vmware/soap/vim25.rb', line 17219 def datastoreSystem @datastoreSystem end |
#dateTimeSystem ⇒ Object
Returns the value of attribute dateTimeSystem.
17230 17231 17232 |
# File 'lib/vmware/soap/vim25.rb', line 17230 def dateTimeSystem @dateTimeSystem end |
#diagnosticSystem ⇒ Object
Returns the value of attribute diagnosticSystem.
17227 17228 17229 |
# File 'lib/vmware/soap/vim25.rb', line 17227 def diagnosticSystem @diagnosticSystem end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17217 17218 17219 |
# File 'lib/vmware/soap/vim25.rb', line 17217 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17216 17217 17218 |
# File 'lib/vmware/soap/vim25.rb', line 17216 def dynamicType @dynamicType end |
#firewallSystem ⇒ Object
Returns the value of attribute firewallSystem.
17225 17226 17227 |
# File 'lib/vmware/soap/vim25.rb', line 17225 def firewallSystem @firewallSystem end |
#firmwareSystem ⇒ Object
Returns the value of attribute firmwareSystem.
17233 17234 17235 |
# File 'lib/vmware/soap/vim25.rb', line 17233 def firmwareSystem @firmwareSystem end |
#healthStatusSystem ⇒ Object
Returns the value of attribute healthStatusSystem.
17234 17235 17236 |
# File 'lib/vmware/soap/vim25.rb', line 17234 def healthStatusSystem @healthStatusSystem end |
#memoryManager ⇒ Object
Returns the value of attribute memoryManager.
17220 17221 17222 |
# File 'lib/vmware/soap/vim25.rb', line 17220 def memoryManager @memoryManager end |
#networkSystem ⇒ Object
Returns the value of attribute networkSystem.
17222 17223 17224 |
# File 'lib/vmware/soap/vim25.rb', line 17222 def networkSystem @networkSystem end |
#patchManager ⇒ Object
Returns the value of attribute patchManager.
17231 17232 17233 |
# File 'lib/vmware/soap/vim25.rb', line 17231 def patchManager @patchManager end |
#serviceSystem ⇒ Object
Returns the value of attribute serviceSystem.
17224 17225 17226 |
# File 'lib/vmware/soap/vim25.rb', line 17224 def serviceSystem @serviceSystem end |
#snmpSystem ⇒ Object
Returns the value of attribute snmpSystem.
17229 17230 17231 |
# File 'lib/vmware/soap/vim25.rb', line 17229 def snmpSystem @snmpSystem end |
#storageSystem ⇒ Object
Returns the value of attribute storageSystem.
17221 17222 17223 |
# File 'lib/vmware/soap/vim25.rb', line 17221 def storageSystem @storageSystem end |
#vmotionSystem ⇒ Object
Returns the value of attribute vmotionSystem.
17223 17224 17225 |
# File 'lib/vmware/soap/vim25.rb', line 17223 def vmotionSystem @vmotionSystem end |