> +   private Integer timeout;
> +   @Named("max_retries")
> +   private Integer maxRetries;
> +   // Optional attributes that can be updated
> +   @Named("http_method")
> +   private HttpMethod httpMethod;
> +   @Named("url_path")
> +   private String urlPath;
> +   @Named("expected_codes")
> +   private String expectedCodes;
> +   @Named("admin_state_up")
> +   private Boolean adminStateUp;
> +   // Read-only attributes
> +   @Named("id")
> +   private String id;
> +   @Named("pools")

Stupid question...do we need `@Named` if the field name is the same?

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

Reply via email to