| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.compute.config | |
| org.jclouds.googlecomputeengine.compute.functions | |
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Field and Description |
|---|---|
static Map<Instance.Status,org.jclouds.compute.domain.NodeMetadata.Status> |
GoogleComputeEngineServiceContextModule.toPortableNodeStatus |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Instance.Status,org.jclouds.compute.domain.NodeMetadata.Status> |
GoogleComputeEngineServiceContextModule.toPortableNodeStatus() |
| Constructor and Description |
|---|
InstanceInZoneToNodeMetadata(Map<Instance.Status,org.jclouds.compute.domain.NodeMetadata.Status> toPortableNodeStatus,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.base.Supplier<Map<URI,? extends org.jclouds.compute.domain.Image>> images,
com.google.common.base.Supplier<Map<URI,? extends org.jclouds.compute.domain.Hardware>> hardwares,
com.google.common.base.Supplier<Map<URI,? extends org.jclouds.domain.Location>> locations,
FirewallTagNamingConvention.Factory firewallTagNamingConvention,
GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> userProject) |
| Modifier and Type | Field and Description |
|---|---|
protected Instance.Status |
Instance.status |
| Modifier and Type | Method and Description |
|---|---|
Instance.Status |
Instance.getStatus() |
static Instance.Status |
Instance.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.Status[] |
Instance.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.status(Instance.Status status) |
| 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.