updateHost(UpdateHostType updateHostInput)
Updates a running host.
UpdateHostType parameters:
applicationID identifies the application to use.
host is a HostType object specifying the host to add.
directories allows you to specify directories using a full path and a name. These directories are associated with hosts and created when the host is provisioned.
forceUpdate indicates that the Application Controller will attempt to force the conditions under which the update can take place, by stopping running components or services.
Throws:
EACFault is the error message returned by the Application Controller when the method fails.
ProvisioningFault is a list of provisioning errors and a list of provisioning warnings thrown when there are fatal errors during provisioning.
Returns: