Uses of Class
org.jclouds.googlecomputeengine.domain.NewInstance
-
Packages that use NewInstance Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of NewInstance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return NewInstance Modifier and Type Method Description NewInstance
NewInstance.Builder. build()
static NewInstance
NewInstance. create(String name, URI machineType, URI network, URI subnetwork, URI sourceImage)
Convenience for creating a new instance with only a boot disk and minimal parameters.static NewInstance
NewInstance. create(String name, URI machineType, URI network, URI subnetwork, List<AttachDisk> disks, String description, Tags tags)
-
Uses of NewInstance in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type NewInstance Modifier and Type Method Description Operation
InstanceApi. create(NewInstance template)
Creates a instance resource in the specified project using the data included in the request.
-