Class: Aws::MigrationHubStrategyRecommendations::Types::ServerStrategy

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

Overview

Contains information about a strategy recommendation for a server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_preferredBoolean

Set to true if the recommendation is set as preferred.

Returns:

  • (Boolean)


2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2017

class ServerStrategy < Struct.new(
  :is_preferred,
  :number_of_application_components,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_application_componentsInteger

The number of application components with this strategy recommendation running on the server.

Returns:

  • (Integer)


2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2017

class ServerStrategy < Struct.new(
  :is_preferred,
  :number_of_application_components,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationTypes::RecommendationSet

Strategy recommendation for the server.



2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2017

class ServerStrategy < Struct.new(
  :is_preferred,
  :number_of_application_components,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The recommendation status of the strategy for the server.

Returns:

  • (String)


2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2017

class ServerStrategy < Struct.new(
  :is_preferred,
  :number_of_application_components,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end