Uses of Interface
org.jclouds.compute.domain.ComputeMetadata
-
-
Uses of ComputeMetadata in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type ComputeMetadata Modifier and Type Method Description Set<? 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 ComputeMetadata Modifier and Type Method Description protected com.google.common.base.Function<ComputeMetadata,String>
BaseComputeServiceContextModule. indexer()
-
Uses of ComputeMetadata in org.jclouds.compute.domain
Subinterfaces of ComputeMetadata in org.jclouds.compute.domain Modifier and Type Interface Description interface
ComputeMetadataIncludingStatus<S extends Enum<S>>
interface
Hardware
Size of a node.interface
Image
Running Operating systeminterface
NodeMetadata
Classes in org.jclouds.compute.domain that implement ComputeMetadata Modifier and Type Class Description class
SecurityGroup
Describes a security group containing a set of @{link IpPermission}sMethods in org.jclouds.compute.domain that return ComputeMetadata Modifier and Type Method Description ComputeMetadata
ComputeMetadataBuilder. build()
Methods in org.jclouds.compute.domain with parameters of type ComputeMetadata Modifier and Type Method Description static ComputeMetadataBuilder
ComputeMetadataBuilder. fromComputeMetadata(ComputeMetadata in)
-
Uses of ComputeMetadata in org.jclouds.compute.domain.internal
Classes in org.jclouds.compute.domain.internal that implement ComputeMetadata Modifier and Type Class Description class
ComputeMetadataImpl
class
HardwareImpl
class
ImageImpl
class
NodeMetadataImpl
Methods in org.jclouds.compute.domain.internal with parameters of type ComputeMetadata Modifier and Type Method Description boolean
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 Modifier and Type Method Description Set<? extends ComputeMetadata>
BaseComputeService. listNodes()
-
Uses of ComputeMetadata in org.jclouds.compute.predicates
Methods in org.jclouds.compute.predicates with type parameters of type ComputeMetadata Modifier and Type Method Description static <T extends ComputeMetadata>
com.google.common.base.Predicate<T>NodePredicates. withIds(String... ids)
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 ComputeMetadata Modifier and Type Method Description static 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 ComputeMetadata Modifier and Type Method Description Iterable<? 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 ComputeMetadata Modifier and Type Method Description Iterable<? 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 ComputeMetadata Modifier and Type Method Description static Iterable<? extends ComputeMetadata>
ComputeServiceUtils. filterByName(Iterable<? extends ComputeMetadata> nodes, String name)
Method parameters in org.jclouds.compute.util with type arguments of type ComputeMetadata Modifier and Type Method Description static 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 ComputeMetadata Modifier and Type Method Description Set<? extends ComputeMetadata>
EC2ListNodesStrategy. listNodes()
-
Uses of ComputeMetadata in org.jclouds.glesys.reference
Methods in org.jclouds.glesys.reference with parameters of type ComputeMetadata Modifier and Type Method Description static 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 ComputeMetadata Modifier and Type Method Description <T extends ComputeMetadata>
TServerInRegionToNodeMetadata. findObjectOfTypeForServerOrNull(Set<? extends T> supply, String type, String objectId, RegionAndId serverInRegion)
-