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 HardwareAWSRunningInstanceToNodeMetadata. 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 HardwareVMHardwareToHardware. apply(VMHardware from)protected HardwareVirtualMachineToNodeMetadata. 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 HardwareServiceOfferingToHardware. 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. adapterMethods 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 voidBindComputeSuppliersByClass. 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 HardwareHardwareBuilder. build()HardwareNodeMetadata. getHardware()The hardware this node is running, if possible to determine.HardwareTemplate. getHardware()Size that suits the requirements.Methods in org.jclouds.compute.domain with parameters of type Hardware Modifier and Type Method Description static HardwareBuilderHardwareBuilder. fromHardware(Hardware in)TemplateBuilderTemplateBuilder. fromHardware(Hardware hardware)Configure this template to require the minimum hardware of the parameter.NodeMetadataBuilderNodeMetadataBuilder. 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 classHardwareImplFields 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. hardwaresMethods in org.jclouds.compute.domain.internal that return Hardware Modifier and Type Method Description protected HardwareArbitraryCpuRamTemplateBuilderImpl. automaticHardware(double cores, int ram, com.google.common.base.Optional<Float> diskSize)protected HardwareArbitraryCpuRamTemplateBuilderImpl. findHardwareWithId(Set<? extends Hardware> hardwaresToSearch)protected HardwareTemplateBuilderImpl. findHardwareWithId(Set<? extends Hardware> hardwaresToSearch)HardwareNodeMetadataImpl. getHardware()The hardware this node is running, if possible to determine.HardwareTemplateImpl. getHardware()Size that suits the requirements.protected HardwareArbitraryCpuRamTemplateBuilderImpl. resolveHardware(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images)protected HardwareTemplateBuilderImpl. 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 TemplateBuilderTemplateBuilderImpl. fromHardware(Hardware hardware)Configure this template to require the minimum hardware of the parameter.protected ImageTemplateBuilderImpl. 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 HardwareArbitraryCpuRamTemplateBuilderImpl. findHardwareWithId(Set<? extends Hardware> hardwaresToSearch)protected HardwareTemplateBuilderImpl. findHardwareWithId(Set<? extends Hardware> hardwaresToSearch)protected HardwareArbitraryCpuRamTemplateBuilderImpl. resolveHardware(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images)protected HardwareTemplateBuilderImpl. resolveHardware(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images)protected NoSuchElementExceptionTemplateBuilderImpl. 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 doubleComputeServiceUtils. getCores(Hardware input)static doubleComputeServiceUtils. getCoresAndSpeed(Hardware input)static doubleComputeServiceUtils. 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 HardwareSizeToHardware. apply(Size input)protected HardwareDropletToNodeMetadata. 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 HardwareEC2HardwareBuilder. 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. hardwareMethods in org.jclouds.ec2.compute.functions that return Hardware Modifier and Type Method Description protected HardwareRunningInstanceToNodeMetadata. 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 ImageEC2TemplateBuilderImpl. 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 HardwareServerSpecToHardware. 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 HardwareServerToNodeMetadata. 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 HardwareGoGridHardwareSupplier. H1024static HardwareGoGridHardwareSupplier. H16384static HardwareGoGridHardwareSupplier. H2048static HardwareGoGridHardwareSupplier. H4096static HardwareGoGridHardwareSupplier. H512static HardwareGoGridHardwareSupplier. H8192Fields 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_ALLMethods 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 HardwareGoogleComputeEngineArbitraryCpuRamTemplateBuilderImpl. 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 HardwareMachineTypeToHardware. apply(MachineType input)static HardwareInstanceToNodeMetadata. 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. hardwaresMethods in org.jclouds.openstack.nova.v2_0.compute.functions that return Hardware Modifier and Type Method Description HardwareFlavorInRegionToHardware. apply(FlavorInRegion flavorInRegion)protected HardwareServerInRegionToNodeMetadata. 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 HardwarePlanToHardware. 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 HardwareTemplateWithDataCenter. 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 HardwareServerManagerHardwareToHardware. 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 HardwareVirtualGuestToHardware. 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()
-