|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metadata | |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| Uses of Metadata in org.jclouds.googlecomputeengine.domain |
|---|
| Fields in org.jclouds.googlecomputeengine.domain declared as Metadata | |
|---|---|
protected Metadata |
Instance.metadata
|
| Methods in org.jclouds.googlecomputeengine.domain that return Metadata | |
|---|---|
Metadata |
Metadata.Builder.build()
|
Metadata |
Project.getCommonInstanceMetadata()
|
Metadata |
Instance.getMetadata()
|
| Methods in org.jclouds.googlecomputeengine.domain with parameters of type Metadata | |
|---|---|
Project.Builder |
Project.Builder.commonInstanceMetadata(Metadata commonInstanceMetadata)
|
Metadata.Builder |
Metadata.Builder.fromMetadata(Metadata in)
|
Instance.Builder |
Instance.Builder.metadata(Metadata metadata)
|
| Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Metadata | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||