Class: HostConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
product - AboutInfo
hyperThread - HostHyperThreadScheduleInfo
consoleReservation - ServiceConsoleReservationInfo
virtualMachineReservation - VirtualMachineMemoryReservationInfo
storageDevice - HostStorageDeviceInfo
fileSystemVolume - HostFileSystemVolumeInfo
network - HostNetworkInfo
vmotion - HostVMotionInfo
capabilities - HostNetCapabilities
datastoreCapabilities - HostDatastoreSystemCapabilities
offloadCapabilities - HostNetOffloadCapabilities
service - HostServiceInfo
firewall - HostFirewallInfo
autoStart - HostAutoStartManagerConfig
activeDiagnosticPartition - HostDiagnosticPartition
option - OptionValue
optionDef - OptionDef
datastorePrincipal - SOAP::SOAPString
localSwapDatastore - ManagedObjectReference
systemResources - HostSystemResourceInfo
dateTimeInfo - HostDateTimeInfo
flags - HostFlagInfo
adminDisabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#activeDiagnosticPartition ⇒ Object
Returns the value of attribute activeDiagnosticPartition.
-
#adminDisabled ⇒ Object
Returns the value of attribute adminDisabled.
-
#autoStart ⇒ Object
Returns the value of attribute autoStart.
-
#capabilities ⇒ Object
Returns the value of attribute capabilities.
-
#consoleReservation ⇒ Object
Returns the value of attribute consoleReservation.
-
#datastoreCapabilities ⇒ Object
Returns the value of attribute datastoreCapabilities.
-
#datastorePrincipal ⇒ Object
Returns the value of attribute datastorePrincipal.
-
#dateTimeInfo ⇒ Object
Returns the value of attribute dateTimeInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileSystemVolume ⇒ Object
Returns the value of attribute fileSystemVolume.
-
#firewall ⇒ Object
Returns the value of attribute firewall.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#host ⇒ Object
Returns the value of attribute host.
-
#hyperThread ⇒ Object
Returns the value of attribute hyperThread.
-
#localSwapDatastore ⇒ Object
Returns the value of attribute localSwapDatastore.
-
#network ⇒ Object
Returns the value of attribute network.
-
#offloadCapabilities ⇒ Object
Returns the value of attribute offloadCapabilities.
-
#option ⇒ Object
Returns the value of attribute option.
-
#optionDef ⇒ Object
Returns the value of attribute optionDef.
-
#product ⇒ Object
Returns the value of attribute product.
-
#service ⇒ Object
Returns the value of attribute service.
-
#storageDevice ⇒ Object
Returns the value of attribute storageDevice.
-
#systemResources ⇒ Object
Returns the value of attribute systemResources.
-
#virtualMachineReservation ⇒ Object
Returns the value of attribute virtualMachineReservation.
-
#vmotion ⇒ Object
Returns the value of attribute vmotion.
Instance Method Summary collapse
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], host = nil, product = nil, hyperThread = nil, consoleReservation = nil, virtualMachineReservation = nil, storageDevice = nil, fileSystemVolume = nil, network = nil, vmotion = nil, capabilities = nil, datastoreCapabilities = nil, offloadCapabilities = nil, service = nil, firewall = nil, autoStart = nil, activeDiagnosticPartition = nil, option = [], optionDef = [], datastorePrincipal = nil, localSwapDatastore = nil, systemResources = nil, dateTimeInfo = nil, flags = nil, adminDisabled = nil) ⇒ HostConfigInfo
Returns a new instance of HostConfigInfo.
17165 17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 17176 17177 17178 17179 17180 17181 17182 17183 17184 17185 17186 17187 17188 17189 17190 17191 17192 |
# File 'lib/vmware/soap/vim25.rb', line 17165 def initialize(dynamicType = nil, dynamicProperty = [], host = nil, product = nil, hyperThread = nil, consoleReservation = nil, virtualMachineReservation = nil, storageDevice = nil, fileSystemVolume = nil, network = nil, vmotion = nil, capabilities = nil, datastoreCapabilities = nil, offloadCapabilities = nil, service = nil, firewall = nil, autoStart = nil, activeDiagnosticPartition = nil, option = [], optionDef = [], datastorePrincipal = nil, localSwapDatastore = nil, systemResources = nil, dateTimeInfo = nil, flags = nil, adminDisabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @host = host @product = product @hyperThread = hyperThread @consoleReservation = consoleReservation @virtualMachineReservation = virtualMachineReservation @storageDevice = storageDevice @fileSystemVolume = fileSystemVolume @network = network @vmotion = vmotion @capabilities = capabilities @datastoreCapabilities = datastoreCapabilities @offloadCapabilities = offloadCapabilities @service = service @firewall = firewall @autoStart = autoStart @activeDiagnosticPartition = activeDiagnosticPartition @option = option @optionDef = optionDef @datastorePrincipal = datastorePrincipal @localSwapDatastore = localSwapDatastore @systemResources = systemResources @dateTimeInfo = dateTimeInfo @flags = flags @adminDisabled = adminDisabled end |
Instance Attribute Details
#activeDiagnosticPartition ⇒ Object
Returns the value of attribute activeDiagnosticPartition.
17155 17156 17157 |
# File 'lib/vmware/soap/vim25.rb', line 17155 def activeDiagnosticPartition @activeDiagnosticPartition end |
#adminDisabled ⇒ Object
Returns the value of attribute adminDisabled.
17163 17164 17165 |
# File 'lib/vmware/soap/vim25.rb', line 17163 def adminDisabled @adminDisabled end |
#autoStart ⇒ Object
Returns the value of attribute autoStart.
17154 17155 17156 |
# File 'lib/vmware/soap/vim25.rb', line 17154 def autoStart @autoStart end |
#capabilities ⇒ Object
Returns the value of attribute capabilities.
17149 17150 17151 |
# File 'lib/vmware/soap/vim25.rb', line 17149 def capabilities @capabilities end |
#consoleReservation ⇒ Object
Returns the value of attribute consoleReservation.
17143 17144 17145 |
# File 'lib/vmware/soap/vim25.rb', line 17143 def consoleReservation @consoleReservation end |
#datastoreCapabilities ⇒ Object
Returns the value of attribute datastoreCapabilities.
17150 17151 17152 |
# File 'lib/vmware/soap/vim25.rb', line 17150 def datastoreCapabilities @datastoreCapabilities end |
#datastorePrincipal ⇒ Object
Returns the value of attribute datastorePrincipal.
17158 17159 17160 |
# File 'lib/vmware/soap/vim25.rb', line 17158 def datastorePrincipal @datastorePrincipal end |
#dateTimeInfo ⇒ Object
Returns the value of attribute dateTimeInfo.
17161 17162 17163 |
# File 'lib/vmware/soap/vim25.rb', line 17161 def dateTimeInfo @dateTimeInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17139 17140 17141 |
# File 'lib/vmware/soap/vim25.rb', line 17139 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17138 17139 17140 |
# File 'lib/vmware/soap/vim25.rb', line 17138 def dynamicType @dynamicType end |
#fileSystemVolume ⇒ Object
Returns the value of attribute fileSystemVolume.
17146 17147 17148 |
# File 'lib/vmware/soap/vim25.rb', line 17146 def fileSystemVolume @fileSystemVolume end |
#firewall ⇒ Object
Returns the value of attribute firewall.
17153 17154 17155 |
# File 'lib/vmware/soap/vim25.rb', line 17153 def firewall @firewall end |
#flags ⇒ Object
Returns the value of attribute flags.
17162 17163 17164 |
# File 'lib/vmware/soap/vim25.rb', line 17162 def flags @flags end |
#host ⇒ Object
Returns the value of attribute host.
17140 17141 17142 |
# File 'lib/vmware/soap/vim25.rb', line 17140 def host @host end |
#hyperThread ⇒ Object
Returns the value of attribute hyperThread.
17142 17143 17144 |
# File 'lib/vmware/soap/vim25.rb', line 17142 def hyperThread @hyperThread end |
#localSwapDatastore ⇒ Object
Returns the value of attribute localSwapDatastore.
17159 17160 17161 |
# File 'lib/vmware/soap/vim25.rb', line 17159 def localSwapDatastore @localSwapDatastore end |
#network ⇒ Object
Returns the value of attribute network.
17147 17148 17149 |
# File 'lib/vmware/soap/vim25.rb', line 17147 def network @network end |
#offloadCapabilities ⇒ Object
Returns the value of attribute offloadCapabilities.
17151 17152 17153 |
# File 'lib/vmware/soap/vim25.rb', line 17151 def offloadCapabilities @offloadCapabilities end |
#option ⇒ Object
Returns the value of attribute option.
17156 17157 17158 |
# File 'lib/vmware/soap/vim25.rb', line 17156 def option @option end |
#optionDef ⇒ Object
Returns the value of attribute optionDef.
17157 17158 17159 |
# File 'lib/vmware/soap/vim25.rb', line 17157 def optionDef @optionDef end |
#product ⇒ Object
Returns the value of attribute product.
17141 17142 17143 |
# File 'lib/vmware/soap/vim25.rb', line 17141 def product @product end |
#service ⇒ Object
Returns the value of attribute service.
17152 17153 17154 |
# File 'lib/vmware/soap/vim25.rb', line 17152 def service @service end |
#storageDevice ⇒ Object
Returns the value of attribute storageDevice.
17145 17146 17147 |
# File 'lib/vmware/soap/vim25.rb', line 17145 def storageDevice @storageDevice end |
#systemResources ⇒ Object
Returns the value of attribute systemResources.
17160 17161 17162 |
# File 'lib/vmware/soap/vim25.rb', line 17160 def systemResources @systemResources end |
#virtualMachineReservation ⇒ Object
Returns the value of attribute virtualMachineReservation.
17144 17145 17146 |
# File 'lib/vmware/soap/vim25.rb', line 17144 def virtualMachineReservation @virtualMachineReservation end |
#vmotion ⇒ Object
Returns the value of attribute vmotion.
17148 17149 17150 |
# File 'lib/vmware/soap/vim25.rb', line 17148 def vmotion @vmotion end |