Uses of Interface
org.jclouds.compute.domain.Hardware
Packages that use Hardware
Package
Description
-
Uses of Hardware in org.jclouds.aws.ec2.compute.functions
Methods in org.jclouds.aws.ec2.compute.functions that return HardwareModifier and TypeMethodDescriptionprotected Hardware
AWSRunningInstanceToNodeMetadata.parseHardware
(RunningInstance instance) -
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 -
Uses of Hardware in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return HardwareModifier and TypeMethodDescriptionVMHardwareToHardware.apply
(VMHardware from) protected Hardware
VirtualMachineToNodeMetadata.getHardware
(LocationAndName hardwareId) -
Uses of Hardware in org.jclouds.byon.internal
Methods in org.jclouds.byon.internal that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions that return Hardware -
Uses of Hardware in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type HardwareModifier and TypeMethodDescriptionComputeService.listHardwareProfiles()
The list hardware profiles command shows you the options including virtual cpu count, memory, and disks.JCloudsNativeComputeServiceAdapter.listHardwareProfiles()
Hardware profiles describe available cpu, memory, and disk configurations that can be used to run a node. -
Uses of Hardware in org.jclouds.compute.config
Fields in org.jclouds.compute.config with type parameters of type HardwareModifier and TypeFieldDescriptionprotected final Class
<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
Methods in org.jclouds.compute.config that return types with arguments of type HardwareModifier and TypeMethodDescriptionBindComputeSuppliersByClass.defineHardwareSupplier()
ComputeServiceAdapterContextModule.provideHardware
(ComputeServiceAdapter<N, H, I, L> adapter, com.google.common.base.Function<H, Hardware> transformer) BaseComputeServiceContextModule.provideSizeMap
(com.google.common.base.Supplier<Set<? extends Hardware>> sizes) BaseComputeServiceContextModule.supplySizeCache
(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareSupplier) Method parameters in org.jclouds.compute.config with type arguments of type HardwareModifier and TypeMethodDescriptionprotected void
BindComputeSuppliersByClass.bindHardwareSupplier
(Class<? extends com.google.common.base.Supplier<Set<? extends Hardware>>> clazz) ComputeServiceAdapterContextModule.provideHardware
(ComputeServiceAdapter<N, H, I, L> adapter, com.google.common.base.Function<H, Hardware> transformer) BaseComputeServiceContextModule.provideSizeMap
(com.google.common.base.Supplier<Set<? extends Hardware>> sizes) BaseComputeServiceContextModule.supplySizeCache
(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareSupplier) Constructor parameters in org.jclouds.compute.config with type arguments of type HardwareModifierConstructorDescriptionJCloudsNativeComputeServiceAdapterContextModule
(Class<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> adapter) -
Uses of Hardware in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return HardwareModifier and TypeMethodDescriptionHardwareBuilder.build()
NodeMetadata.getHardware()
The hardware this node is running, if possible to determine.Template.getHardware()
Size that suits the requirements.Methods in org.jclouds.compute.domain with parameters of type HardwareModifier and TypeMethodDescriptionstatic HardwareBuilder
HardwareBuilder.fromHardware
(Hardware in) TemplateBuilder.fromHardware
(Hardware hardware) Configure this template to require the minimum hardware of the parameter. -
Uses of Hardware in org.jclouds.compute.domain.internal
Classes in org.jclouds.compute.domain.internal that implement HardwareFields in org.jclouds.compute.domain.internal with type parameters of type HardwareMethods in org.jclouds.compute.domain.internal that return HardwareModifier and TypeMethodDescriptionprotected Hardware
ArbitraryCpuRamTemplateBuilderImpl.automaticHardware
(double cores, int ram, com.google.common.base.Optional<Float> diskSize) protected Hardware
ArbitraryCpuRamTemplateBuilderImpl.findHardwareWithId
(Set<? extends Hardware> hardwaresToSearch) protected Hardware
TemplateBuilderImpl.findHardwareWithId
(Set<? extends Hardware> hardwaresToSearch) NodeMetadataImpl.getHardware()
The hardware this node is running, if possible to determine.TemplateImpl.getHardware()
Size that suits the requirements.protected Hardware
ArbitraryCpuRamTemplateBuilderImpl.resolveHardware
(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images) protected Hardware
TemplateBuilderImpl.resolveHardware
(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images) Methods in org.jclouds.compute.domain.internal that return types with arguments of type HardwareModifier and TypeMethodDescriptionprotected com.google.common.collect.Ordering
<Hardware> TemplateBuilderImpl.hardwareSorter()
Methods in org.jclouds.compute.domain.internal with parameters of type HardwareModifier and TypeMethodDescriptionTemplateBuilderImpl.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 HardwareModifier and TypeMethodDescriptionprotected Hardware
ArbitraryCpuRamTemplateBuilderImpl.findHardwareWithId
(Set<? extends Hardware> hardwaresToSearch) protected Hardware
TemplateBuilderImpl.findHardwareWithId
(Set<? extends Hardware> hardwaresToSearch) protected Hardware
ArbitraryCpuRamTemplateBuilderImpl.resolveHardware
(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images) protected Hardware
TemplateBuilderImpl.resolveHardware
(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images) protected NoSuchElementException
TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingHardwareIds
(String message, Iterable<? extends Hardware> hardwares) Constructors in org.jclouds.compute.domain.internal with parameters of type HardwareModifierConstructorDescriptionNodeMetadataImpl
(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, NodeMetadata.Status status, String backendStatus, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, LoginCredentials credentials, String hostname) TemplateImpl
(Image image, Hardware hardware, Location location, TemplateOptions options) -
Uses of Hardware in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return types with arguments of type HardwareModifier and TypeMethodDescriptionBaseComputeService.listHardwareProfiles()
The list hardware profiles command shows you the options including virtual cpu count, memory, and disks. -
Uses of Hardware in org.jclouds.compute.predicates
Methods in org.jclouds.compute.predicates that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.compute.stub.config
Methods in org.jclouds.compute.stub.config that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.compute.util
Methods in org.jclouds.compute.util with parameters of type Hardware -
Uses of Hardware in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions that return Hardware -
Uses of Hardware in org.jclouds.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.ec2.compute.domain
Methods in org.jclouds.ec2.compute.domain that return Hardware -
Uses of Hardware in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type HardwareMethods in org.jclouds.ec2.compute.functions that return HardwareModifier and TypeMethodDescriptionprotected Hardware
RunningInstanceToNodeMetadata.parseHardware
(RunningInstance instance) -
Uses of Hardware in org.jclouds.ec2.compute.internal
Methods in org.jclouds.ec2.compute.internal with parameters of type HardwareModifier and TypeMethodDescriptionprotected Image
EC2TemplateBuilderImpl.resolveImage
(Hardware size, Iterable<? extends Image> supportedImages) -
Uses of Hardware in org.jclouds.ec2.compute.suppliers
Methods in org.jclouds.ec2.compute.suppliers that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.elasticstack.compute
Methods in org.jclouds.elasticstack.compute that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.glesys.compute
Methods in org.jclouds.glesys.compute that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.glesys.compute.functions
Methods in org.jclouds.glesys.compute.functions that return Hardware -
Uses of Hardware in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return HardwareModifier and TypeMethodDescriptionprotected Hardware
ServerToNodeMetadata.parseHardware
(Server from) -
Uses of Hardware in org.jclouds.gogrid.compute.strategy
Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type HardwareConstructor parameters in org.jclouds.gogrid.compute.strategy with type arguments of type HardwareModifierConstructorDescriptionprotected
GoGridComputeServiceAdapter
(GoGridApi client, 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 HardwareModifier and TypeFieldDescriptionstatic final Hardware
GoGridHardwareSupplier.H1024
static final Hardware
GoGridHardwareSupplier.H16384
static final Hardware
GoGridHardwareSupplier.H2048
static final Hardware
GoGridHardwareSupplier.H4096
static final Hardware
GoGridHardwareSupplier.H512
static final Hardware
GoGridHardwareSupplier.H8192
Fields in org.jclouds.gogrid.compute.suppliers with type parameters of type HardwareModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableSet
<Hardware> GoGridHardwareSupplier.H_ALL
Methods in org.jclouds.gogrid.compute.suppliers that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.googlecomputeengine.compute.domain.internal
Methods in org.jclouds.googlecomputeengine.compute.domain.internal that return HardwareModifier and TypeMethodDescriptionprotected Hardware
GoogleComputeEngineArbitraryCpuRamTemplateBuilderImpl.automaticHardware
(double cores, int ram, com.google.common.base.Optional<Float> disk) -
Uses of Hardware in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return HardwareModifier and TypeMethodDescriptionMachineTypeToHardware.apply
(MachineType input) static Hardware
InstanceToNodeMetadata.machineTypeURIToCustomHardware
(URI machineType) -
Uses of Hardware in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type HardwareMethods in org.jclouds.openstack.nova.v2_0.compute.functions that return HardwareModifier and TypeMethodDescriptionFlavorInRegionToHardware.apply
(FlavorInRegion flavorInRegion) protected Hardware
ServerInRegionToNodeMetadata.findHardwareForServerOrNull
(ServerInRegion serverInRegion) -
Uses of Hardware in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions that return Hardware -
Uses of Hardware in org.jclouds.profitbricks.compute
Methods in org.jclouds.profitbricks.compute that return types with arguments of type Hardware -
Uses of Hardware in org.jclouds.profitbricks.compute.strategy
Methods in org.jclouds.profitbricks.compute.strategy that return Hardware -
Uses of Hardware in org.jclouds.servermanager.compute.functions
Methods in org.jclouds.servermanager.compute.functions that return Hardware -
Uses of Hardware in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions that return Hardware -
Uses of Hardware in org.jclouds.softlayer.compute.strategy
Methods in org.jclouds.softlayer.compute.strategy that return types with arguments of type Hardware