NodeRebootParameter Class

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

public class NodeRebootParameter

Options for rebooting a Compute Node.

Constructor Summary

Constructor Description
NodeRebootParameter()

Method Summary

Modifier and Type Method and Description
ComputeNodeRebootOption nodeRebootOption()

Get the default value is requeue.

NodeRebootParameter withNodeRebootOption(ComputeNodeRebootOption nodeRebootOption)

Set the default value is requeue.

Methods inherited from java.lang.Object

Constructor Details

NodeRebootParameter

public NodeRebootParameter()

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