Class: Aws::Types::UltraServer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


11841
11842
11843
# File 'sig/types.rbs', line 11841

def availability_zone
  @availability_zone
end

#available_instance_count::Integer

Returns the value of attribute available_instance_count.

Returns:

  • (::Integer)


11845
11846
11847
# File 'sig/types.rbs', line 11845

def available_instance_count
  @available_instance_count
end

#available_spare_instance_count::Integer

Returns the value of attribute available_spare_instance_count.

Returns:

  • (::Integer)


11847
11848
11849
# File 'sig/types.rbs', line 11847

def available_spare_instance_count
  @available_spare_instance_count
end

#configured_spare_instance_count::Integer

Returns the value of attribute configured_spare_instance_count.

Returns:

  • (::Integer)


11844
11845
11846
# File 'sig/types.rbs', line 11844

def configured_spare_instance_count
  @configured_spare_instance_count
end

#health_status"OK", ...

Returns the value of attribute health_status.

Returns:

  • ("OK", "Impaired", "Insufficient-Data")


11849
11850
11851
# File 'sig/types.rbs', line 11849

def health_status
  @health_status
end

#in_use_instance_count::Integer

Returns the value of attribute in_use_instance_count.

Returns:

  • (::Integer)


11846
11847
11848
# File 'sig/types.rbs', line 11846

def in_use_instance_count
  @in_use_instance_count
end

#instance_type"ml.p4d.24xlarge", ...

Returns the value of attribute instance_type.

Returns:

  • ("ml.p4d.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.trn1.32xlarge", "ml.trn2.48xlarge", "ml.p6-b200.48xlarge", "ml.p4de.24xlarge", "ml.p6e-gb200.36xlarge", "ml.p5.4xlarge", "ml.p6-b300.48xlarge")


11842
11843
11844
# File 'sig/types.rbs', line 11842

def instance_type
  @instance_type
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


11843
11844
11845
# File 'sig/types.rbs', line 11843

def total_instance_count
  @total_instance_count
end

#ultra_server_id::String

Returns the value of attribute ultra_server_id.

Returns:

  • (::String)


11839
11840
11841
# File 'sig/types.rbs', line 11839

def ultra_server_id
  @ultra_server_id
end

#ultra_server_type::String

Returns the value of attribute ultra_server_type.

Returns:

  • (::String)


11840
11841
11842
# File 'sig/types.rbs', line 11840

def ultra_server_type
  @ultra_server_type
end

#unhealthy_instance_count::Integer

Returns the value of attribute unhealthy_instance_count.

Returns:

  • (::Integer)


11848
11849
11850
# File 'sig/types.rbs', line 11848

def unhealthy_instance_count
  @unhealthy_instance_count
end