AWS.Tools.MigrationHubStrategyRecommendations.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MigrationHubStrategyRecommendations</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSAnalyzableServerListCmdlet"> <summary> Retrieves a list of all the servers fetched from customer vCenter using Strategy Recommendation Collector.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAnalyzableServerListCmdlet.Sort"> <summary> <para> <para>Specifies whether to sort by ascending (ASC) or descending (DESC) order.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAnalyzableServerListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to include in the response. The maximum value is 100.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAnalyzableServerListCmdlet.NextToken"> <summary> <para> <para>The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAnalyzableServerListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnalyzableServers'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.ListAnalyzableServersResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.ListAnalyzableServersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAnalyzableServerListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentDetailCmdlet"> <summary> Retrieves details about an application component. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentDetailCmdlet.ApplicationComponentId"> <summary> <para> <para> The ID of the application component. The ID is unique within an AWS account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentDetailCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetApplicationComponentDetailsResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetApplicationComponentDetailsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet"> <summary> Retrieves a list of all the application components (processes).<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.ApplicationComponentCriterion"> <summary> <para> <para> Criteria for filtering the list of application components. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.FilterValue"> <summary> <para> <para> Specify the value based on the application component criteria type. For example, if <c>applicationComponentCriteria</c> is set to <c>SERVER_ID</c> and <c>filterValue</c> is set to <c>server1</c>, then <a>ListApplicationComponents</a> returns all the application components running on server1. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.GroupIdFilter"> <summary> <para> <para> The group ID specified in to filter on. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.Sort"> <summary> <para> <para> Specifies whether to sort by ascending (<c>ASC</c>) or descending (<c>DESC</c>) order. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of items to include in the response. The maximum value is 100. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.NextToken"> <summary> <para> <para> The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <c>maxResults</c> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationComponentInfos'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.ListApplicationComponentsResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.ListApplicationComponentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentStrategyCmdlet"> <summary> Retrieves a list of all the recommended strategies and tools for an application component running on a server. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentStrategyCmdlet.ApplicationComponentId"> <summary> <para> <para> The ID of the application component. The ID is unique within an AWS account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSApplicationComponentStrategyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationComponentStrategies'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetApplicationComponentStrategiesResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetApplicationComponentStrategiesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSAssessmentCmdlet"> <summary> Retrieves the status of an on-going assessment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAssessmentCmdlet.Id"> <summary> <para> <para> The <c>assessmentid</c> returned by <a>StartAssessment</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSAssessmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetAssessmentResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetAssessmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSCollectorListCmdlet"> <summary> Retrieves a list of all the installed collectors.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSCollectorListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of items to include in the response. The maximum value is 100. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSCollectorListCmdlet.NextToken"> <summary> <para> <para> The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <c>maxResults</c> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSCollectorListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Collectors'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.ListCollectorsResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.ListCollectorsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSCollectorListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskCmdlet"> <summary> Retrieves the details about a specific import task. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskCmdlet.Id"> <summary> <para> <para> The ID of the import file task. This ID is returned in the response of <a>StartImportFileTask</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetImportFileTaskResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetImportFileTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskListCmdlet"> <summary> Retrieves a list of all the imports performed.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskListCmdlet.MaxResult"> <summary> <para> <para> The total number of items to return. The maximum value is 100. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskListCmdlet.NextToken"> <summary> <para> <para> The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <c>maxResults</c> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TaskInfos'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.ListImportFileTaskResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.ListImportFileTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSImportFileTaskListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSLatestAssessmentIdCmdlet"> <summary> Retrieve the latest ID of a specific assessment task. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSLatestAssessmentIdCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Id'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetLatestAssessmentIdResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetLatestAssessmentIdResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSPortfolioPreferenceCmdlet"> <summary> Retrieves your migration and modernization preferences. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSPortfolioPreferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetPortfolioPreferencesResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetPortfolioPreferencesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSPortfolioSummaryCmdlet"> <summary> Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSPortfolioSummaryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AssessmentSummary'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetPortfolioSummaryResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetPortfolioSummaryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSRecommendationReportDetailCmdlet"> <summary> Retrieves detailed information about the specified recommendation report. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSRecommendationReportDetailCmdlet.Id"> <summary> <para> <para> The recommendation report generation task <c>id</c> returned by <a>StartRecommendationReportGeneration</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSRecommendationReportDetailCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetRecommendationReportDetailsResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetRecommendationReportDetailsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerDetailCmdlet"> <summary> Retrieves detailed information about a specified server.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerDetailCmdlet.ServerId"> <summary> <para> <para> The ID of the server. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerDetailCmdlet.MaxResult"> <summary> <para> <para> The maximum number of items to include in the response. The maximum value is 100. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerDetailCmdlet.NextToken"> <summary> <para> <para> The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <c>maxResults</c> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerDetailCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetServerDetailsResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetServerDetailsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerDetailCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet"> <summary> Returns a list of all the servers.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.FilterValue"> <summary> <para> <para> Specifies the filter value, which is based on the type of server criteria. For example, if <c>serverCriteria</c> is <c>OS_NAME</c>, and the <c>filterValue</c> is equal to <c>WindowsServer</c>, then <c>ListServers</c> returns all of the servers matching the OS name <c>WindowsServer</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.GroupIdFilter"> <summary> <para> <para> Specifies the group ID to filter on. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.ServerCriterion"> <summary> <para> <para> Criteria for filtering servers. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.Sort"> <summary> <para> <para> Specifies whether to sort by ascending (<c>ASC</c>) or descending (<c>DESC</c>) order. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of items to include in the response. The maximum value is 100. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.NextToken"> <summary> <para> <para> The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <c>maxResults</c> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ServerInfos'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.ListServersResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.ListServersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerStrategyCmdlet"> <summary> Retrieves recommended strategies and tools for the specified server. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerStrategyCmdlet.ServerId"> <summary> <para> <para> The ID of the server. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.GetMHSServerStrategyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ServerStrategies'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.GetServerStrategiesResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.GetServerStrategiesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet"> <summary> Starts the assessment of an on-premises environment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet.AssessmentDataSourceType"> <summary> <para> <para>The data source type of an assessment to be started.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet.AssessmentTarget"> <summary> <para> <para>List of criteria for assessment.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet.S3bucketForAnalysisData"> <summary> <para> <para> The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with <c>migrationhub-strategy-</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet.S3bucketForReportData"> <summary> <para> <para> The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with <c>migrationhub-strategy-</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AssessmentId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.StartAssessmentResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.StartAssessmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSAssessmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet"> <summary> Starts a file import. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.DataSourceType"> <summary> <para> <para>Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that the servers specified in the import file are available in AWS Application Discovery Service. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.GroupId"> <summary> <para> <para>Groups the resources in the import file together with a unique name. This ID can be as filter in <c>ListApplicationComponents</c> and <c>ListServers</c>. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.Name"> <summary> <para> <para> A descriptive name for the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.S3Bucket"> <summary> <para> <para> The S3 bucket where the import file is located. The bucket name is required to begin with <c>migrationhub-strategy-</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.S3bucketForReportData"> <summary> <para> <para> The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to begin with migrationhub-strategy-. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.S3key"> <summary> <para> <para> The Amazon S3 key name of the import file. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Id'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.StartImportFileTaskResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.StartImportFileTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSImportFileTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.StartMHSRecommendationReportGenerationCmdlet"> <summary> Starts generating a recommendation report. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSRecommendationReportGenerationCmdlet.GroupIdFilter"> <summary> <para> <para> Groups the resources in the recommendation report with a unique name. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSRecommendationReportGenerationCmdlet.OutputFormat"> <summary> <para> <para> The output format for the recommendation report file. The default format is Microsoft Excel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSRecommendationReportGenerationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Id'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.StartRecommendationReportGenerationResponse). Specifying the name of a property of type Amazon.MigrationHubStrategyRecommendations.Model.StartRecommendationReportGenerationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StartMHSRecommendationReportGenerationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.StopMHSAssessmentCmdlet"> <summary> Stops the assessment of an on-premises environment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StopMHSAssessmentCmdlet.AssessmentId"> <summary> <para> <para> The <c>assessmentId</c> returned by <a>StartAssessment</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StopMHSAssessmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.StopAssessmentResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.StopMHSAssessmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet"> <summary> Updates the configuration of an application component. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.ApplicationComponentId"> <summary> <para> <para> The ID of the application component. The ID is unique within an AWS account. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.AppType"> <summary> <para> <para>The type of known component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.ConfigureOnly"> <summary> <para> <para>Update the configuration request of an application component. If it is set to true, the source code and/or database credentials are updated. If it is set to false, the source code and/or database credentials are updated and an analysis is initiated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.InclusionStatus"> <summary> <para> <para> Indicates whether the application component has been included for server recommendation or not. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.StrategyOption_IsPreferred"> <summary> <para> <para> Indicates if a specific strategy is preferred for the application component. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.SecretsManagerKey"> <summary> <para> <para> Database credentials. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.SourceCodeList"> <summary> <para> <para> The list of source code configurations to update for the application component. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.StrategyOption_Strategy"> <summary> <para> <para> Type of transformation. For example, Rehost, Replatform, and so on. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.StrategyOption_TargetDestination"> <summary> <para> <para> Destination information about where the application component can migrate to. For example, <c>EC2</c>, <c>ECS</c>, and so on. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.StrategyOption_ToolName"> <summary> <para> <para> The name of the tool that can be used to transform an application component using this strategy. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.UpdateApplicationComponentConfigResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSApplicationComponentConfigCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet"> <summary> Updates the configuration of the specified server. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.StrategyOption_IsPreferred"> <summary> <para> <para> Indicates if a specific strategy is preferred for the application component. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.ServerId"> <summary> <para> <para> The ID of the server. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.StrategyOption_Strategy"> <summary> <para> <para> Type of transformation. For example, Rehost, Replatform, and so on. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.StrategyOption_TargetDestination"> <summary> <para> <para> Destination information about where the application component can migrate to. For example, <c>EC2</c>, <c>ECS</c>, and so on. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.StrategyOption_ToolName"> <summary> <para> <para> The name of the tool that can be used to transform an application component using this strategy. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.UpdateServerConfigResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.UpdateMHSServerConfigCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet"> <summary> Saves the specified migration and modernization preferences. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.ApplicationMode"> <summary> <para> <para>The classification for application component types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.DatabasePreferences_DatabaseManagementPreference"> <summary> <para> <para> Specifies whether you're interested in self-managed databases or databases managed by AWS. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.BusinessGoals_LicenseCostReduction"> <summary> <para> <para> Business goal to reduce license costs. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.BusinessGoals_ModernizeInfrastructureWithCloudNativeTechnology"> <summary> <para> <para> Business goal to modernize infrastructure by moving to cloud native technologies. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.BusinessGoals_ReduceOperationalOverheadWithManagedService"> <summary> <para> <para> Business goal to reduce the operational overhead on the team by moving into managed services. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.BusinessGoals_SpeedOfMigration"> <summary> <para> <para> Business goal to achieve migration at a fast pace. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.Heterogeneous_TargetDatabaseEngine"> <summary> <para> <para> The target database engine for heterogeneous database migration preference. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.Homogeneous_TargetDatabaseEngine"> <summary> <para> <para> The target database engine for homogeneous database migration preferences. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.NoPreference_TargetDatabaseEngine"> <summary> <para> <para> The target database engine for database migration preference that you specify. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.AwsManagedResources_TargetDestination"> <summary> <para> <para> The choice of application destination that you specify. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.NoPreference_TargetDestination"> <summary> <para> <para> The choice of application destination that you specify. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.SelfManageResources_TargetDestination"> <summary> <para> <para> Self-managed resources target destination. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubStrategyRecommendations.Model.PutPortfolioPreferencesResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MHS.WriteMHSPortfolioPreferenceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |