| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Metadata |
Instance.metadata |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.Builder.build() |
Metadata |
Project.getCommonInstanceMetadata() |
Metadata |
Instance.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.commonInstanceMetadata(Metadata commonInstanceMetadata) |
Metadata.Builder |
Metadata.Builder.fromMetadata(Metadata in) |
Instance.Builder |
Instance.Builder.metadata(Metadata metadata) |
| 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) |
Project(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Metadata commonInstanceMetadata,
Set<Quota> quotas,
Set<String> externalIpAddresses) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.