Class: Aws::PCS::Types::Cluster

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

Overview

The cluster resource and configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#endpointsArray<Types::Endpoint>

The list of endpoints available for interaction with the scheduler.

Returns:



101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#error_infoArray<Types::ErrorInfo>

The list of errors that occurred during cluster provisioning.

Returns:



101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The generated unique ID of the cluster.

Returns:

  • (String)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time the resource was modified.

Returns:

  • (Time)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that identifies the cluster.

Returns:

  • (String)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#networkingTypes::Networking

The networking configuration for the cluster's control plane.

Returns:



101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#schedulerTypes::Scheduler

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

Returns:



101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#sizeString

The size of the cluster.

  • SMALL: 32 compute nodes and 256 jobs

  • MEDIUM: 512 compute nodes and 8192 jobs

  • LARGE: 2048 compute nodes and 16,384 jobs

Returns:

  • (String)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#slurm_configurationTypes::ClusterSlurmConfiguration

Additional options related to the Slurm scheduler.



101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The provisioning status of the cluster.

The provisioning status doesn't indicate the overall health of the cluster.

Returns:

  • (String)


101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 101

class Cluster < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :created_at,
  :modified_at,
  :scheduler,
  :size,
  :slurm_configuration,
  :networking,
  :endpoints,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end