Full name:
agaetis.public.maven-plugins:maven-vmware-plugin:1.0.0.7:shutdown
Description:
mvn vmware:shutdown -DosType=unix -DguestUsername=gusername -DguestPassword=gpwd -DvixLibPath=./path/to/vixlib -Dusername=myUsername -Dpassword=myPassword
-Dhost=192.168.x.x -DvmxFilepath="/path/to/the/vmx/file"Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| _cmd | String |
- |
(no description) Default value is: shutdown. |
| _guestPassword | String |
- |
Guest password Default value is: none. |
| _guestUsername | String |
- |
Guest username Default value is: none. |
| _host | String |
- |
(no description) Default value is: localhost. |
| _osType | String |
- |
(no description) Default value is: unix. |
| _password | String |
- |
Password for the virtual machine. Default value is: ****. |
| _port | Integer |
- |
(no description) Default value is: 902. |
| _serviceProvider | Integer |
- |
the default value is VMWARE_VI_SERVER Default value is: 10. |
| _shutdownOpt | String |
- |
shutdown option Default value is: now. |
| _username | String |
- |
Username for the virtual machine. It is the user on the remote
machine who can run the vm. This is completely different from the
guest username. Default value is: Anonymous. |
| _version | String |
- |
Plugin version Default value is: ${project.version}. |
| _vixLibPath | String |
- |
Path to the vix lib. Default value is: none. |
| _vmxFilepath | String |
- |
String to define the filepath of the vmx file locally on the vmware
server. e.g : "/var/lib/vmware/Virtual Machines/test/test.vmx" |
| _waitForTools | boolean |
- |
Boolean that defines if after powering on the vm, we should wait
for vmware tools to start. Default value is: false. |
| _waitForToolsTimeout | Integer |
- |
Integer that defines the time to wait before exiting from the
waitToolsInGuest method of the virtual machine. Default value is: 60000. |
_cmd:
java.lang.StringNo${cmd}shutdownjava.lang.StringNo${guestPassword}nonejava.lang.StringNo${guestUsername}nonejava.lang.StringNo${host}localhostjava.lang.StringNo${osType}unixjava.lang.StringNo${password}****java.lang.IntegerNo${port}902java.lang.IntegerNo${serviceProvider}10java.lang.StringNo${shutdownOpt}nowjava.lang.StringNo${username}Anonymousjava.lang.StringNo${project.version}java.lang.StringNo${vixLibPath}nonejava.lang.StringNo${vmxFilepath}booleanNo${waitForTools}falsejava.lang.IntegerNo${waitForToolsTimeout}60000