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 HostnameGenerator |
HostnameGenerator._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 HostnameGenerator |
HostnameGenerator._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HostnameGenerator |
HostnameGenerator.Builder.build() |
HostnameGenerator |
UserData.getComputerName()
The computer name of the (Windows) virtual machine.
|
HostnameGenerator |
LinuxConfiguration.getHostname()
The network host name of the Linux virtual machine.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.setComputerName(HostnameGenerator computerName)
The computer name of the (Windows) virtual machine.
|
void |
LinuxConfiguration.setHostname(HostnameGenerator hostname)
The network host name of the Linux virtual machine.
|
Constructor and Description |
---|
Builder(HostnameGenerator hostname,
java.lang.String domain)
Constructor with parameters for the required properties of
LinuxConfiguration . |
Builder(HostnameGenerator computerName,
java.lang.String fullName,
java.lang.String organization,
java.lang.String productKey)
Constructor with parameters for the required properties of
UserData . |