VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for WindowsConfiguration. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of WindowsConfiguration. | |
Builder | SetReboot (vmware.vcenter.guest.WindowsConfiguration.RebootOption reboot) |
A value specifying the action that should be taken after customization. | |
Builder | SetSysprep (vmware.vcenter.guest.WindowsSysprep sysprep) |
Customization settings like user details, administrator details, etc for the windows guest operating system. | |
Builder | SetSysprepXml (string sysprepXml) |
All settings specified in a XML format. | |
WindowsConfiguration | Build () |
Builder class for WindowsConfiguration.
vmware::vcenter::guest::WindowsConfiguration::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of WindowsConfiguration.
WindowsConfiguration vmware::vcenter::guest::WindowsConfiguration::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::guest::WindowsConfiguration::Builder::SetReboot | ( | vmware.vcenter.guest.WindowsConfiguration.RebootOption | reboot | ) | [inline] |
A value specifying the action that should be taken after customization.
This attribute was added in vSphere API 7.0.0.
Builder vmware::vcenter::guest::WindowsConfiguration::Builder::SetSysprep | ( | vmware.vcenter.guest.WindowsSysprep | sysprep | ) | [inline] |
Customization settings like user details, administrator details, etc for the windows guest operating system.
Exactly one of sysprep
or sysprepXml
must be specified. This attribute was added in vSphere API 7.0.0.
Builder vmware::vcenter::guest::WindowsConfiguration::Builder::SetSysprepXml | ( | string | sysprepXml | ) | [inline] |
All settings specified in a XML format.
This is the content of a typical answer.xml file that is used by System administrators during the Windows image customization. Check https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/update-windows-settings-and-scripts-create-your-own-answer-file-sxs Exactly one of sysprep
or sysprepXml
must be specified. This attribute was added in vSphere API 7.0.0.