>
> @ConstructorProperties({
> - "accountId", "createDate", "dedicatedAccountHostOnlyFlag",
> "domain", "fullyQualifiedDomainName", "hostname", "id", "lastVerifiedDate",
> "maxCpu", "maxCpuUnits", "maxMemory", "metricPollDate", "modifyDate",
> "notes", "privateNetworkOnlyFlag", "startCpus", "statusId", "uuid",
> "primaryBackendIpAddress", "primaryIpAddress", "billingItem",
> "operatingSystem", "datacenter", "powerState"
> + "accountId", "createDate", "dedicatedAccountHostOnlyFlag",
> "domain", "fullyQualifiedDomainName", "hostname",
Make sure that all fields which name is different than the serialized form
(such as the `dedicatedAccountHostOnly` one) also have the corresponding
`@Named` annotation in the field itself.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r10277095