| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Instance.NetworkInterface> |
Instance.networkInterfaces |
| Modifier and Type | Method and Description |
|---|---|
Instance.NetworkInterface |
Instance.NetworkInterface.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Instance.NetworkInterface> |
Instance.getNetworkInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addNetworkInterface(Instance.NetworkInterface networkInterface) |
Instance.NetworkInterface.Builder |
Instance.NetworkInterface.Builder.fromNetworkInterface(Instance.NetworkInterface in) |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.networkInterfaces(Set<Instance.NetworkInterface> networkInterfaces) |
| 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.