Uses of Class
org.jclouds.googlecomputeengine.domain.NewInstance
Packages that use NewInstance
-
Uses of NewInstance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return NewInstanceModifier and TypeMethodDescriptionNewInstance.Builder.build()
static NewInstance
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 NewInstanceModifier and TypeMethodDescriptionInstanceApi.create
(NewInstance template) Creates a instance resource in the specified project using the data included in the request.