Class: CustomizationSysprep
- Inherits:
-
CustomizationIdentitySettings
- Object
- DynamicData
- CustomizationIdentitySettings
- CustomizationSysprep
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#guiRunOnce ⇒ Object
Returns the value of attribute guiRunOnce.
-
#guiUnattended ⇒ Object
Returns the value of attribute guiUnattended.
-
#identification ⇒ Object
Returns the value of attribute identification.
-
#licenseFilePrintData ⇒ Object
Returns the value of attribute licenseFilePrintData.
-
#userData ⇒ Object
Returns the value of attribute userData.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], guiUnattended = nil, userData = nil, guiRunOnce = nil, identification = nil, licenseFilePrintData = nil) ⇒ CustomizationSysprep
constructor
A new instance of CustomizationSysprep.
Constructor Details
permalink #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 |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24870 24871 24872 |
# File 'lib/vmware/soap/vim25.rb', line 24870 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24869 24870 24871 |
# File 'lib/vmware/soap/vim25.rb', line 24869 def dynamicType @dynamicType end |
permalink #guiRunOnce ⇒ Object
Returns the value of attribute guiRunOnce.
24873 24874 24875 |
# File 'lib/vmware/soap/vim25.rb', line 24873 def guiRunOnce @guiRunOnce end |
permalink #guiUnattended ⇒ Object
Returns the value of attribute guiUnattended.
24871 24872 24873 |
# File 'lib/vmware/soap/vim25.rb', line 24871 def guiUnattended @guiUnattended end |
permalink #identification ⇒ Object
Returns the value of attribute identification.
24874 24875 24876 |
# File 'lib/vmware/soap/vim25.rb', line 24874 def identification @identification end |
permalink #licenseFilePrintData ⇒ Object
Returns the value of attribute licenseFilePrintData.
24875 24876 24877 |
# File 'lib/vmware/soap/vim25.rb', line 24875 def licenseFilePrintData @licenseFilePrintData end |
permalink #userData ⇒ Object
Returns the value of attribute userData.
24872 24873 24874 |
# File 'lib/vmware/soap/vim25.rb', line 24872 def userData @userData end |