Uses of Class
org.jclouds.googlecomputeengine.domain.Metadata
-
Packages that use Metadata Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Metadata in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Metadata Modifier and Type Method 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
Instance. metadata()
abstract Metadata
NewInstance. metadata()
Add metadata viaitems()
.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.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Metadata Modifier and Type Method 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)
-
Uses of Metadata in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type Metadata Modifier and Type Method 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.
-