> + 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")
@Named here is not needed.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17857030