Uses of Class
org.jclouds.compute.domain.NodeMetadata.Status

Packages that use NodeMetadata.Status
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.predicates.internal   
org.jclouds.compute.stub.config   
 

Uses of NodeMetadata.Status in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return NodeMetadata.Status
static NodeMetadata.Status NodeMetadata.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeMetadata.Status[] NodeMetadata.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.compute.domain with parameters of type NodeMetadata.Status
 NodeMetadataBuilder NodeMetadataBuilder.status(NodeMetadata.Status status)
           
 

Uses of NodeMetadata.Status in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return NodeMetadata.Status
 NodeMetadata.Status NodeMetadataImpl.getStatus()
          portable status of the resource
 

Constructors in org.jclouds.compute.domain.internal with parameters of type NodeMetadata.Status
NodeMetadataImpl(String providerId, String name, String id, org.jclouds.domain.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, org.jclouds.domain.LoginCredentials credentials, String hostname)
           
 

Uses of NodeMetadata.Status in org.jclouds.compute.predicates.internal
 

Constructors in org.jclouds.compute.predicates.internal with parameters of type NodeMetadata.Status
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended, GetNodeMetadataStrategy client)
           
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended, Set<NodeMetadata.Status> invalids, GetNodeMetadataStrategy client)
           
 

Constructor parameters in org.jclouds.compute.predicates.internal with type arguments of type NodeMetadata.Status
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended, Set<NodeMetadata.Status> invalids, GetNodeMetadataStrategy client)
           
 

Uses of NodeMetadata.Status in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config with parameters of type NodeMetadata.Status
protected  void StubComputeServiceAdapter.setStateOnNode(NodeMetadata.Status status, NodeMetadata node)
           
protected  void StubComputeServiceAdapter.setStateOnNodeAfterDelay(NodeMetadata.Status status, NodeMetadata node, long millis)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.