Class: CustomizationSysprep

Inherits:
CustomizationIdentitySettings show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CustomizationSysprep

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
guiUnattended - CustomizationGuiUnattended
userData - CustomizationUserData
guiRunOnce - CustomizationGuiRunOnce
identification - CustomizationIdentification
licenseFilePrintData - CustomizationLicenseFilePrintData

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], guiUnattended = nil, userData = nil, guiRunOnce = nil, identification = nil, licenseFilePrintData = nil) ⇒ CustomizationSysprep

Returns a new instance of CustomizationSysprep.

[View source]

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


24870
24871
24872
# File 'lib/vmware/soap/vim25.rb', line 24870

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


24869
24870
24871
# File 'lib/vmware/soap/vim25.rb', line 24869

def dynamicType
  @dynamicType
end

#guiRunOnceObject

Returns the value of attribute guiRunOnce.


24873
24874
24875
# File 'lib/vmware/soap/vim25.rb', line 24873

def guiRunOnce
  @guiRunOnce
end

#guiUnattendedObject

Returns the value of attribute guiUnattended.


24871
24872
24873
# File 'lib/vmware/soap/vim25.rb', line 24871

def guiUnattended
  @guiUnattended
end

#identificationObject

Returns the value of attribute identification.


24874
24875
24876
# File 'lib/vmware/soap/vim25.rb', line 24874

def identification
  @identification
end

#licenseFilePrintDataObject

Returns the value of attribute licenseFilePrintData.


24875
24876
24877
# File 'lib/vmware/soap/vim25.rb', line 24875

def licenseFilePrintData
  @licenseFilePrintData
end

#userDataObject

Returns the value of attribute userData.


24872
24873
24874
# File 'lib/vmware/soap/vim25.rb', line 24872

def userData
  @userData
end