NodeRebootParameter Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.NodeRebootParameter

public class NodeRebootParameter

Options for rebooting a compute node.

Method Summary

Modifier and Type Method and Description
ComputeNodeRebootOption nodeRebootOption()

Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

NodeRebootParameter withNodeRebootOption(ComputeNodeRebootOption nodeRebootOption)

Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

Method Details

nodeRebootOption

public ComputeNodeRebootOption nodeRebootOption()

Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

Returns:

the nodeRebootOption value

withNodeRebootOption

public NodeRebootParameter withNodeRebootOption(ComputeNodeRebootOption nodeRebootOption)

Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

Parameters:

nodeRebootOption - the nodeRebootOption value to set

Returns:

the NodeRebootParameter object itself.

Applies to