Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeState> |
TerremarkVCloudComputeClient.vAppStatusToNodeState |
Modifier and Type | Method and Description |
---|---|
protected Status |
TerremarkVCloudComputeClient.getStatus(VApp vApp) |
Constructor and Description |
---|
TerremarkVCloudComputeClient(TerremarkVCloudClient client,
Provider<String> passwordGenerator,
com.google.common.base.Predicate<URI> successTester,
Map<Status,NodeState> vAppStatusToNodeState,
Map<String,Credentials> credentialStore,
InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier) |
Modifier and Type | Field and Description |
---|---|
static Map<Status,NodeState> |
TerremarkVCloudComputeServiceContextModule.VAPPSTATUS_TO_NODESTATE |
Modifier and Type | Method and Description |
---|---|
protected Map<Status,NodeState> |
TerremarkVCloudComputeServiceContextModule.provideVAppStatusToNodeState() |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeState> |
VAppToNodeMetadata.vAppStatusToNodeState |
Constructor and Description |
---|
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient,
Map<String,Credentials> credentialStore,
Map<Status,NodeState> vAppStatusToNodeState,
HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Supplier<Set<? extends Image>> images) |
Modifier and Type | Method and Description |
---|---|
static Status |
Status.fromValue(int v) |
static Status |
Status.fromValue(String status) |
Status |
VAppTemplate.getStatus() |
Status |
VApp.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Status |
VAppTemplateImpl.getStatus() |
Status |
VAppImpl.getStatus() |
Constructor and Description |
---|
VAppImpl(String name,
URI href,
Status status,
Long size,
ReferenceType vDC,
com.google.common.collect.ListMultimap<String,String> networkToAddresses,
Integer osType,
String operatingSystemDescription,
VirtualSystemSettingData system,
Set<ResourceAllocationSettingData> resourceAllocations) |
VAppImpl(String name,
URI href,
Status status,
Long size,
ReferenceType vDC,
com.google.common.collect.ListMultimap<String,String> networkToAddresses,
Integer osType,
String operatingSystemDescription,
VirtualSystemSettingData system,
Set<ResourceAllocationSettingData> resourceAllocations,
Set<ReferenceType> extendedInfo) |
VAppTemplateImpl(String name,
URI id,
String description,
Status status) |
Modifier and Type | Field and Description |
---|---|
protected Status |
VAppHandler.status |
Copyright © 2009-2012 jclouds. All Rights Reserved.