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

Packages that use Instance.ServiceAccount
org.jclouds.googlecomputeengine.compute.options   
org.jclouds.googlecomputeengine.domain   
 

Uses of Instance.ServiceAccount in org.jclouds.googlecomputeengine.compute.options
 

Methods in org.jclouds.googlecomputeengine.compute.options that return types with arguments of type Instance.ServiceAccount
 Set<Instance.ServiceAccount> GoogleComputeEngineTemplateOptions.getServiceAccounts()
           
 

Methods in org.jclouds.googlecomputeengine.compute.options with parameters of type Instance.ServiceAccount
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.addServiceAccount(Instance.ServiceAccount serviceAccout)
           
 

Method parameters in org.jclouds.googlecomputeengine.compute.options with type arguments of type Instance.ServiceAccount
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts)
           
 

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

Fields in org.jclouds.googlecomputeengine.domain with type parameters of type Instance.ServiceAccount
protected  Set<Instance.ServiceAccount> InstanceTemplate.serviceAccounts
           
protected  Set<Instance.ServiceAccount> Instance.serviceAccounts
           
 

Methods in org.jclouds.googlecomputeengine.domain that return Instance.ServiceAccount
 Instance.ServiceAccount Instance.ServiceAccount.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.ServiceAccount
 Set<Instance.ServiceAccount> InstanceTemplate.getServiceAccounts()
           
 Set<Instance.ServiceAccount> Instance.getServiceAccounts()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.ServiceAccount
 InstanceTemplate InstanceTemplate.addServiceAccount(Instance.ServiceAccount serviceAccount)
           
 Instance.Builder Instance.Builder.addServiceAccount(Instance.ServiceAccount serviceAccount)
           
 Instance.ServiceAccount.Builder Instance.ServiceAccount.Builder.fromInstanceServiceAccount(Instance.ServiceAccount in)
           
 

Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.ServiceAccount
 InstanceTemplate InstanceTemplate.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts)
           
 Instance.Builder Instance.Builder.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts)
           
 

Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.ServiceAccount
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.