エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Apache jclouds® :: Home
ComputeService compute = ContextBuilder.newBuilder("aws-ec2") .credentials("identity", "credentia... ComputeService compute = ContextBuilder.newBuilder("aws-ec2") .credentials("identity", "credential") .buildView(ComputeServiceContext.class) .getComputeService(); Template template = compute.templateBuilder() .osFamily(OsFamily.UBUNTU) .minRam(2048) .options(inboundPorts(22, 80)) .build(); compute.createNodesInGroup("jclouds", 1, template); BlobStore blobStore = ContextBuilder.newBuilder("aws-s3")
2014/06/17 リンク