Uses of Interface
org.jclouds.compute.domain.ComputeMetadata
Packages that use ComputeMetadata
Package
Description
-
Uses of ComputeMetadata in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionSet
<? extends ComputeMetadata> ComputeService.listNodes()
Set
<? extends ComputeMetadata> ComputeService.listNodesByIds
(Iterable<String> ids) -
Uses of ComputeMetadata in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionprotected final com.google.common.base.Function
<ComputeMetadata, String> BaseComputeServiceContextModule.indexer()
-
Uses of ComputeMetadata in org.jclouds.compute.domain
Subinterfaces of ComputeMetadata in org.jclouds.compute.domainModifier and TypeInterfaceDescriptioninterface
ComputeMetadataIncludingStatus<S extends Enum<S>>
interface
Size of a node.interface
Running Operating systeminterface
Classes in org.jclouds.compute.domain that implement ComputeMetadataModifier and TypeClassDescriptionclass
Describes a security group containing a set of @{link IpPermission}sMethods in org.jclouds.compute.domain that return ComputeMetadataMethods in org.jclouds.compute.domain with parameters of type ComputeMetadataModifier and TypeMethodDescriptionstatic ComputeMetadataBuilder
ComputeMetadataBuilder.fromComputeMetadata
(ComputeMetadata in) -
Uses of ComputeMetadata in org.jclouds.compute.domain.internal
Classes in org.jclouds.compute.domain.internal that implement ComputeMetadataModifier and TypeClassDescriptionclass
class
class
class
Methods in org.jclouds.compute.domain.internal with parameters of type ComputeMetadataModifier and TypeMethodDescriptionboolean
NullEqualToIsParentOrIsGrandparentOfCurrentLocation.apply
(ComputeMetadata input) -
Uses of ComputeMetadata in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return types with arguments of type ComputeMetadata -
Uses of ComputeMetadata in org.jclouds.compute.predicates
Methods in org.jclouds.compute.predicates with type parameters of type ComputeMetadataModifier and TypeMethodDescriptionstatic <T extends ComputeMetadata>
com.google.common.base.Predicate<T> Return nodes with the specific ids Note: returns all nodes, regardless of the state.Methods in org.jclouds.compute.predicates that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<ComputeMetadata> NodePredicates.all()
return everything.static com.google.common.base.Predicate
<ComputeMetadata> NodePredicates.locationId
(String id) Return nodes in the specified location.static com.google.common.base.Predicate
<ComputeMetadata> NodePredicates.parentLocationId
(String id) Return nodes in the specified parent location. -
Uses of ComputeMetadata in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionIterable
<? extends ComputeMetadata> ListNodesStrategy.listNodes()
-
Uses of ComputeMetadata in org.jclouds.compute.strategy.impl
Methods in org.jclouds.compute.strategy.impl that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionIterable
<? extends ComputeMetadata> AdaptingComputeServiceStrategies.listNodes()
-
Uses of ComputeMetadata in org.jclouds.compute.util
Methods in org.jclouds.compute.util that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionstatic Iterable
<? extends ComputeMetadata> ComputeServiceUtils.filterByName
(Iterable<? extends ComputeMetadata> nodes, String name) Method parameters in org.jclouds.compute.util with type arguments of type ComputeMetadataModifier and TypeMethodDescriptionstatic Iterable
<? extends ComputeMetadata> ComputeServiceUtils.filterByName
(Iterable<? extends ComputeMetadata> nodes, String name) -
Uses of ComputeMetadata in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type ComputeMetadataModifier and TypeMethodDescriptionSet
<? extends ComputeMetadata> EC2ListNodesStrategy.listNodes()
-
Uses of ComputeMetadata in org.jclouds.glesys.reference
Methods in org.jclouds.glesys.reference with parameters of type ComputeMetadataModifier and TypeMethodDescriptionstatic String
GleSYSConstants.getPlatform
(ComputeMetadata jcloudsObject) -
Uses of ComputeMetadata in org.jclouds.openstack.nova.v2_0.compute.functions
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type ComputeMetadataModifier and TypeMethodDescription<T extends ComputeMetadata>
TServerInRegionToNodeMetadata.findObjectOfTypeForServerOrNull
(Set<? extends T> supply, String type, String objectId, RegionAndId serverInRegion)