Class: HostBootDeviceInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostBootDeviceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostBootDeviceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
bootDevices - HostBootDevice
currentBootDeviceKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#bootDevices ⇒ Object
Returns the value of attribute bootDevices.
-
#currentBootDeviceKey ⇒ Object
Returns the value of attribute currentBootDeviceKey.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], bootDevices = [], currentBootDeviceKey = nil) ⇒ HostBootDeviceInfo
constructor
A new instance of HostBootDeviceInfo.
Constructor Details
permalink #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 |
Instance Attribute Details
permalink #bootDevices ⇒ Object
Returns the value of attribute bootDevices.
16976 16977 16978 |
# File 'lib/vmware/soap/vim25.rb', line 16976 def bootDevices @bootDevices end |
permalink #currentBootDeviceKey ⇒ Object
Returns the value of attribute currentBootDeviceKey.
16977 16978 16979 |
# File 'lib/vmware/soap/vim25.rb', line 16977 def currentBootDeviceKey @currentBootDeviceKey end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16975 16976 16977 |
# File 'lib/vmware/soap/vim25.rb', line 16975 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16974 16975 16976 |
# File 'lib/vmware/soap/vim25.rb', line 16974 def dynamicType @dynamicType end |