Class NodeReimageParameter


  • public class NodeReimageParameter
    extends Object
    Options for reimaging a Compute Node.
    • Constructor Detail

      • NodeReimageParameter

        public NodeReimageParameter()
    • Method Detail

      • nodeReimageOption

        public ComputeNodeReimageOption nodeReimageOption()
        Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.
        Returns:
        the nodeReimageOption value
      • withNodeReimageOption

        public NodeReimageParameter withNodeReimageOption​(ComputeNodeReimageOption nodeReimageOption)
        Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.
        Parameters:
        nodeReimageOption - the nodeReimageOption value to set
        Returns:
        the NodeReimageParameter object itself.