VmGcProfileGeneralSettingsOverrideSpec#
- class VmGcProfileGeneralSettingsOverrideSpec(computer_name=None, timezone=None, administrator_password=None, auto_logon_settings=None, windows_product_key=None, registered_owner=None, registered_organization=None, *args, **kwargs)#
Bases:
objectOverride specification for general Windows unattended installation settings. These settings override the corresponding general settings from the referenced profile. To completely discard the setting from the referenced profile, specify an empty object as the value.
- Parameters:
computer_name – (
computer_name) Override mechanism for computer name generation. You can either use the VM name, provide a computer name, or discard the setting from the referenced profile. If using a VM name or computer name, meet the sysprep’s computer name requirements; otherwise, the request would fail.timezone – (
timezone) Override for timezone setting. You can either provide a new timezone value or discard the setting from the referenced profile. For valid timezone values, refer to Windows sysprep documentation.administrator_password – (
administrator_password) Override for administrator password. You can either provide a new password or discard the setting from the referenced profile.auto_logon_settings – (
auto_logon_settings)windows_product_key – (
windows_product_key) Override for Windows product key. You can either provide a new product key or discard the setting from the referenced profile. Note that entering an invalid product key causes Windows Setup to fail.registered_owner – (
registered_owner) Override for registered owner information. You can either provide new owner details or discard the setting from the referenced profile.registered_organization – (
registered_organization) Override for registered organization information. You can either provide new organization details or discard the setting from the referenced profile.
- property administrator_password#
Override for administrator password. You can either provide a new password or discard the setting from the referenced profile.
- property auto_logon_settings#
- property computer_name#
Override mechanism for computer name generation. You can either use the VM name, provide a computer name, or discard the setting from the referenced profile. If using a VM name or computer name, meet the sysprep’s computer name requirements; otherwise, the request would fail.
- property registered_organization#
Override for registered organization information. You can either provide new organization details or discard the setting from the referenced profile.
- property registered_owner#
Override for registered owner information. You can either provide new owner details or discard the setting from the referenced profile.
- property timezone#
Override for timezone setting. You can either provide a new timezone value or discard the setting from the referenced profile. For valid timezone values, refer to Windows sysprep documentation.
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property windows_product_key#
Override for Windows product key. You can either provide a new product key or discard the setting from the referenced profile. Note that entering an invalid product key causes Windows Setup to fail.