> + *      doc</a>
> + */
> +public class Network {
> +
> +   private String id;
> +   private NetworkStatus status;
> +   private Set<String> subnets;
> +
> +   private String name;
> +   @Named("admin_state_up")
> +   private Boolean adminStateUp;
> +   private Boolean shared;
> +   @Named("tenant_id")
> +   private String tenantId;
> +
> +   // providernet.py: Provider Networks Extension

There has to be a better way to handle these extension fields! I just don't 
know what it is yet... Thanks for commenting on the actual Neutron extension, 
however I think that flipping the comment order will be easier to read:
`// Provider Networks Extension: providernet.py`

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

Reply via email to