Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.ServiceAccount
-
Packages that use Instance.ServiceAccount Package Description 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 Modifier and Type Method Description List<Instance.ServiceAccount>
GoogleComputeEngineTemplateOptions. serviceAccounts()
Gets the list of service accounts, with their specified scopes, that will be authorize on created instances.Method parameters in org.jclouds.googlecomputeengine.compute.options with type arguments of type Instance.ServiceAccount Modifier and Type Method Description GoogleComputeEngineTemplateOptions
GoogleComputeEngineTemplateOptions. serviceAccounts(List<Instance.ServiceAccount> serviceAccounts)
Sets a list of service accounts, with their specified scopes, to authorize on created instance. -
Uses of Instance.ServiceAccount in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.ServiceAccount Modifier and Type Method Description static Instance.ServiceAccount
Instance.ServiceAccount. create(String email, List<String> scopes)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.ServiceAccount Modifier and Type Method Description abstract List<Instance.ServiceAccount>
Instance. serviceAccounts()
abstract List<Instance.ServiceAccount>
NewInstance. serviceAccounts()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.ServiceAccount Modifier and Type Method Description NewInstance.Builder
NewInstance.Builder. serviceAccounts(List<Instance.ServiceAccount> serviceAccounts)
A list of service accounts, with their specified scopes, authorized for this instance.
-