> +   @Named("tenant_id")
> +   private String tenantId;
> +   // Only mandatory attribute when creating
> +   @Named("floating_network_id")
> +   private String floatingNetworkId;
> +   @Named("fixed_ip_address")
> +   private String fixedIpAddress;
> +   @Named("floating_ip_address")
> +   private String floatingIpAddress;
> +   @Named("port_id")
> +   private String portId;
> +
> +   /**
> +    * Deserialization constructor
> +    */
> +   @ConstructorProperties({"id", "router_id", "tenant_id", 
> "floating_network_id", "fixed_ip_address",

I don't have a particular preference outside consistency here. I think I will 
remove them where they are present - seems like less changes right now.

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

Reply via email to