andreaturli commented on this pull request.
> + properties.put(TEMPLATE,
> "osFamily=UBUNTU,os64Bit=true,osVersionMatches=14.*");
+ properties.put(TIMEOUT_NODE_RUNNING, 300000); // 5 mins
+ return properties;
+ }
+
+ public static class Builder extends BaseHttpApiMetadata.Builder<PacketApi,
Builder> {
+
+ protected Builder() {
+ id("packet")
+ .name("Packet API")
+ .identityName("We can use project Id")
+ .credentialName("Must be Token")
+
.documentation(URI.create("https://www.packet.net/help/api/#"))
+ .defaultEndpoint("https://api.packet.net")
+ .defaultProperties(PacketApiMetadata.defaultProperties())
+ .view(typeToken(ComputeServiceContext.class))
ok
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/340