VmGcProfileAnswerFile#
- class VmGcProfileAnswerFile(unattend_xml=None, *args, **kwargs)#
Bases:
objectThe answer file (unattend.xml) for sysprep configured the VM Guest Customization Profile.
- Parameters:
unattend_xml (required min=1 chars, max=100000 chars) – (
unattend_xml) The unattend XML file as a string value. Note that double quotes in the XML file need to be escaped to maintain correctness.
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property unattend_xml#
The unattend XML file as a string value. Note that double quotes in the XML file need to be escaped to maintain correctness.
- Type:
str