Uses of Class
com.azure.compute.batch.models.BatchNodeState
Packages that use BatchNodeState
-
Uses of BatchNodeState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeStateModifier and TypeFieldDescriptionstatic final BatchNodeStateBatchNodeState.CREATINGThe Batch service has obtained the underlying virtual machine from Azure Compute, but it has not yet started to join the Pool.static final BatchNodeStateBatchNodeState.DEALLOCATEDThe Compute Node is deallocated.static final BatchNodeStateBatchNodeState.DEALLOCATINGThe Compute Node is deallocating.static final BatchNodeStateBatchNodeState.IDLEThe Compute Node is not currently running a Task.static final BatchNodeStateBatchNodeState.LEAVING_POOLThe Compute Node is leaving the Pool, either because the user explicitly removed it or because the Pool is resizing or autoscaling down.static final BatchNodeStateBatchNodeState.OFFLINEThe Compute Node is not currently running a Task, and scheduling of new Tasks to the Compute Node is disabled.static final BatchNodeStateBatchNodeState.PREEMPTEDThe Spot/Low-priority Compute Node has been preempted.static final BatchNodeStateBatchNodeState.REBOOTINGThe Compute Node is rebooting.static final BatchNodeStateBatchNodeState.REIMAGINGThe Compute Node is reimaging.static final BatchNodeStateBatchNodeState.RUNNINGThe Compute Node is running one or more Tasks (other than a StartTask).static final BatchNodeStateBatchNodeState.START_TASK_FAILEDThe StartTask has failed on the Compute Node (and exhausted all retries), and waitForSuccess is set.static final BatchNodeStateBatchNodeState.STARTINGThe Batch service is starting on the underlying virtual machine.static final BatchNodeStateBatchNodeState.UNKNOWNThe Batch service has lost contact with the Compute Node, and does not know its true state.static final BatchNodeStateBatchNodeState.UNUSABLEThe Compute Node cannot be used for Task execution due to errors.static final BatchNodeStateBatchNodeState.UPGRADING_OSThe Compute Node is undergoing an OS upgrade operation.static final BatchNodeStateBatchNodeState.WAITING_FOR_START_TASKThe StartTask has started running on the Compute Node, but waitForSuccess is set and the StartTask has not yet completed.Methods in com.azure.compute.batch.models that return BatchNodeStateModifier and TypeMethodDescriptionstatic BatchNodeStateBatchNodeState.fromString(String name) Creates or finds a BatchNodeState from its string representation.BatchNode.getState()Get the state property: The current state of the Compute Node.Methods in com.azure.compute.batch.models that return types with arguments of type BatchNodeStateModifier and TypeMethodDescriptionstatic Collection<BatchNodeState> BatchNodeState.values()Gets known BatchNodeState values.