Uses of Enum Class
org.jclouds.compute.domain.NodeMetadata.Status
Packages that use NodeMetadata.Status
Package
Description
-
Uses of NodeMetadata.Status in org.jclouds.aws.ec2.compute.functions
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type NodeMetadata.StatusModifierConstructorDescriptionprotected
AWSRunningInstanceToNodeMetadata
(Map<InstanceState, NodeMetadata.Status> instanceToNodeStatus, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention) -
Uses of NodeMetadata.Status in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return NodeMetadata.StatusModifier and TypeMethodDescriptionabstract NodeMetadata.Status
VirtualMachineToStatus.StatusAndBackendStatus.status()
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type NodeMetadata.StatusModifier and TypeMethodDescriptionVirtualMachineToStatus.StatusAndBackendStatus.create
(NodeMetadata.Status status, String backendStatus) -
Uses of NodeMetadata.Status in org.jclouds.cloudstack.compute.functions
Fields in org.jclouds.cloudstack.compute.functions with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionstatic final Map
<VirtualMachine.State, NodeMetadata.Status> VirtualMachineToNodeMetadata.vmStateToNodeStatus
-
Uses of NodeMetadata.Status in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return NodeMetadata.StatusModifier and TypeMethodDescriptionstatic NodeMetadata.Status
Returns the enum constant of this class with the specified name.static NodeMetadata.Status[]
NodeMetadata.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.compute.domain with parameters of type NodeMetadata.Status -
Uses of NodeMetadata.Status in org.jclouds.compute.domain.internal
Methods in org.jclouds.compute.domain.internal that return NodeMetadata.StatusConstructors in org.jclouds.compute.domain.internal with parameters of type NodeMetadata.StatusModifierConstructorDescriptionNodeMetadataImpl
(String providerId, String name, String id, 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, 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.StatusModifierConstructorDescriptionRefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid
(NodeMetadata.Status intended, Set<NodeMetadata.Status> invalids, GetNodeMetadataStrategy client) RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid
(NodeMetadata.Status intended, GetNodeMetadataStrategy client) Constructor parameters in org.jclouds.compute.predicates.internal with type arguments of type NodeMetadata.StatusModifierConstructorDescriptionRefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid
(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.StatusModifier and TypeMethodDescriptionprotected void
StubComputeServiceAdapter.setStateOnNode
(NodeMetadata.Status status, NodeMetadata node) protected void
StubComputeServiceAdapter.setStateOnNodeAfterDelay
(NodeMetadata.Status status, NodeMetadata node, long millis) -
Uses of NodeMetadata.Status in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions that return NodeMetadata.Status -
Uses of NodeMetadata.Status in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions that return NodeMetadata.Status -
Uses of NodeMetadata.Status in org.jclouds.ec2.compute.config
Fields in org.jclouds.ec2.compute.config with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionstatic final Map
<InstanceState, NodeMetadata.Status> EC2ComputeServiceDependenciesModule.toPortableNodeStatus
Methods in org.jclouds.ec2.compute.config that return types with arguments of type NodeMetadata.StatusModifier and TypeMethodDescriptionprotected final Map
<InstanceState, NodeMetadata.Status> EC2ComputeServiceDependenciesModule.toPortableNodeStatus()
-
Uses of NodeMetadata.Status in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionprotected final Map
<InstanceState, NodeMetadata.Status> RunningInstanceToNodeMetadata.instanceToNodeStatus
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type NodeMetadata.StatusModifierConstructorDescriptionprotected
RunningInstanceToNodeMetadata
(Map<InstanceState, NodeMetadata.Status> instanceToNodeStatus, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention) -
Uses of NodeMetadata.Status in org.jclouds.elasticstack.compute.functions
Fields in org.jclouds.elasticstack.compute.functions with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionstatic final Map
<ServerStatus, NodeMetadata.Status> ServerInfoToNodeMetadata.serverStatusToNodeStatus
-
Uses of NodeMetadata.Status in org.jclouds.glesys.compute.functions
Fields in org.jclouds.glesys.compute.functions with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionstatic final Map
<Server.State, NodeMetadata.Status> ServerDetailsToNodeMetadata.serverStateToNodeStatus
-
Uses of NodeMetadata.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 NodeMetadata.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 NodeMetadata.StatusModifier and TypeMethodDescriptionprotected final Map
<Server.Status, NodeMetadata.Status> NovaComputeServiceContextModule.toPortableNodeStatus()
-
Uses of NodeMetadata.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 NodeMetadata.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 NodeMetadata.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 NodeMetadata.Status in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions that return NodeMetadata.Status -
Uses of NodeMetadata.Status in org.jclouds.servermanager.compute.functions
Fields in org.jclouds.servermanager.compute.functions with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionstatic final Map
<Server.Status, NodeMetadata.Status> ServerToNodeMetadata.serverStatusToNodeStatus
-
Uses of NodeMetadata.Status in org.jclouds.softlayer.compute.functions
Fields in org.jclouds.softlayer.compute.functions with type parameters of type NodeMetadata.StatusModifier and TypeFieldDescriptionstatic final Map
<VirtualGuest.State, NodeMetadata.Status> VirtualGuestToNodeMetadata.serverStateToNodeStatus