Class: Aws::PCS::Types::ClusterSlurmConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#accountingTypes::Accounting

The accounting configuration includes configurable settings for Slurm accounting.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#auth_keyTypes::SlurmAuthKey

The shared Slurm key for authentication, also known as the cluster secret.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#cgroup_custom_settingsArray<Types::CgroupCustomSetting>

Additional Cgroup-specific configuration that directly maps to Cgroup settings.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#jwt_authTypes::JwtAuth

The JWT authentication configuration for Slurm REST API access.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#scale_down_idle_time_in_secondsInteger

The time (in seconds) before an idle node is scaled down.

Default: 600

Returns:

  • (Integer)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#slurm_custom_settingsArray<Types::SlurmCustomSetting>

Additional Slurm-specific configuration that directly maps to Slurm settings.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#slurm_restTypes::SlurmRest

The Slurm REST API configuration for the cluster.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end

#slurmdbd_custom_settingsArray<Types::SlurmdbdCustomSetting>

Additional SlurmDBD-specific configuration that directly maps to SlurmDBD settings.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 277

class ClusterSlurmConfiguration < Struct.new(
  :scale_down_idle_time_in_seconds,
  :slurm_custom_settings,
  :slurmdbd_custom_settings,
  :cgroup_custom_settings,
  :auth_key,
  :jwt_auth,
  :accounting,
  :slurm_rest)
  SENSITIVE = []
  include Aws::Structure
end