>     private final List<String> onBuild;
>  
> -
> -   @ConstructorProperties({ "Hostname", "Domainname", "User", "Memory", 
> "MemorySwap", "CpuShares", "AttachStdin",
> +   @SerializedNames({ "Hostname", "Domainname", "User", "Memory", 
> "MemorySwap", "CpuShares", "AttachStdin",

It seems the naming was OK: 
https://docs.docker.com/reference/api/docker_remote_api_v1.12/#create-a-container
I've quickly checked the latest version of the API and the naming hasn't 
changed.
Worth renaming the fields, even if they logo ugly, to keep the serialization 
based on the naming configuration?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/102/files#r19445928

Reply via email to