[
https://issues.apache.org/jira/browse/JCLOUDS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14204103#comment-14204103
]
Adrian Cole commented on JCLOUDS-172:
-------------------------------------
Last major api-affecting refactor of GCE:
https://github.com/jclouds/jclouds-labs-google/pull/88
Avails the following cleaner code, as project is now implicit like all other
GCE tools.
{code}
api.instances().create(NewInstance.create("foo", machineType, network,
sourceImage));
// or
api.instancesInZone("us-central1-f").list();
{code}
This also supports avoiding an extra api call when you already know the project
name.
{code}
overrides.setProperty("jclouds.google-compute-engine.project-name",
"jclouds-dev");
{code}
> "Graduate" GCE to core
> ----------------------
>
> Key: JCLOUDS-172
> URL: https://issues.apache.org/jira/browse/JCLOUDS-172
> Project: jclouds
> Issue Type: Task
> Components: jclouds-labs-google
> Affects Versions: 1.8.0
> Reporter: Andrew Bayer
> Assignee: Adrian Cole
> Priority: Critical
>
> We should really get GCE to a "finished" state and include it in 1.7.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)