| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features |
| Modifier and Type | Method and Description |
|---|---|
NewInstance |
NewInstance.Builder.build() |
static NewInstance |
NewInstance.create(String name,
URI machineType,
URI network,
List<AttachDisk> disks,
String description,
Tags tags) |
static NewInstance |
NewInstance.create(String name,
URI machineType,
URI network,
URI sourceImage)
Convenience for creating a new instance with only a boot disk and minimal parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
InstanceApi.create(NewInstance template)
Creates a instance resource in the specified project using the data included in the request.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.