VmGcProfileSysprepParamsOverrideSpec#

class VmGcProfileSysprepParamsOverrideSpec(general_settings=None, first_logon_commands=None, locale_settings=None, workgroup_or_domain_info=None, network_settings=None, *args, **kwargs)#

Bases: object

Override specification for sysprep parameters. These settings override the corresponding parameters from the referenced profile. Any parameter not specified inherits from the referenced profile.

Parameters:
  • general_settings – (general_settings)

  • first_logon_commands – (first_logon_commands) Override for first logon commands. This overrides the first logon commands from the referenced profile. Commands are executed in the order specified. To completely discard the setting from the referenced profile, specify an empty array as the value.

  • locale_settings – (locale_settings)

  • workgroup_or_domain_info – (workgroup_or_domain_info) Override specification for workgroup or domain information. You can either provide a new workgroup or domain settings or discard the settings from the referenced profile.

  • network_settings – (network_settings)

property first_logon_commands#

Override for first logon commands. This overrides the first logon commands from the referenced profile. Commands are executed in the order specified. To completely discard the setting from the referenced profile, specify an empty array as the value.

Type:

list[ str ]

property general_settings#
Type:

VmGcProfileGeneralSettingsOverrideSpec

property locale_settings#
Type:

VmGcProfileLocaleSettingsOverrideSpec

property network_settings#
Type:

VmGcProfileNetworkSettingsOverrideSpec

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property workgroup_or_domain_info#

Override specification for workgroup or domain information. You can either provide a new workgroup or domain settings or discard the settings from the referenced profile.

Type:

VmGcProfileWorkgroupOverrideSpec | VmGcProfileDomainSettingsOverrideSpec | VmGcProfileDiscardSettings