Package com.morpheusdata.response
Class AppProvisionResponse
java.lang.Object
com.morpheusdata.response.AppProvisionResponse
Results of running a
App
-
Field Summary
Modifier and TypeFieldDescriptionA map of instance ids that failed to provision.Set to the hostname of the ComputeServer (optional)Indicates if the agent should be installed on the server by Morpheus.A list of instance ids to finalizeWhen an error occurs, set the error message hereAgent will not be installed in any way..Indicates if the provision was successful -
Constructor Summary
-
Method Summary
-
Field Details
-
success
Indicates if the provision was successful -
instanceFinalizeList
A list of instance ids to finalize -
failedInstances
A map of instance ids that failed to provision. Each entry is an instance id (key) and a failure message (value) -
installAgent
Indicates if the agent should be installed on the server by Morpheus. Setting this to false does not necessarily mean that the agent will not be installed as it may be installed via cloudinit. -
noAgent
Agent will not be installed in any way.. don't wait for it -
hostname
Set to the hostname of the ComputeServer (optional) -
message
When an error occurs, set the error message here
-
-
Constructor Details
-
AppProvisionResponse
public AppProvisionResponse()
-
-
Method Details
-
setError
-