Method: VirtualMachineConfigOption#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, guestOSDescriptor = [], guestOSDefaultIndex = nil, hardwareOptions = nil, capabilities = nil, datastore = nil, defaultDevice = [], supportedMonitorType = []) ⇒ VirtualMachineConfigOption
Returns a new instance of VirtualMachineConfigOption.
23097 23098 23099 23100 23101 23102 23103 23104 23105 23106 23107 23108 23109 |
# File 'lib/vmware/soap/vim25.rb', line 23097 def initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, guestOSDescriptor = [], guestOSDefaultIndex = nil, hardwareOptions = nil, capabilities = nil, datastore = nil, defaultDevice = [], supportedMonitorType = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @version = version @description = description @guestOSDescriptor = guestOSDescriptor @guestOSDefaultIndex = guestOSDefaultIndex @hardwareOptions = hardwareOptions @capabilities = capabilities @datastore = datastore @defaultDevice = defaultDevice @supportedMonitorType = supportedMonitorType end |