Sysprep#

class Sysprep(install_type=None, sysprep_script=None, *args, **kwargs)[source]#

Bases: object

If this field is set, the guest will be customized using Sysprep. Either unattend_xml or custom_key_values should be provided. If custom_key_values are provided then the unattended answer file will be generated using these key-value pairs.

Parameters:
property install_type#
Type:

InstallType

property sysprep_script#
Type:

Unattendxml | CustomKeyValues

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model