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 |
---|---|
Domain.Builder |
Domain.Builder.setDomain(java.lang.String domain)
The domain to which the virtual machine should be joined.
|
Domain.Builder |
Domain.Builder.setDomainOU(java.lang.String domainOU)
The MachineObjectOU which specifies the full LDAP path name of the OU to which
the virtual machine belongs.
|
Domain.Builder |
Domain.Builder.setDomainPassword(char[] domainPassword)
The domain user password that has permission to join the
Domain.getDomainUsername() after customization. |
Domain.Builder |
Domain.Builder.setDomainUsername(java.lang.String domainUsername)
The domain user that has permission to join the domain after virtual machine is
joined.
|
Domain.Builder |
Domain.Builder.setWorkgroup(java.lang.String workgroup)
The workgroup that the virtual machine should join.
|