Package com.morpheusdata.response
Class InstanceResourceMappingResponse
java.lang.Object
com.morpheusdata.response.InstanceResourceMappingResponse
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 serverMorpheus id of the server to updateIndicates 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 -
serverId
Morpheus id of the server to update -
message
When an error occurs, set the error message here
-
-
Constructor Details
-
InstanceResourceMappingResponse
public InstanceResourceMappingResponse()
-
-
Method Details
-
setError
-