Package | Description |
---|---|
org.jclouds.googlecomputeengine.compute.options | |
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
List<Instance.ServiceAccount> |
GoogleComputeEngineTemplateOptions.serviceAccounts()
Gets the list of service accounts, with their specified scopes, that will be authorize on created instances.
|
Modifier and Type | Method and Description |
---|---|
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineTemplateOptions.serviceAccounts(List<Instance.ServiceAccount> serviceAccounts)
Sets a list of service accounts, with their specified scopes, to authorize on created instance.
|
Modifier and Type | Method and Description |
---|---|
static Instance.ServiceAccount |
Instance.ServiceAccount.create(String email,
List<String> scopes) |
Modifier and Type | Method and Description |
---|---|
abstract List<Instance.ServiceAccount> |
NewInstance.serviceAccounts() |
abstract List<Instance.ServiceAccount> |
Instance.serviceAccounts() |
Modifier and Type | Method and Description |
---|---|
static 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) |
NewInstance.Builder |
NewInstance.Builder.serviceAccounts(List<Instance.ServiceAccount> serviceAccounts)
A list of service accounts, with their specified scopes, authorized for this instance.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.