Method: CustomizationSysprep#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], guiUnattended = nil, userData = nil, guiRunOnce = nil, identification = nil, licenseFilePrintData = nil) ⇒ CustomizationSysprep
Returns a new instance of CustomizationSysprep.
24877 24878 24879 24880 24881 24882 24883 24884 24885 |
# File 'lib/vmware/soap/vim25.rb', line 24877 def initialize(dynamicType = nil, dynamicProperty = [], guiUnattended = nil, userData = nil, guiRunOnce = nil, identification = nil, licenseFilePrintData = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @guiUnattended = guiUnattended @userData = userData @guiRunOnce = guiRunOnce @identification = identification @licenseFilePrintData = licenseFilePrintData end |