Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.6.0
-
None
-
Openstack
Description
When I dump the contents of an instance of ComputeMetadata, I see that the instance type - in this case m1.tiny, exists as a part of "hardware" . I'd like to have a method to get to the "hardware"
Here is an example :
{id=......, hardware={id=RegionOne/1, providerId=1, name=m1.tiny, location=
, ......}
Can we have a method as shown below :
getHardware.getName();