Class: Aws::PCS::Types::SchedulerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb

Overview

The cluster management and job scheduling software associated with the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The software PCS uses to manage cluster scaling and job scheduling.

Returns:

  • (String)


2071
2072
2073
2074
2075
2076
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2071

class SchedulerRequest < Struct.new(
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see Slurm versions in PCS in the PCS User Guide.

Valid Values: 24.11 | 25.05 | 25.11

Returns:

  • (String)


2071
2072
2073
2074
2075
2076
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2071

class SchedulerRequest < Struct.new(
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end