| Package | Description |
|---|---|
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| org.jclouds.compute.predicates.internal |
| Modifier and Type | Method and Description |
|---|---|
static Image.Status |
Image.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.Status[] |
Image.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageBuilder |
ImageBuilder.status(Image.Status status) |
| Modifier and Type | Method and Description |
|---|---|
Image.Status |
ImageImpl.getStatus()
portable status of the resource
|
| Constructor and Description |
|---|
ImageImpl(String providerId,
String name,
String id,
org.jclouds.domain.Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
org.jclouds.domain.LoginCredentials defaultCredentials) |
| Constructor and Description |
|---|
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
GetImageStrategy client) |
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
Set<Image.Status> invalids,
GetImageStrategy client) |
| Constructor and Description |
|---|
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
Set<Image.Status> invalids,
GetImageStrategy client) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.