Class: Aws::MigrationHubStrategyRecommendations::Types::ServerStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ServerStrategy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Contains information about a strategy recommendation for a server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_preferred ⇒ Boolean
Set to true if the recommendation is set as preferred.
-
#number_of_application_components ⇒ Integer
The number of application components with this strategy recommendation running on the server.
-
#recommendation ⇒ Types::RecommendationSet
Strategy recommendation for the server.
-
#status ⇒ String
The recommendation status of the strategy for the server.
Instance Attribute Details
#is_preferred ⇒ Boolean
Set to true if the recommendation is set as preferred.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File '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_components ⇒ Integer
The number of application components with this strategy recommendation running on the server.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File '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 |
#recommendation ⇒ Types::RecommendationSet
Strategy recommendation for the server.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File '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 |
#status ⇒ String
The recommendation status of the strategy for the server.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File '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 |