Sysprep#
- class Sysprep(install_type=None, sysprep_script=None, *args, **kwargs)#
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:
install_type – (
install_type
)sysprep_script – (
sysprep_script
) The Sysprep script for guest customisation of VM.
- property install_type#
- Type:
- property sysprep_script#
The Sysprep script for guest customisation of VM.
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model