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)


11925
11926
11927
# File 'sig/types.rbs', line 11925

def availability_zone
  @availability_zone
end

#available_instance_count::Integer

Returns the value of attribute available_instance_count.

Returns:

  • (::Integer)


11929
11930
11931
# File 'sig/types.rbs', line 11929

def available_instance_count
  @available_instance_count
end

#available_spare_instance_count::Integer

Returns the value of attribute available_spare_instance_count.

Returns:

  • (::Integer)


11931
11932
11933
# File 'sig/types.rbs', line 11931

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)


11928
11929
11930
# File 'sig/types.rbs', line 11928

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")


11933
11934
11935
# File 'sig/types.rbs', line 11933

def health_status
  @health_status
end

#in_use_instance_count::Integer

Returns the value of attribute in_use_instance_count.

Returns:

  • (::Integer)


11930
11931
11932
# File 'sig/types.rbs', line 11930

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")


11926
11927
11928
# File 'sig/types.rbs', line 11926

def instance_type
  @instance_type
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


11927
11928
11929
# File 'sig/types.rbs', line 11927

def total_instance_count
  @total_instance_count
end

#ultra_server_id::String

Returns the value of attribute ultra_server_id.

Returns:

  • (::String)


11923
11924
11925
# File 'sig/types.rbs', line 11923

def ultra_server_id
  @ultra_server_id
end

#ultra_server_type::String

Returns the value of attribute ultra_server_type.

Returns:

  • (::String)


11924
11925
11926
# File 'sig/types.rbs', line 11924

def ultra_server_type
  @ultra_server_type
end

#unhealthy_instance_count::Integer

Returns the value of attribute unhealthy_instance_count.

Returns:

  • (::Integer)


11932
11933
11934
# File 'sig/types.rbs', line 11932

def unhealthy_instance_count
  @unhealthy_instance_count
end