Uses of Class
org.jclouds.googlecomputeengine.domain.Metadata
Packages that use Metadata
-
Uses of Metadata in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return MetadataModifier and TypeMethodDescriptionMetadata.clone()
abstract Metadata
Project.commonInstanceMetadata()
Key/value pairs available to all instances contained in this project.static Metadata
Metadata.create()
static Metadata
abstract Metadata
Instance.metadata()
abstract Metadata
NewInstance.metadata()
Add metadata viaitems()
.Adds or replaces a metadata entry.Adds or replaces metadata entries.Removes any entry with the supplied key.Methods in org.jclouds.googlecomputeengine.domain with parameters of type MetadataModifier and TypeMethodDescriptionstatic 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) -
Uses of Metadata in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type MetadataModifier and TypeMethodDescriptionProjectApi.setCommonInstanceMetadata
(Metadata metadata) Sets metadata common to all instances within the current project using the data included in the request.InstanceApi.setMetadata
(String instance, Metadata metadata) Sets metadata for an instance using the data included in the request.