Uses of Enum Class
org.jclouds.openstack.nova.v2_0.domain.Server.Status
Packages that use Server.Status
Package
Description
-
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.StatusModifier and TypeFieldDescriptionstatic final Map
<Server.Status, NodeMetadata.Status> NovaComputeServiceContextModule.toPortableNodeStatus
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Server.StatusModifier and TypeMethodDescriptionprotected final Map
<Server.Status, 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.StatusModifier and TypeFieldDescriptionprotected Map
<Server.Status, NodeMetadata.Status> ServerInRegionToNodeMetadata.toPortableNodeStatus
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Server.StatusModifierConstructorDescriptionServerInRegionToNodeMetadata
(Map<Server.Status, NodeMetadata.Status> toPortableNodeStatus, com.google.common.base.Supplier<Map<String, Location>> locationIndex, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, 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.StatusMethods in org.jclouds.openstack.nova.v2_0.domain that return Server.StatusModifier and TypeMethodDescriptionstatic Server.Status
Server.getStatus()
static Server.Status
Returns the enum constant of this class with the specified name.static Server.Status[]
Server.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server.StatusConstructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server.StatusModifierConstructorDescriptionprotected
Server
(String id, String name, Set<Link> links, String uuid, String tenantId, String userId, Date updated, Date created, String hostId, String accessIPv4, String accessIPv6, Server.Status status, Resource image, Resource flavor, String keyName, String configDrive, com.google.common.collect.Multimap<String, Address> addresses, Map<String, String> metadata, ServerExtendedStatus extendedStatus, ServerExtendedAttributes extendedAttributes, String diskConfig, String availabilityZone) protected
ServerWithSecurityGroups
(String id, String name, Set<Link> links, String uuid, String tenantId, String userId, Date updated, Date created, String hostId, String accessIPv4, String accessIPv6, Server.Status status, Resource image, 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, String availabilityZone)