Method: HostBootDeviceInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], bootDevices = [], currentBootDeviceKey = nil) ⇒ HostBootDeviceInfo

Returns a new instance of HostBootDeviceInfo.



16979
16980
16981
16982
16983
16984
# File 'lib/vmware/soap/vim25.rb', line 16979

def initialize(dynamicType = nil, dynamicProperty = [], bootDevices = [], currentBootDeviceKey = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @bootDevices = bootDevices
  @currentBootDeviceKey = currentBootDeviceKey
end