Class NodeDisableSchedulingParameter


  • public class NodeDisableSchedulingParameter
    extends Object
    Options for disabling scheduling on a Compute Node.
    • Constructor Detail

      • NodeDisableSchedulingParameter

        public NodeDisableSchedulingParameter()
    • Method Detail

      • nodeDisableSchedulingOption

        public DisableComputeNodeSchedulingOption nodeDisableSchedulingOption()
        Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion'.
        Returns:
        the nodeDisableSchedulingOption value
      • withNodeDisableSchedulingOption

        public NodeDisableSchedulingParameter withNodeDisableSchedulingOption​(DisableComputeNodeSchedulingOption nodeDisableSchedulingOption)
        Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion'.
        Parameters:
        nodeDisableSchedulingOption - the nodeDisableSchedulingOption value to set
        Returns:
        the NodeDisableSchedulingParameter object itself.