VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::guest::WindowsSysprep::Builder Class Reference

Builder class for WindowsSysprep. More...

List of all members.

Public Member Functions

 Builder (vmware.vcenter.guest.UserData userData, vmware.vcenter.guest.GuiUnattended guiUnattended)
 Constructor with parameters for the required properties of WindowsSysprep.
Builder SetGuiRunOnceCommands (global::System.Collections.Generic.List< string > guiRunOnceCommands)
 A list of commands to run at first user logon, after customizing the guest.
Builder SetDomain (vmware.vcenter.guest.Domain domain)
 Information needed to join a workgroup or domain.
WindowsSysprep Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::guest::WindowsSysprep::Builder::Builder ( vmware.vcenter.guest.UserData  userData,
vmware.vcenter.guest.GuiUnattended  guiUnattended 
) [inline]

Constructor with parameters for the required properties of WindowsSysprep.


Member Function Documentation

WindowsSysprep vmware::vcenter::guest::WindowsSysprep::Builder::Build ( ) [inline]
Builder vmware::vcenter::guest::WindowsSysprep::Builder::SetDomain ( vmware.vcenter.guest.Domain  domain) [inline]

Information needed to join a workgroup or domain.

This attribute was added in vSphere API 7.0.0.

Builder vmware::vcenter::guest::WindowsSysprep::Builder::SetGuiRunOnceCommands ( global::System.Collections.Generic.List< string >  guiRunOnceCommands) [inline]

A list of commands to run at first user logon, after customizing the guest.

These commands are directly mapped to the GuiRunOnce key in the sysprep.xml answer file. These commands are transferred into the sysprep.xml file that VirtualCenter stores on the target virtual disk. For more information about performing unattended installation, check https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx The commands listed here ar executed when a user logs on the first time after customization completes. The logon may be driven by GuiUnattended.autoLogon setting. These commands are directly mapped to the GuiRunOnce key in the. This attribute was added in vSphere API 7.0.0.


The documentation for this class was generated from the following file: