Class: Aws::PCS::Types::SchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SchedulerRequest
- 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
-
#type ⇒ String
The software PCS uses to manage cluster scaling and job scheduling.
-
#version ⇒ String
The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling.
Instance Attribute Details
#type ⇒ String
The software PCS uses to manage cluster scaling and job scheduling.
1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1861 class SchedulerRequest < Struct.new( :type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
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
1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1861 class SchedulerRequest < Struct.new( :type, :version) SENSITIVE = [] include Aws::Structure end |