Uses of Interface
org.jclouds.compute.ComputeService
-
-
Uses of ComputeService in org.jclouds.aws.ec2.compute
Classes in org.jclouds.aws.ec2.compute that implement ComputeService Modifier and Type Class Description class
AWSEC2ComputeService
-
Uses of ComputeService in org.jclouds.azurecompute.arm.compute
Classes in org.jclouds.azurecompute.arm.compute that implement ComputeService Modifier and Type Class Description class
AzureComputeService
-
Uses of ComputeService in org.jclouds.cloudstack.compute
Classes in org.jclouds.cloudstack.compute that implement ComputeService Modifier and Type Class Description class
CloudStackComputeService
-
Uses of ComputeService in org.jclouds.cloudstack.compute.functions
Constructors in org.jclouds.cloudstack.compute.functions with parameters of type ComputeService Constructor Description OrphanedGroupsByZoneId(ComputeService computeService)
-
Uses of ComputeService in org.jclouds.cloudstack.compute.predicates
Constructors in org.jclouds.cloudstack.compute.predicates with parameters of type ComputeService Constructor Description AllNodesInGroupTerminated(ComputeService computeService)
-
Uses of ComputeService in org.jclouds.compute
Methods in org.jclouds.compute that return ComputeService Modifier and Type Method Description ComputeService
ComputeServiceContext. getComputeService()
-
Uses of ComputeService in org.jclouds.compute.internal
Classes in org.jclouds.compute.internal that implement ComputeService Modifier and Type Class Description class
BaseComputeService
Methods in org.jclouds.compute.internal that return ComputeService Modifier and Type Method Description ComputeService
ComputeServiceContextImpl. getComputeService()
Constructors in org.jclouds.compute.internal with parameters of type ComputeService Constructor Description ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
-
Uses of ComputeService in org.jclouds.ec2.compute
Classes in org.jclouds.ec2.compute that implement ComputeService Modifier and Type Class Description class
EC2ComputeService
-
Uses of ComputeService in org.jclouds.gogrid.compute
Classes in org.jclouds.gogrid.compute that implement ComputeService Modifier and Type Class Description class
GoGridComputeService
-
Uses of ComputeService in org.jclouds.googlecomputeengine.compute
Classes in org.jclouds.googlecomputeengine.compute that implement ComputeService Modifier and Type Class Description class
GoogleComputeEngineService
-
Uses of ComputeService in org.jclouds.openstack.nova.v2_0.compute
Classes in org.jclouds.openstack.nova.v2_0.compute that implement ComputeService Modifier and Type Class Description class
NovaComputeService
-
Uses of ComputeService in org.jclouds.openstack.nova.v2_0.compute.functions
Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type ComputeService Constructor Description OrphanedGroupsByRegionId(ComputeService computeService)
-
Uses of ComputeService in org.jclouds.openstack.nova.v2_0.compute.predicates
Constructors in org.jclouds.openstack.nova.v2_0.compute.predicates with parameters of type ComputeService Constructor Description AllNodesInGroupTerminated(ComputeService computeService)
-