Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.ServiceAccount
Packages that use Instance.ServiceAccount
Package
Description
-
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.ServiceAccountModifier and TypeMethodDescriptionGoogleComputeEngineTemplateOptions.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.ServiceAccountModifier and TypeMethodDescriptionGoogleComputeEngineTemplateOptions.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.ServiceAccountMethods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.ServiceAccountModifier and TypeMethodDescriptionabstract List
<Instance.ServiceAccount> Instance.serviceAccounts()
abstract List
<Instance.ServiceAccount> NewInstance.serviceAccounts()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.ServiceAccountModifier and TypeMethodDescriptionNewInstance.Builder.serviceAccounts
(List<Instance.ServiceAccount> serviceAccounts) A list of service accounts, with their specified scopes, authorized for this instance.