Class: Aws::PCS::Types::ClusterSlurmConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ClusterSlurmConfiguration
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Additional options related to the Slurm scheduler.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_key ⇒ Types::SlurmAuthKey
The shared Slurm key for authentication, also known as the cluster secret.
-
#scale_down_idle_time_in_seconds ⇒ Integer
The time (in seconds) before an idle node is scaled down.
-
#slurm_custom_settings ⇒ Array<Types::SlurmCustomSetting>
Additional Slurm-specific configuration that directly maps to Slurm settings.
Instance Attribute Details
#auth_key ⇒ Types::SlurmAuthKey
The shared Slurm key for authentication, also known as the cluster secret.
138 139 140 141 142 143 144 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 138 class ClusterSlurmConfiguration < Struct.new( :scale_down_idle_time_in_seconds, :slurm_custom_settings, :auth_key) SENSITIVE = [] include Aws::Structure end |
#scale_down_idle_time_in_seconds ⇒ Integer
The time (in seconds) before an idle node is scaled down.
Default: 600
138 139 140 141 142 143 144 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 138 class ClusterSlurmConfiguration < Struct.new( :scale_down_idle_time_in_seconds, :slurm_custom_settings, :auth_key) SENSITIVE = [] include Aws::Structure end |
#slurm_custom_settings ⇒ Array<Types::SlurmCustomSetting>
Additional Slurm-specific configuration that directly maps to Slurm settings.
138 139 140 141 142 143 144 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 138 class ClusterSlurmConfiguration < Struct.new( :scale_down_idle_time_in_seconds, :slurm_custom_settings, :auth_key) SENSITIVE = [] include Aws::Structure end |