| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.compute | |
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Method and Description |
|---|---|
Instance.Scheduling |
GoogleComputeEngineServiceAdapter.getScheduling(GoogleComputeEngineTemplateOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static Instance.Scheduling |
Instance.Scheduling.create(Instance.Scheduling.OnHostMaintenance onHostMaintenance,
boolean automaticRestart,
boolean preemptible) |
abstract Instance.Scheduling |
NewInstance.scheduling() |
abstract Instance.Scheduling |
Instance.scheduling() |
| Modifier and Type | Method and Description |
|---|---|
static Instance |
Instance.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Tags tags,
URI machineType,
Instance.Status status,
String statusMessage,
URI zone,
Boolean canIpForward,
List<Instance.NetworkInterface> networkInterfaces,
List<Instance.AttachedDisk> disks,
Metadata metadata,
List<Instance.ServiceAccount> serviceAccounts,
Instance.Scheduling scheduling) |
NewInstance.Builder |
NewInstance.Builder.scheduling(Instance.Scheduling scheduling) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.