You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Shankar (JIRA)" <ji...@apache.org> on 2013/06/18 19:50:20 UTC

[jira] [Created] (JCLOUDS-133) need a method to get the intance type (eg. m1.tiny) from the computeMetadata

Shankar created JCLOUDS-133:
-------------------------------

             Summary: need a method to get the intance type (eg. m1.tiny) from the computeMetadata 
                 Key: JCLOUDS-133
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-133
             Project: jclouds
          Issue Type: Improvement
          Components: jclouds-labs-openstack
    Affects Versions: 1.6.0
         Environment: Openstack
            Reporter: Shankar
             Fix For: 1.6.1


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={scope=ZONE, id=RegionOne, description=RegionOne, parent=openstack-nova}, ......}

Can we have a method as shown below : 
getHardware.getName();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira