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

Builder class for GuiUnattended. More...

List of all members.

Public Member Functions

 Builder (bool autoLogon, long autoLogonCount, long timeZone)
 Constructor with parameters for the required properties of GuiUnattended.
Builder SetPassword (char[] password)
 The new administrator password for the machine.
GuiUnattended Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::guest::GuiUnattended::Builder::Builder ( bool  autoLogon,
long  autoLogonCount,
long  timeZone 
) [inline]

Constructor with parameters for the required properties of GuiUnattended.


Member Function Documentation

GuiUnattended vmware::vcenter::guest::GuiUnattended::Builder::Build ( ) [inline]
Builder vmware::vcenter::guest::GuiUnattended::Builder::SetPassword ( char[]  password) [inline]

The new administrator password for the machine.

To specify that the password should be set to blank (that is, no password), leave it unset. This attribute was added in vSphere API 7.0.0.


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