deploymentName - Unique identifier of the deployment. Must be unique across all deployments.
runtimeName - Name by which the deployment should be known within a server's runtime. This would be
equivalent to the file name of a deployment file, and would form the basis for such things as default
Java Enterprise Edition application and module names.
This would typically be the same as 'name', but in some cases users may wish to have two deployments with
the same 'runtime-name' (e.g. two versions of "foo.war") both available in the deployment content repository,
in which case the deployments would need to have distinct 'name' values but would have the same 'runtime-name'.
content - Content that comprise the deployment.
enabled - Boolean indicating whether the deployment content is currently deployed in the runtime
(or should be deployed in the runtime the next time the server starts.)