> +   @Named("address")
> +   private String address;
> +   @Named("protocol_port")
> +   private Integer protocolPort;
> +   // Mandatory attributes that can be updated
> +   @Named("pool_id")
> +   private String poolId;
> +   // Optional attributes that can be updated
> +   @Named("weight")
> +   private Integer weight;
> +   @Named("admin_state_up")
> +   private Boolean adminStateUp;
> +   // Read-only attributes
> +   private String id;
> +   @Named("status")
> +   private Status status;

Status or LoadBalancerStatus? I am thinking Status might be too generic, 
thoughts?

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

Reply via email to