Class: Aws::PCS::Types::SlurmCustomSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SlurmCustomSetting
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Additional settings that directly map to Slurm settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_name ⇒ String
PCS supports configuration of the following Slurm parameters:.
-
#parameter_value ⇒ String
The values for the configured Slurm settings.
Instance Attribute Details
#parameter_name ⇒ String
PCS supports configuration of the following Slurm parameters:
For clusters
-
PCS supports a subset of the options for
AccountingStorageEnforce
. For more information, see Slurm accounting in PCS in the PCS User Guide.
For compute node groups
1827 1828 1829 1830 1831 1832 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1827 class SlurmCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
The values for the configured Slurm settings.
1827 1828 1829 1830 1831 1832 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1827 class SlurmCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |