Class: VirtualMachineBootOptions
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineBootOptions
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineBootOptions
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
bootDelay - SOAP::SOAPLong
enterBIOSSetup - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#bootDelay ⇒ Object
Returns the value of attribute bootDelay.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enterBIOSSetup ⇒ Object
Returns the value of attribute enterBIOSSetup.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], bootDelay = nil, enterBIOSSetup = nil) ⇒ VirtualMachineBootOptions
constructor
A new instance of VirtualMachineBootOptions.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], bootDelay = nil, enterBIOSSetup = nil) ⇒ VirtualMachineBootOptions
Returns a new instance of VirtualMachineBootOptions.
22835 22836 22837 22838 22839 22840 |
# File 'lib/vmware/soap/vim25.rb', line 22835 def initialize(dynamicType = nil, dynamicProperty = [], bootDelay = nil, enterBIOSSetup = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @bootDelay = bootDelay @enterBIOSSetup = enterBIOSSetup end |
Instance Attribute Details
#bootDelay ⇒ Object
Returns the value of attribute bootDelay.
22832 22833 22834 |
# File 'lib/vmware/soap/vim25.rb', line 22832 def bootDelay @bootDelay end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22831 22832 22833 |
# File 'lib/vmware/soap/vim25.rb', line 22831 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22830 22831 22832 |
# File 'lib/vmware/soap/vim25.rb', line 22830 def dynamicType @dynamicType end |
#enterBIOSSetup ⇒ Object
Returns the value of attribute enterBIOSSetup.
22833 22834 22835 |
# File 'lib/vmware/soap/vim25.rb', line 22833 def enterBIOSSetup @enterBIOSSetup end |