ContainX / openstack4j

A Fluent OpenStack SDK / Client Library for Java
http://openstack4j.com
Other
290 stars 367 forks source link

NeutronPort should capture all API response data, including created_at? #911

Open ScottMaclure opened 7 years ago

ScottMaclure commented 7 years ago

http://www.openstack4j.com/learn/network/#ports

http://www.openstack4j.com/javadoc/org/openstack4j/openstack/networking/domain/NeutronPort.html

http://developer.openstack.org/api-ref/networking/v2/?expanded=show-load-balancer-details-detail,show-port-details-detail

I'm after created_at specifically.

auhlig commented 7 years ago

Thanks for filing an issue @ScottMaclure. I agree. Maybe the attribute was introduced later. Would you like to submit a PR and fix the issue?