> + @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 renamed to LBaaSStatus
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17913946