Class: HostBootDeviceInfo

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

Overview

urn:vim25HostBootDeviceInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
bootDevices - HostBootDevice
currentBootDeviceKey - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostBootDeviceInfo.

[View source]

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

Instance Attribute Details

#bootDevicesObject

Returns the value of attribute bootDevices.


16976
16977
16978
# File 'lib/vmware/soap/vim25.rb', line 16976

def bootDevices
  @bootDevices
end

#currentBootDeviceKeyObject

Returns the value of attribute currentBootDeviceKey.


16977
16978
16979
# File 'lib/vmware/soap/vim25.rb', line 16977

def currentBootDeviceKey
  @currentBootDeviceKey
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


16975
16976
16977
# File 'lib/vmware/soap/vim25.rb', line 16975

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


16974
16975
16976
# File 'lib/vmware/soap/vim25.rb', line 16974

def dynamicType
  @dynamicType
end