Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Server.Status

Packages that use Server.Status
org.jclouds.openstack.nova.v2_0.compute.config   
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.predicates   
 

Uses of Server.Status in org.jclouds.openstack.nova.v2_0.compute.config
 

Fields in org.jclouds.openstack.nova.v2_0.compute.config with type parameters of type Server.Status
static Map<Server.Status,org.jclouds.compute.domain.NodeMetadata.Status> NovaComputeServiceContextModule.toPortableNodeStatus
           
 

Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Server.Status
protected  Map<Server.Status,org.jclouds.compute.domain.NodeMetadata.Status> NovaComputeServiceContextModule.toPortableNodeStatus()
           
 

Uses of Server.Status in org.jclouds.openstack.nova.v2_0.compute.functions
 

Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type Server.Status
protected  Map<Server.Status,org.jclouds.compute.domain.NodeMetadata.Status> ServerInZoneToNodeMetadata.toPortableNodeStatus
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Server.Status
ServerInZoneToNodeMetadata(Map<Server.Status,org.jclouds.compute.domain.NodeMetadata.Status> toPortableNodeStatus, com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> hardwares, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 

Uses of Server.Status in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain declared as Server.Status
protected  Server.Status Server.Builder.status
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server.Status
 T Server.Builder.status(Server.Status status)
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server.Status
Server(String id, String name, Set<org.jclouds.openstack.v2_0.domain.Link> links, String uuid, String tenantId, String userId, Date updated, Date created, String hostId, String accessIPv4, String accessIPv6, Server.Status status, org.jclouds.openstack.v2_0.domain.Resource image, org.jclouds.openstack.v2_0.domain.Resource flavor, String keyName, String configDrive, com.google.common.collect.Multimap<String,Address> addresses, Map<String,String> metadata, ServerExtendedStatus extendedStatus, ServerExtendedAttributes extendedAttributes, String diskConfig)
           
ServerWithSecurityGroups(String id, String name, Set<org.jclouds.openstack.v2_0.domain.Link> links, String uuid, String tenantId, String userId, Date updated, Date created, String hostId, String accessIPv4, String accessIPv6, Server.Status status, org.jclouds.openstack.v2_0.domain.Resource image, org.jclouds.openstack.v2_0.domain.Resource flavor, String keyName, String configDrive, com.google.common.collect.Multimap<String,Address> addresses, Map<String,String> metadata, ServerExtendedStatus extendedStatus, ServerExtendedAttributes extendedAttributes, String diskConfig, Set<String> securityGroupNames)
           
 

Uses of Server.Status in org.jclouds.openstack.nova.v2_0.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.predicates with parameters of type Server.Status
static com.google.common.base.Predicate<String> ServerPredicates.awaitStatus(ServerApi serverApi, Server.Status status, long maxWaitInSec, long periodInSec)
          Waits until a Server reaches Status.
 

Constructors in org.jclouds.openstack.nova.v2_0.predicates with parameters of type Server.Status
ServerPredicates.ServerStatusPredicate(ServerApi serverApi, Server.Status status)
           
 



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