Method: VirtualMachineConfigInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], changeVersion = nil, modified = nil, name = nil, guestFullName = nil, version = nil, uuid = nil, npivNodeWorldWideName = [], npivPortWorldWideName = [], npivWorldWideNameType = nil, locationId = nil, template = nil, guestId = nil, alternateGuestName = nil, annotation = nil, files = nil, tools = nil, flags = nil, consolePreferences = nil, defaultPowerOps = nil, hardware = nil, cpuAllocation = nil, memoryAllocation = nil, cpuAffinity = nil, memoryAffinity = nil, networkShaper = nil, extraConfig = [], cpuFeatureMask = [], datastoreUrl = [], swapPlacement = nil, bootOptions = nil) ⇒ VirtualMachineConfigInfo
Returns a new instance of VirtualMachineConfigInfo.
23036 23037 23038 23039 23040 23041 23042 23043 23044 23045 23046 23047 23048 23049 23050 23051 23052 23053 23054 23055 23056 23057 23058 23059 23060 23061 23062 23063 23064 23065 23066 23067 23068 23069 |
# File 'lib/vmware/soap/vim25.rb', line 23036 def initialize(dynamicType = nil, dynamicProperty = [], changeVersion = nil, modified = nil, name = nil, guestFullName = nil, version = nil, uuid = nil, npivNodeWorldWideName = [], npivPortWorldWideName = [], npivWorldWideNameType = nil, locationId = nil, template = nil, guestId = nil, alternateGuestName = nil, annotation = nil, files = nil, tools = nil, flags = nil, consolePreferences = nil, defaultPowerOps = nil, hardware = nil, cpuAllocation = nil, memoryAllocation = nil, cpuAffinity = nil, memoryAffinity = nil, networkShaper = nil, extraConfig = [], cpuFeatureMask = [], datastoreUrl = [], swapPlacement = nil, bootOptions = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @changeVersion = changeVersion @modified = modified @name = name @guestFullName = guestFullName @version = version @uuid = uuid @npivNodeWorldWideName = npivNodeWorldWideName @npivPortWorldWideName = npivPortWorldWideName @npivWorldWideNameType = npivWorldWideNameType @locationId = locationId @template = template @guestId = guestId @alternateGuestName = alternateGuestName @annotation = annotation @files = files @tools = tools @flags = flags @consolePreferences = consolePreferences @defaultPowerOps = defaultPowerOps @hardware = hardware @cpuAllocation = cpuAllocation @memoryAllocation = memoryAllocation @cpuAffinity = cpuAffinity @memoryAffinity = memoryAffinity @networkShaper = networkShaper @extraConfig = extraConfig @cpuFeatureMask = cpuFeatureMask @datastoreUrl = datastoreUrl @swapPlacement = swapPlacement @bootOptions = bootOptions end |