|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Hardware in org.jclouds.aws.ec2.compute |
---|
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Hardware | |
---|---|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
|
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap)
|
Uses of Hardware in org.jclouds.aws.ec2.compute.functions |
---|
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Hardware | |
---|---|
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
Uses of Hardware in org.jclouds.aws.ec2.compute.suppliers |
---|
Methods in org.jclouds.aws.ec2.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
AWSEC2HardwareSupplier.get()
|
Uses of Hardware in org.jclouds.byon.internal |
---|
Methods in org.jclouds.byon.internal that return types with arguments of type Hardware | |
---|---|
Iterable<Hardware> |
BYONComputeServiceAdapter.listHardwareProfiles()
|
Uses of Hardware in org.jclouds.cloudservers.compute.config |
---|
Methods in org.jclouds.cloudservers.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
CloudServersBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.cloudservers.compute.functions |
---|
Fields in org.jclouds.cloudservers.compute.functions with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
ServerToNodeMetadata.hardwares
|
Methods in org.jclouds.cloudservers.compute.functions that return Hardware | |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from)
|
protected Hardware |
ServerToNodeMetadata.parseHardware(Server from)
|
Uses of Hardware in org.jclouds.cloudservers.compute.suppliers |
---|
Methods in org.jclouds.cloudservers.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
CloudServersHardwareSupplier.get()
|
Uses of Hardware in org.jclouds.cloudsigma.compute |
---|
Methods in org.jclouds.cloudsigma.compute that return types with arguments of type Hardware | |
---|---|
Iterable<Hardware> |
CloudSigmaComputeServiceAdapter.listHardwareProfiles()
|
Uses of Hardware in org.jclouds.compute |
---|
Methods in org.jclouds.compute that return types with arguments of type Hardware | |
---|---|
Iterable<Hardware> |
JCloudsNativeComputeServiceAdapter.listHardwareProfiles()
Hardware profiles describe available cpu, memory, and disk configurations that can be used to run a node. |
Set<? extends Hardware> |
ComputeService.listHardwareProfiles()
The list hardware profiles command shows you the options including virtual cpu count, memory, and disks. |
Uses of Hardware in org.jclouds.compute.config |
---|
Fields in org.jclouds.compute.config with type parameters of type Hardware | |
---|---|
protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> |
JCloudsNativeComputeServiceAdapterContextModule.adapter
|
Methods in org.jclouds.compute.config that return types with arguments of type Hardware | |
---|---|
protected abstract Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
BindComputeSuppliersByClass.defineHardwareSupplier()
|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
ComputeServiceAdapterContextModule.provideHardware(ComputeServiceAdapter<N,H,I,L> adapter,
com.google.common.base.Function<H,Hardware> transformer)
|
protected com.google.common.base.Supplier<Map<String,? extends Hardware>> |
BaseComputeServiceContextModule.provideSizeMap(com.google.common.base.Supplier<Set<? extends Hardware>> sizes)
|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
BaseComputeServiceContextModule.supplySizeCache(long seconds,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareSupplier)
|
Method parameters in org.jclouds.compute.config with type arguments of type Hardware | |
---|---|
protected void |
BindComputeSuppliersByClass.bindHardwareSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> clazz)
|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
ComputeServiceAdapterContextModule.provideHardware(ComputeServiceAdapter<N,H,I,L> adapter,
com.google.common.base.Function<H,Hardware> transformer)
|
protected com.google.common.base.Supplier<Map<String,? extends Hardware>> |
BaseComputeServiceContextModule.provideSizeMap(com.google.common.base.Supplier<Set<? extends Hardware>> sizes)
|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
BaseComputeServiceContextModule.supplySizeCache(long seconds,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareSupplier)
|
Constructor parameters in org.jclouds.compute.config with type arguments of type Hardware | |
---|---|
JCloudsNativeComputeServiceAdapterContextModule(Class<S> syncClientType,
Class<A> asyncClientType,
Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
|
Uses of Hardware in org.jclouds.compute.domain |
---|
Methods in org.jclouds.compute.domain that return Hardware | |
---|---|
Hardware |
HardwareBuilder.build()
|
Hardware |
NodeMetadata.getHardware()
The hardware this node is running, if possible to determine. |
Hardware |
Template.getHardware()
Size that suits the requirements. |
Methods in org.jclouds.compute.domain with parameters of type Hardware | |
---|---|
static HardwareBuilder |
HardwareBuilder.fromHardware(Hardware in)
|
TemplateBuilder |
TemplateBuilder.fromHardware(Hardware hardware)
Configure this template to require the minimum hardware of the parameter. |
NodeMetadataBuilder |
NodeMetadataBuilder.hardware(Hardware hardware)
|
Uses of Hardware in org.jclouds.compute.domain.internal |
---|
Classes in org.jclouds.compute.domain.internal that implement Hardware | |
---|---|
class |
HardwareImpl
|
Fields in org.jclouds.compute.domain.internal with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
TemplateBuilderImpl.hardwares
|
Methods in org.jclouds.compute.domain.internal that return Hardware | |
---|---|
Hardware |
NodeMetadataImpl.getHardware()
The hardware this node is running, if possible to determine. |
Hardware |
TemplateImpl.getHardware()
Size that suits the requirements. |
protected Hardware |
TemplateBuilderImpl.resolveSize(com.google.common.collect.Ordering<Hardware> hardwareOrdering,
Iterable<? extends Image> images)
|
Methods in org.jclouds.compute.domain.internal that return types with arguments of type Hardware | |
---|---|
protected com.google.common.collect.Ordering<Hardware> |
TemplateBuilderImpl.hardwareSorter()
|
Methods in org.jclouds.compute.domain.internal with parameters of type Hardware | |
---|---|
TemplateBuilder |
TemplateBuilderImpl.fromHardware(Hardware hardware)
Configure this template to require the minimum hardware of the parameter. |
protected Image |
TemplateBuilderImpl.resolveImage(Hardware hardware,
Iterable<? extends Image> supportedImages)
|
Method parameters in org.jclouds.compute.domain.internal with type arguments of type Hardware | |
---|---|
protected Hardware |
TemplateBuilderImpl.resolveSize(com.google.common.collect.Ordering<Hardware> hardwareOrdering,
Iterable<? extends Image> images)
|
Constructors in org.jclouds.compute.domain.internal with parameters of type Hardware | |
---|---|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
|
|
TemplateImpl(Image image,
Hardware size,
Location location,
TemplateOptions options)
|
Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Hardware | |
---|---|
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
com.google.common.base.Supplier<Location> defaultLocation2,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
Uses of Hardware in org.jclouds.compute.internal |
---|
Methods in org.jclouds.compute.internal that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
BaseComputeService.listHardwareProfiles()
The list hardware profiles command shows you the options including virtual cpu count, memory, and disks. |
Constructor parameters in org.jclouds.compute.internal with type arguments of type Hardware | |
---|---|
BaseComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of Hardware in org.jclouds.compute.stub.config |
---|
Methods in org.jclouds.compute.stub.config that return types with arguments of type Hardware | |
---|---|
Iterable<Hardware> |
StubComputeServiceAdapter.listHardwareProfiles()
|
Uses of Hardware in org.jclouds.compute.util |
---|
Methods in org.jclouds.compute.util with parameters of type Hardware | |
---|---|
static double |
ComputeServiceUtils.getCores(Hardware input)
|
static double |
ComputeServiceUtils.getCoresAndSpeed(Hardware input)
|
static double |
ComputeServiceUtils.getSpace(Hardware input)
|
Uses of Hardware in org.jclouds.deltacloud.compute.functions |
---|
Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
InstanceToNodeMetadata.hardwares
|
Methods in org.jclouds.deltacloud.compute.functions that return Hardware | |
---|---|
Hardware |
HardwareProfileToHardware.apply(HardwareProfile from)
|
protected Hardware |
InstanceToNodeMetadata.parseHardware(Instance from)
|
Uses of Hardware in org.jclouds.ec2.compute |
---|
Constructor parameters in org.jclouds.ec2.compute with type arguments of type Hardware | |
---|---|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
|
Uses of Hardware in org.jclouds.ec2.compute.config |
---|
Methods in org.jclouds.ec2.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
EC2BindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.ec2.compute.domain |
---|
Methods in org.jclouds.ec2.compute.domain that return Hardware | |
---|---|
Hardware |
EC2HardwareBuilder.build()
|
Uses of Hardware in org.jclouds.ec2.compute.functions |
---|
Fields in org.jclouds.ec2.compute.functions with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
RunningInstanceToNodeMetadata.hardware
|
Methods in org.jclouds.ec2.compute.functions that return Hardware | |
---|---|
protected Hardware |
RunningInstanceToNodeMetadata.parseHardware(RunningInstance instance)
|
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Hardware | |
---|---|
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
Uses of Hardware in org.jclouds.ec2.compute.internal |
---|
Methods in org.jclouds.ec2.compute.internal with parameters of type Hardware | |
---|---|
protected Image |
EC2TemplateBuilderImpl.resolveImage(Hardware size,
Iterable<? extends Image> supportedImages)
|
Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type Hardware | |
---|---|
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap)
|
Uses of Hardware in org.jclouds.ec2.compute.suppliers |
---|
Methods in org.jclouds.ec2.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
EC2HardwareSupplier.get()
|
Uses of Hardware in org.jclouds.elasticstack.compute |
---|
Methods in org.jclouds.elasticstack.compute that return types with arguments of type Hardware | |
---|---|
Iterable<Hardware> |
ElasticStackComputeServiceAdapter.listHardwareProfiles()
|
Uses of Hardware in org.jclouds.gogrid.compute |
---|
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Hardware | |
---|---|
GoGridComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of Hardware in org.jclouds.gogrid.compute.config |
---|
Methods in org.jclouds.gogrid.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
GoGridBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.gogrid.compute.functions |
---|
Methods in org.jclouds.gogrid.compute.functions that return Hardware | |
---|---|
protected Hardware |
ServerToNodeMetadata.parseHardware(Server from)
|
Uses of Hardware in org.jclouds.gogrid.compute.strategy |
---|
Constructor parameters in org.jclouds.gogrid.compute.strategy with type arguments of type Hardware | |
---|---|
FindIpThenCreateNodeInGroup(GoGridClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata,
com.google.common.base.Function<Hardware,String> sizeToRam,
ComputeServiceConstants.Timeouts timeouts)
|
Uses of Hardware in org.jclouds.gogrid.compute.suppliers |
---|
Fields in org.jclouds.gogrid.compute.suppliers declared as Hardware | |
---|---|
static Hardware |
GoGridHardwareSupplier.H1024
|
static Hardware |
GoGridHardwareSupplier.H16384
|
static Hardware |
GoGridHardwareSupplier.H2048
|
static Hardware |
GoGridHardwareSupplier.H4096
|
static Hardware |
GoGridHardwareSupplier.H512
|
static Hardware |
GoGridHardwareSupplier.H8192
|
Fields in org.jclouds.gogrid.compute.suppliers with type parameters of type Hardware | |
---|---|
static com.google.common.collect.ImmutableSet<Hardware> |
GoGridHardwareSupplier.H_ALL
|
Methods in org.jclouds.gogrid.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
GoGridHardwareSupplier.get()
|
Uses of Hardware in org.jclouds.loadbalancer.config |
---|
Method parameters in org.jclouds.loadbalancer.config with type arguments of type Hardware | |
---|---|
protected void |
BindLoadBalancerSuppliersByClass.bindHardwareSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> clazz)
|
Uses of Hardware in org.jclouds.openstack.nova.compute.config |
---|
Methods in org.jclouds.openstack.nova.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
NovaBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.openstack.nova.compute.functions |
---|
Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
ServerToNodeMetadata.hardwares
|
Methods in org.jclouds.openstack.nova.compute.functions that return Hardware | |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from)
|
protected Hardware |
ServerToNodeMetadata.parseHardware(Server from)
|
Uses of Hardware in org.jclouds.openstack.nova.compute.suppliers |
---|
Methods in org.jclouds.openstack.nova.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
NovaHardwareSupplier.get()
|
Uses of Hardware in org.jclouds.rimuhosting.miro.compute.config |
---|
Methods in org.jclouds.rimuhosting.miro.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
RimuHostingBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.rimuhosting.miro.compute.suppliers |
---|
Methods in org.jclouds.rimuhosting.miro.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
RimuHostingHardwareSupplier.get()
|
Uses of Hardware in org.jclouds.savvis.vpdc.compute.functions |
---|
Methods in org.jclouds.savvis.vpdc.compute.functions that return Hardware | |
---|---|
Hardware |
VMSpecToHardware.apply(VMSpec from)
|
Uses of Hardware in org.jclouds.servermanager.compute.functions |
---|
Methods in org.jclouds.servermanager.compute.functions that return Hardware | |
---|---|
Hardware |
ServerManagerHardwareToHardware.apply(Hardware from)
|
Methods in org.jclouds.servermanager.compute.functions with parameters of type Hardware | |
---|---|
boolean |
ServerToNodeMetadata.FindHardwareForServer.matches(Server from,
Hardware input)
|
Constructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type Hardware | |
---|---|
ServerToNodeMetadata.FindHardwareForServer(com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
Uses of Hardware in org.jclouds.slicehost.compute.config |
---|
Methods in org.jclouds.slicehost.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
SlicehostBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.slicehost.compute.functions |
---|
Fields in org.jclouds.slicehost.compute.functions with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Supplier<Set<? extends Hardware>> |
SliceToNodeMetadata.hardwares
|
Methods in org.jclouds.slicehost.compute.functions that return Hardware | |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from)
|
protected Hardware |
SliceToNodeMetadata.parseHardware(Slice from)
|
Uses of Hardware in org.jclouds.slicehost.compute.suppliers |
---|
Methods in org.jclouds.slicehost.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
SlicehostHardwareSupplier.get()
|
Uses of Hardware in org.jclouds.softlayer.compute.functions |
---|
Methods in org.jclouds.softlayer.compute.functions that return Hardware | |
---|---|
Hardware |
ProductItemsToHardware.apply(Iterable<ProductItem> items)
|
Hardware |
VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest.getHardware(VirtualGuest guest)
|
Constructor parameters in org.jclouds.softlayer.compute.functions with type arguments of type Hardware | |
---|---|
VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest(SoftLayerClient client,
com.google.common.base.Function<Iterable<ProductItem>,Hardware> productItemsToHardware)
|
Uses of Hardware in org.jclouds.trmk.vcloud_0_8.compute |
---|
Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Hardware | |
---|---|
TerremarkVCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap,
NodeMetadataToOrgAndName nodeToOrgAndName)
|
Uses of Hardware in org.jclouds.trmk.vcloud_0_8.compute.config |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
TerremarkBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.trmk.vcloud_0_8.compute.functions |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return Hardware | |
---|---|
Hardware |
HardwareForVCloudExpressVApp.apply(VApp from)
|
Uses of Hardware in org.jclouds.trmk.vcloud_0_8.compute.suppliers |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
StaticHardwareSupplier.get()
|
Set<? extends Hardware> |
VCloudHardwareSupplier.get()
|
Uses of Hardware in org.jclouds.vcloud.compute.config |
---|
Methods in org.jclouds.vcloud.compute.config that return types with arguments of type Hardware | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> |
VCloudBindComputeSuppliersByClass.defineHardwareSupplier()
|
Uses of Hardware in org.jclouds.vcloud.compute.functions |
---|
Fields in org.jclouds.vcloud.compute.functions with type parameters of type Hardware | |
---|---|
protected com.google.common.base.Function<VApp,Hardware> |
VAppToNodeMetadata.hardwareForVApp
|
Methods in org.jclouds.vcloud.compute.functions that return Hardware | |
---|---|
Hardware |
HardwareForVApp.apply(VApp from)
|
Hardware |
HardwareForVAppTemplate.apply(VAppTemplate from)
|
Methods in org.jclouds.vcloud.compute.functions that return types with arguments of type Hardware | |
---|---|
Iterable<? extends Hardware> |
HardwareInOrg.apply(Org from)
|
Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type Hardware | |
---|---|
VAppToNodeMetadata(Map<Status,NodeState> vAppStatusToNodeState,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp)
|
Uses of Hardware in org.jclouds.vcloud.compute.internal |
---|
Constructor parameters in org.jclouds.vcloud.compute.internal with type arguments of type Hardware | |
---|---|
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
Uses of Hardware in org.jclouds.vcloud.compute.suppliers |
---|
Methods in org.jclouds.vcloud.compute.suppliers that return types with arguments of type Hardware | |
---|---|
Set<? extends Hardware> |
StaticHardwareSupplier.get()
|
Set<? extends Hardware> |
VCloudHardwareSupplier.get()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |