Package | Description |
---|---|
com.vmware.vcenter.guest |
The
com.vmware.vcenter.guest package provides interfaces for managing
guest customization specifications in the vCenter Server. |
Modifier and Type | Method and Description |
---|---|
static UserData |
UserData._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static UserData |
UserData._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UserData |
UserData.Builder.build() |
UserData |
WindowsSysprep.getUserData()
Personal data pertaining to the owner of the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowsSysprep.setUserData(UserData userData)
Personal data pertaining to the owner of the virtual machine.
|
Constructor and Description |
---|
Builder(UserData userData,
GuiUnattended guiUnattended)
Constructor with parameters for the required properties of
WindowsSysprep . |