Package com.morpheusdata.response
Class ProvisionResponse
java.lang.Object
com.morpheusdata.response.ProvisionResponse
- Direct Known Subclasses:
HostResponse
,WorkloadResponse
Results of running a
Workload
-
Field Summary
Modifier and TypeFieldDescriptionThe list of users for Morpheus to create on the ComputeServerSet to true when network customizations were performedThe id of the created serverSet to the hostname of the ComputeServer (optional)Indicates if the agent should be installed on the server by Morpheus.Was the (windows) license applied during customization outside of normal flow.When an error occurs, set the error message hereAgent will not be installed in any way..The private ip address of the created serverThe public ip address of the created serverWait for the network to become active on the ComputeServer before finalizingIndicates if the provision was successfulSet to true when a Windows server was deployed and the image is syspreped or the unattend was customized -
Constructor Summary
-
Method Summary
-
Field Details
-
unattendCustomized
Set to true when a Windows server was deployed and the image is syspreped or the unattend was customized -
externalId
The id of the created server -
publicIp
The public ip address of the created server -
privateIp
The private ip address of the created server -
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 -
createUsers
The list of users for Morpheus to create on the ComputeServer -
success
Indicates if the provision was successful -
customized
Set to true when network customizations were performed -
licenseApplied
Was the (windows) license applied during customization outside of normal flow. Not Morpheus license.. windows license -
poolId
-
hostname
Set to the hostname of the ComputeServer (optional) -
message
When an error occurs, set the error message here -
skipNetworkWait
Wait for the network to become active on the ComputeServer before finalizing
-
-
Constructor Details
-
ProvisionResponse
public ProvisionResponse()
-
-
Method Details
-
setError
-