| Modifier and Type | Field and Description | 
|---|---|
protected Map<Status,NodeMetadata.Status> | 
TerremarkVCloudComputeClient.vAppStatusToNodeStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Status | 
TerremarkVCloudComputeClient.getStatus(VApp vApp)  | 
| Constructor and Description | 
|---|
TerremarkVCloudComputeClient(TerremarkVCloudClient client,
                            javax.inject.Provider<String> passwordGenerator,
                            com.google.common.base.Predicate<URI> successTester,
                            Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
                            Map<String,Credentials> credentialStore,
                            InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Status,Image.Status> | 
TerremarkVCloudComputeServiceContextModule.toPortableImageStatus  | 
static Map<Status,NodeMetadata.Status> | 
TerremarkVCloudComputeServiceContextModule.toPortableNodeStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<Status,Image.Status> | 
TerremarkVCloudComputeServiceContextModule.toPortableImageStatus()  | 
protected Map<Status,NodeMetadata.Status> | 
TerremarkVCloudComputeServiceContextModule.toPortableNodeStatus()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<Status,NodeMetadata.Status> | 
VAppToNodeMetadata.vAppStatusToNodeStatus  | 
| Constructor and Description | 
|---|
ImageForVCloudExpressVAppTemplate(Map<Status,Image.Status> toPortableImageStatus,
                                 FindLocationForResource findLocationForResource,
                                 PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider,
                                 com.google.common.base.Function<String,OperatingSystem> osParser)  | 
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient,
                  Map<String,Credentials> credentialStore,
                  Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
                  HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp,
                  FindLocationForResource findLocationForResourceInVDC,
                  com.google.common.base.Supplier<Set<? extends Image>> images,
                  GroupNamingConvention.Factory namingConvention)  | 
| 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-2013 jclouds. All Rights Reserved.