Uses of Class
org.jclouds.compute.domain.NodeMetadata.Status
-
-
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.Status Constructor Description 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.Status Modifier and Type Method Description abstract NodeMetadata.Status
VirtualMachineToStatus.StatusAndBackendStatus. status()
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type NodeMetadata.Status Modifier and Type Method Description static VirtualMachineToStatus.StatusAndBackendStatus
VirtualMachineToStatus.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.Status Modifier and Type Field Description static 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.Status Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description NodeMetadata.Status
NodeMetadataImpl. getStatus()
portable status of the resourceConstructors in org.jclouds.compute.domain.internal with parameters of type NodeMetadata.Status Constructor Description NodeMetadataImpl(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.Status Constructor Description RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(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.Status Constructor Description 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 Modifier and Type Method Description protected 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 Modifier and Type Method Description NodeMetadata.Status
DropletStatusToStatus. apply(Droplet.Status input)
-
Uses of NodeMetadata.Status in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions that return NodeMetadata.Status Modifier and Type Method Description NodeMetadata.Status
StateToStatus. apply(State state)
-
Uses of NodeMetadata.Status in org.jclouds.ec2.compute.config
Fields in org.jclouds.ec2.compute.config with type parameters of type NodeMetadata.Status Modifier and Type Field Description static Map<InstanceState,NodeMetadata.Status>
EC2ComputeServiceDependenciesModule. toPortableNodeStatus
Methods in org.jclouds.ec2.compute.config that return types with arguments of type NodeMetadata.Status Modifier and Type Method Description protected 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.Status Modifier and Type Field Description protected Map<InstanceState,NodeMetadata.Status>
RunningInstanceToNodeMetadata. instanceToNodeStatus
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type NodeMetadata.Status Constructor Description 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.Status Modifier and Type Field Description static 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.Status Modifier and Type Field Description static 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.Status Modifier and Type Field Description static 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.Status Modifier and Type Method Description protected 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.Status Modifier and Type Field Description protected Map<Server.Status,NodeMetadata.Status>
ServerInRegionToNodeMetadata. toPortableNodeStatus
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type NodeMetadata.Status Constructor Description ServerInRegionToNodeMetadata(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 Modifier and Type Method Description NodeMetadata.Status
DeviceStateToStatus. apply(Device.State input)
-
Uses of NodeMetadata.Status in org.jclouds.servermanager.compute.functions
Fields in org.jclouds.servermanager.compute.functions with type parameters of type NodeMetadata.Status Modifier and Type Field Description static 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.Status Modifier and Type Field Description static Map<VirtualGuest.State,NodeMetadata.Status>
VirtualGuestToNodeMetadata. serverStateToNodeStatus
-