InstanceException This exception is thrown if
- the instance already exists.
- an invalid or insufficient config. is supplied.
- an exception occurred during instance creation.
public void
deleteInstance()
Deletes an instance identified by the given name.
(Should we stop the instance before deleting the instance?)
throws
InstanceException This exception is thrown if
- the instance doesnot exist.
- an exception occurred while deleting the instance.