Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
Metadata |
Metadata.clone() |
abstract Metadata |
Project.commonInstanceMetadata()
Key/value pairs available to all instances contained in this project.
|
static Metadata |
Metadata.create() |
static Metadata |
Metadata.create(String fingerprint) |
abstract Metadata |
NewInstance.metadata()
Add metadata via
items() . |
abstract Metadata |
Instance.metadata() |
Metadata |
Metadata.put(String key,
String value)
Adds or replaces a metadata entry.
|
Metadata |
Metadata.putAll(Map<String,String> input)
Adds or replaces metadata entries.
|
Metadata |
Metadata.remove(String key)
Removes any entry with the supplied key.
|
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) |
static Project |
Project.create(String id,
URI selfLink,
String name,
String description,
Metadata commonInstanceMetadata,
List<Quota> quotas,
List<String> externalIpAddresses,
Date creationTimestamp,
Project.UsageExportLocation usageExportLocation) |
NewInstance.Builder |
NewInstance.Builder.metadata(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Operation |
ProjectApi.setCommonInstanceMetadata(Metadata metadata)
Sets metadata common to all instances within the current project using the data included in the request.
|
Operation |
InstanceApi.setMetadata(String instance,
Metadata metadata)
Sets metadata for an instance using the data included in the request.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.