| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.compute.options | |
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Method and Description |
|---|---|
Set<Instance.ServiceAccount> |
GoogleComputeEngineTemplateOptions.getServiceAccounts() |
| Modifier and Type | Method and Description |
|---|---|
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineTemplateOptions.addServiceAccount(Instance.ServiceAccount serviceAccout) |
| Modifier and Type | Method and Description |
|---|---|
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineTemplateOptions.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Instance.ServiceAccount> |
InstanceTemplate.serviceAccounts |
protected Set<Instance.ServiceAccount> |
Instance.serviceAccounts |
| Modifier and Type | Method and Description |
|---|---|
Instance.ServiceAccount |
Instance.ServiceAccount.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Instance.ServiceAccount> |
InstanceTemplate.getServiceAccounts() |
Set<Instance.ServiceAccount> |
Instance.getServiceAccounts() |
| Modifier and Type | Method and Description |
|---|---|
InstanceTemplate |
InstanceTemplate.addServiceAccount(Instance.ServiceAccount serviceAccount) |
Instance.Builder |
Instance.Builder.addServiceAccount(Instance.ServiceAccount serviceAccount) |
Instance.ServiceAccount.Builder |
Instance.ServiceAccount.Builder.fromInstanceServiceAccount(Instance.ServiceAccount in) |
| Modifier and Type | Method and Description |
|---|---|
InstanceTemplate |
InstanceTemplate.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts) |
Instance.Builder |
Instance.Builder.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts) |
| Constructor and Description |
|---|
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-2014 The Apache Software Foundation. All Rights Reserved.