Class NodeRebootParameter


  • public class NodeRebootParameter
    extends Object
    Options for rebooting a Compute Node.
    • Constructor Detail

      • NodeRebootParameter

        public NodeRebootParameter()
    • Method Detail

      • 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.