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 Domain |
Domain._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 Domain |
Domain._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Domain |
Domain.Builder.build() |
Domain |
WindowsSysprep.getDomain()
Information needed to join a workgroup or domain.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowsSysprep.setDomain(Domain domain)
Information needed to join a workgroup or domain.
|
WindowsSysprep.Builder |
WindowsSysprep.Builder.setDomain(Domain domain)
Information needed to join a workgroup or domain.
|