Unattendxml#
- class Unattendxml(value=None, *args, **kwargs)#
Bases:
object
This field contains a Sysprep unattend xml definition, as a string. The value must be base64 encoded.
- Parameters:
value (max=32000 chars) – (
value
) Value of Sysprep unattend xml definition. The value must be base64 encoded.
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property value#
Value of Sysprep unattend xml definition. The value must be base64 encoded.
- Type:
str