Package com.morpheusdata.response
Class WorkloadResourceMappingResponse
java.lang.Object
com.morpheusdata.response.WorkloadResourceMappingResponse
Results of running resolving the Iac resource mapping for a
Workload
- Since:
- 0.15.10
-
Field Summary
Modifier and TypeFieldDescriptionIndicates if the agent should be installed on the server by Morpheus.When an error occurs, set the error message hereAgent will not be installed, don't wait for itThe private ip address of the created serverThe public ip address of the created serverIndicates if the lookup and mapping was successful -
Constructor Summary
-
Method Summary
-
Field Details
-
success
Indicates if the lookup and mapping was successful -
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, don't wait for it -
message
When an error occurs, set the error message here
-
-
Constructor Details
-
WorkloadResourceMappingResponse
public WorkloadResourceMappingResponse()
-
-
Method Details
-
setError
-