Class: VirtualMachineBootOptions

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#bootDelayObject

Returns the value of attribute bootDelay.



22832
22833
22834
# File 'lib/vmware/soap/vim25.rb', line 22832

def bootDelay
  @bootDelay
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22831
22832
22833
# File 'lib/vmware/soap/vim25.rb', line 22831

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22830
22831
22832
# File 'lib/vmware/soap/vim25.rb', line 22830

def dynamicType
  @dynamicType
end

#enterBIOSSetupObject

Returns the value of attribute enterBIOSSetup.



22833
22834
22835
# File 'lib/vmware/soap/vim25.rb', line 22833

def enterBIOSSetup
  @enterBIOSSetup
end