| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Class and Description |
|---|---|
static class |
Instance.PersistentAttachedDisk |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Instance.AttachedDisk> |
Instance.disks |
| Modifier and Type | Method and Description |
|---|---|
static Instance.AttachedDisk |
Instance.AttachedDisk.ephemeralDiskAtIndex(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
Set<Instance.AttachedDisk> |
Instance.getDisks() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addDisk(Instance.AttachedDisk disk) |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.disks(Set<Instance.AttachedDisk> disks) |
| Constructor and Description |
|---|
Instance(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Instance.Tags tags,
URI machineType,
Instance.Status status,
String statusMessage,
URI zone,
Set<Instance.NetworkInterface> networkInterfaces,
Set<Instance.AttachedDisk> disks,
Metadata metadata,
Set<Instance.ServiceAccount> serviceAccounts) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.