VmGcProfileAnswerFileOverrideSpec#
- class VmGcProfileAnswerFileOverrideSpec(unattend_xml=None, *args, **kwargs)#
Bases:
objectCustom unattend.xml file for sysprep configuration. When provided, this completely overrides the unattend.xml from the referenced profile.
- Parameters:
unattend_xml (required min=1 chars, max=100000 chars) – (
unattend_xml) The custom unattend.xml file content as a string. This replaces the unattend.xml from the referenced VM Guest Customization Profile. Note that double quotes in the XML file must 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 custom unattend.xml file content as a string. This replaces the unattend.xml from the referenced VM Guest Customization Profile. Note that double quotes in the XML file must be escaped to maintain correctness.
- Type:
str