| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.compute.functions | |
| org.jclouds.vcloud.director.v1_5.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ResourceEntity.Status,org.jclouds.compute.domain.NodeMetadata.Status> |
VmToNodeMetadata.vAppStatusToNodeStatus |
| Constructor and Description |
|---|
ImageForVAppTemplate(Map<ResourceEntity.Status,org.jclouds.compute.domain.Image.Status> toPortableImageStatus,
com.google.common.base.Function<VAppTemplate,org.jclouds.ovf.Envelope> templateToEnvelope,
FindLocationForResource findLocationForResource) |
VmToNodeMetadata(Map<ResourceEntity.Status,org.jclouds.compute.domain.NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,org.jclouds.domain.Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<Vm,org.jclouds.compute.domain.Hardware> hardwareForVm,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceEntity.Status |
ResourceEntity.Status.fromValue(int value) |
ResourceEntity.Status |
ResourceEntity.getStatus()
Gets the value of the status property.
|
static ResourceEntity.Status |
ResourceEntity.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceEntity.Status[] |
ResourceEntity.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
ResourceEntity.Builder.status(ResourceEntity.Status status) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.