Uses of Interface
org.jclouds.compute.domain.Hardware
-
-
Uses of Hardware in org.jclouds.aws.ec2.compute.functions
Methods in org.jclouds.aws.ec2.compute.functions that return Hardware Modifier and Type Method Description protected 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 Modifier and Type Method Description Set<? extends Hardware>
AWSEC2HardwareSupplier. get()
-
Uses of Hardware in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return Hardware Modifier and Type Method Description Hardware
VMHardwareToHardware. 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 Modifier and Type Method Description Iterable<Hardware>
BYONComputeServiceAdapter. listHardwareProfiles()
-
Uses of Hardware in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions that return Hardware Modifier and Type Method Description Hardware
ServiceOfferingToHardware. apply(ServiceOffering offering)
-
Uses of Hardware in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type Hardware Modifier and Type Method Description Set<? extends Hardware>
ComputeService. listHardwareProfiles()
The list hardware profiles command shows you the options including virtual cpu count, memory, and disks.Iterable<Hardware>
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 Hardware Modifier and Type Field Description protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>>
JCloudsNativeComputeServiceAdapterContextModule. adapter
Methods in org.jclouds.compute.config that return types with arguments of type Hardware Modifier and Type Method Description 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(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 Hardware Modifier and Type Method Description 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(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 Hardware Constructor Description JCloudsNativeComputeServiceAdapterContextModule(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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
HardwareImpl
Fields in org.jclouds.compute.domain.internal with type parameters of type Hardware Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Hardware>>
TemplateBuilderImpl. hardwares
Methods in org.jclouds.compute.domain.internal that return Hardware Modifier and Type Method Description protected 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)
Hardware
NodeMetadataImpl. getHardware()
The hardware this node is running, if possible to determine.Hardware
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 Hardware Modifier and Type Method Description protected com.google.common.collect.Ordering<Hardware>
TemplateBuilderImpl. hardwareSorter()
Methods in org.jclouds.compute.domain.internal with parameters of type Hardware Modifier and Type Method Description 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 Modifier and Type Method Description protected 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 Hardware Constructor Description 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, 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 Hardware Modifier and Type Method Description Set<? extends Hardware>
BaseComputeService. 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 Modifier and Type Method Description static com.google.common.base.Predicate<Hardware>
HardwarePredicates. idEquals(String id)
-
Uses of Hardware in org.jclouds.compute.stub.config
Methods in org.jclouds.compute.stub.config that return types with arguments of type Hardware Modifier and Type Method Description Iterable<Hardware>
StubComputeServiceAdapter. listHardwareProfiles()
-
Uses of Hardware in org.jclouds.compute.util
Methods in org.jclouds.compute.util with parameters of type Hardware Modifier and Type Method Description static double
ComputeServiceUtils. getCores(Hardware input)
static double
ComputeServiceUtils. getCoresAndSpeed(Hardware input)
static double
ComputeServiceUtils. getSpace(Hardware input)
-
Uses of Hardware in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions that return Hardware Modifier and Type Method Description Hardware
SizeToHardware. apply(Size input)
protected Hardware
DropletToNodeMetadata. getHardware(String slug)
-
Uses of Hardware in org.jclouds.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy that return types with arguments of type Hardware Modifier and Type Method Description Iterable<Hardware>
DockerComputeServiceAdapter. listHardwareProfiles()
-
Uses of Hardware in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type Hardware Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Hardware>>
RunningInstanceToNodeMetadata. hardware
Methods in org.jclouds.ec2.compute.functions that return Hardware Modifier and Type Method Description protected 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 Hardware Modifier and Type Method Description protected 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 Modifier and Type Method Description 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 Modifier and Type Method Description Iterable<Hardware>
ElasticStackComputeServiceAdapter. listHardwareProfiles()
-
Uses of Hardware in org.jclouds.glesys.compute
Methods in org.jclouds.glesys.compute that return types with arguments of type Hardware Modifier and Type Method Description Iterable<Hardware>
GleSYSComputeServiceAdapter. listHardwareProfiles()
-
Uses of Hardware in org.jclouds.glesys.compute.functions
Methods in org.jclouds.glesys.compute.functions that return Hardware Modifier and Type Method Description Hardware
ServerSpecToHardware. apply(ServerSpec spec)
-
Uses of Hardware in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return Hardware Modifier and Type Method Description protected 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 Hardware Modifier and Type Method Description Iterable<Hardware>
GoGridComputeServiceAdapter. listHardwareProfiles()
Constructor parameters in org.jclouds.gogrid.compute.strategy with type arguments of type Hardware Constructor Description 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 Hardware Modifier and Type Field Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description Set<? extends Hardware>
GoGridHardwareSupplier. get()
-
Uses of Hardware in org.jclouds.googlecomputeengine.compute.domain.internal
Methods in org.jclouds.googlecomputeengine.compute.domain.internal that return Hardware Modifier and Type Method Description protected 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 Hardware Modifier and Type Method Description Hardware
MachineTypeToHardware. 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 Hardware Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Hardware>>
ServerInRegionToNodeMetadata. hardwares
Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return Hardware Modifier and Type Method Description Hardware
FlavorInRegionToHardware. 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 Modifier and Type Method Description Hardware
PlanToHardware. apply(Plan plan)
-
Uses of Hardware in org.jclouds.profitbricks.compute
Methods in org.jclouds.profitbricks.compute that return types with arguments of type Hardware Modifier and Type Method Description Iterable<Hardware>
ProfitBricksComputeServiceAdapter. listHardwareProfiles()
-
Uses of Hardware in org.jclouds.profitbricks.compute.strategy
Methods in org.jclouds.profitbricks.compute.strategy that return Hardware Modifier and Type Method Description Hardware
TemplateWithDataCenter. getHardware()
-
Uses of Hardware in org.jclouds.servermanager.compute.functions
Methods in org.jclouds.servermanager.compute.functions that return Hardware Modifier and Type Method Description Hardware
ServerManagerHardwareToHardware. apply(Hardware from)
-
Uses of Hardware in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions that return Hardware Modifier and Type Method Description Hardware
VirtualGuestToHardware. apply(VirtualGuest from)
-
Uses of Hardware in org.jclouds.softlayer.compute.strategy
Methods in org.jclouds.softlayer.compute.strategy that return types with arguments of type Hardware Modifier and Type Method Description Iterable<Hardware>
SoftLayerComputeServiceAdapter. listHardwareProfiles()
-