Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.Tags

Packages that use Instance.Tags
org.jclouds.googlecomputeengine.domain   
 

Uses of Instance.Tags in org.jclouds.googlecomputeengine.domain
 

Fields in org.jclouds.googlecomputeengine.domain declared as Instance.Tags
protected  Instance.Tags Instance.tags
           
 

Methods in org.jclouds.googlecomputeengine.domain that return Instance.Tags
 Instance.Tags Instance.Tags.Builder.build()
           
 Instance.Tags Instance.getTags()
          Used to identify valid sources or targets for network firewalls.
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.Tags
 Instance.Tags.Builder Instance.Tags.Builder.fromTags(Instance.Tags in)
           
 Instance.Builder Instance.Builder.tags(Instance.Tags tags)
           
 

Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Instance.Tags
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)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.