amazonka-sms-2.0: Amazon Server Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SMS.Lens

Description

 
Synopsis

Operations

CreateApp

createApp_clientToken :: Lens' CreateApp (Maybe Text) Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of application creation.

createApp_description :: Lens' CreateApp (Maybe Text) Source #

The description of the new application

createApp_name :: Lens' CreateApp (Maybe Text) Source #

The name of the new application.

createApp_roleName :: Lens' CreateApp (Maybe Text) Source #

The name of the service role in the customer's account to be used by Server Migration Service.

createApp_serverGroups :: Lens' CreateApp (Maybe [ServerGroup]) Source #

The server groups to include in the application.

createApp_tags :: Lens' CreateApp (Maybe [Tag]) Source #

The tags to be associated with the application.

createAppResponse_appSummary :: Lens' CreateAppResponse (Maybe AppSummary) Source #

A summary description of the application.

createAppResponse_serverGroups :: Lens' CreateAppResponse (Maybe [ServerGroup]) Source #

The server groups included in the application.

createAppResponse_tags :: Lens' CreateAppResponse (Maybe [Tag]) Source #

The tags associated with the application.

createAppResponse_httpStatus :: Lens' CreateAppResponse Int Source #

The response's http status code.

CreateReplicationJob

createReplicationJob_description :: Lens' CreateReplicationJob (Maybe Text) Source #

The description of the replication job.

createReplicationJob_encrypted :: Lens' CreateReplicationJob (Maybe Bool) Source #

Indicates whether the replication job produces encrypted AMIs.

createReplicationJob_frequency :: Lens' CreateReplicationJob (Maybe Int) Source #

The time between consecutive replication runs, in hours.

createReplicationJob_kmsKeyId :: Lens' CreateReplicationJob (Maybe Text) Source #

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID
  • KMS key alias
  • ARN referring to the KMS key ID
  • ARN referring to the KMS key alias

If encrypted is true but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

createReplicationJob_licenseType :: Lens' CreateReplicationJob (Maybe LicenseType) Source #

The license type to be used for the AMI created by a successful replication run.

createReplicationJob_numberOfRecentAmisToKeep :: Lens' CreateReplicationJob (Maybe Int) Source #

The maximum number of SMS-created AMIs to retain. The oldest is deleted after the maximum number is reached and a new AMI is created.

createReplicationJob_roleName :: Lens' CreateReplicationJob (Maybe Text) Source #

The name of the IAM role to be used by the Server Migration Service.

createReplicationJob_runOnce :: Lens' CreateReplicationJob (Maybe Bool) Source #

Indicates whether to run the replication job one time.

DeleteApp

deleteApp_appId :: Lens' DeleteApp (Maybe Text) Source #

The ID of the application.

deleteApp_forceStopAppReplication :: Lens' DeleteApp (Maybe Bool) Source #

Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.

deleteApp_forceTerminateApp :: Lens' DeleteApp (Maybe Bool) Source #

Indicates whether to terminate the stack corresponding to the application while deleting the application.

deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int Source #

The response's http status code.

DeleteAppLaunchConfiguration

DeleteAppReplicationConfiguration

DeleteAppValidationConfiguration

DeleteReplicationJob

DeleteServerCatalog

DisassociateConnector

GenerateChangeSet

generateChangeSet_appId :: Lens' GenerateChangeSet (Maybe Text) Source #

The ID of the application associated with the change set.

GenerateTemplate

generateTemplate_appId :: Lens' GenerateTemplate (Maybe Text) Source #

The ID of the application associated with the CloudFormation template.

generateTemplate_templateFormat :: Lens' GenerateTemplate (Maybe OutputFormat) Source #

The format for generating the CloudFormation template.

GetApp

getApp_appId :: Lens' GetApp (Maybe Text) Source #

The ID of the application.

getAppResponse_appSummary :: Lens' GetAppResponse (Maybe AppSummary) Source #

Information about the application.

getAppResponse_serverGroups :: Lens' GetAppResponse (Maybe [ServerGroup]) Source #

The server groups that belong to the application.

getAppResponse_tags :: Lens' GetAppResponse (Maybe [Tag]) Source #

The tags associated with the application.

getAppResponse_httpStatus :: Lens' GetAppResponse Int Source #

The response's http status code.

GetAppLaunchConfiguration

getAppLaunchConfigurationResponse_autoLaunch :: Lens' GetAppLaunchConfigurationResponse (Maybe Bool) Source #

Indicates whether the application is configured to launch automatically after replication is complete.

getAppLaunchConfigurationResponse_roleName :: Lens' GetAppLaunchConfigurationResponse (Maybe Text) Source #

The name of the service role in the customer's account that CloudFormation uses to launch the application.

GetAppReplicationConfiguration

GetAppValidationConfiguration

GetAppValidationOutput

GetConnectors

getConnectors_maxResults :: Lens' GetConnectors (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

getConnectors_nextToken :: Lens' GetConnectors (Maybe Text) Source #

The token for the next set of results.

getConnectorsResponse_connectorList :: Lens' GetConnectorsResponse (Maybe [Connector]) Source #

Information about the registered connectors.

getConnectorsResponse_nextToken :: Lens' GetConnectorsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

GetReplicationJobs

getReplicationJobs_maxResults :: Lens' GetReplicationJobs (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

getReplicationJobs_nextToken :: Lens' GetReplicationJobs (Maybe Text) Source #

The token for the next set of results.

getReplicationJobsResponse_nextToken :: Lens' GetReplicationJobsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

GetReplicationRuns

getReplicationRuns_maxResults :: Lens' GetReplicationRuns (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

getReplicationRuns_nextToken :: Lens' GetReplicationRuns (Maybe Text) Source #

The token for the next set of results.

getReplicationRunsResponse_nextToken :: Lens' GetReplicationRunsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

GetServers

getServers_maxResults :: Lens' GetServers (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

getServers_nextToken :: Lens' GetServers (Maybe Text) Source #

The token for the next set of results.

getServersResponse_lastModifiedOn :: Lens' GetServersResponse (Maybe UTCTime) Source #

The time when the server was last modified.

getServersResponse_nextToken :: Lens' GetServersResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

ImportAppCatalog

importAppCatalog_roleName :: Lens' ImportAppCatalog (Maybe Text) Source #

The name of the service role. If you omit this parameter, we create a service-linked role for Migration Hub in your account. Otherwise, the role that you provide must have the policy and trust policy described in the Migration Hub User Guide.

ImportServerCatalog

LaunchApp

launchApp_appId :: Lens' LaunchApp (Maybe Text) Source #

The ID of the application.

launchAppResponse_httpStatus :: Lens' LaunchAppResponse Int Source #

The response's http status code.

ListApps

listApps_appIds :: Lens' ListApps (Maybe [Text]) Source #

The unique application IDs.

listApps_maxResults :: Lens' ListApps (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

listApps_nextToken :: Lens' ListApps (Maybe Text) Source #

The token for the next set of results.

listAppsResponse_nextToken :: Lens' ListAppsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

listAppsResponse_httpStatus :: Lens' ListAppsResponse Int Source #

The response's http status code.

NotifyAppValidationOutput

PutAppLaunchConfiguration

putAppLaunchConfiguration_autoLaunch :: Lens' PutAppLaunchConfiguration (Maybe Bool) Source #

Indicates whether the application is configured to launch automatically after replication is complete.

putAppLaunchConfiguration_roleName :: Lens' PutAppLaunchConfiguration (Maybe Text) Source #

The name of service role in the customer's account that CloudFormation uses to launch the application.

putAppLaunchConfiguration_serverGroupLaunchConfigurations :: Lens' PutAppLaunchConfiguration (Maybe [ServerGroupLaunchConfiguration]) Source #

Information about the launch configurations for server groups in the application.

PutAppReplicationConfiguration

PutAppValidationConfiguration

StartAppReplication

StartOnDemandAppReplication

StartOnDemandReplicationRun

StopAppReplication

TerminateApp

terminateApp_appId :: Lens' TerminateApp (Maybe Text) Source #

The ID of the application.

UpdateApp

updateApp_appId :: Lens' UpdateApp (Maybe Text) Source #

The ID of the application.

updateApp_description :: Lens' UpdateApp (Maybe Text) Source #

The new description of the application.

updateApp_name :: Lens' UpdateApp (Maybe Text) Source #

The new name of the application.

updateApp_roleName :: Lens' UpdateApp (Maybe Text) Source #

The name of the service role in the customer's account used by Server Migration Service.

updateApp_serverGroups :: Lens' UpdateApp (Maybe [ServerGroup]) Source #

The server groups in the application to update.

updateApp_tags :: Lens' UpdateApp (Maybe [Tag]) Source #

The tags to associate with the application.

updateAppResponse_appSummary :: Lens' UpdateAppResponse (Maybe AppSummary) Source #

A summary description of the application.

updateAppResponse_serverGroups :: Lens' UpdateAppResponse (Maybe [ServerGroup]) Source #

The updated server groups in the application.

updateAppResponse_tags :: Lens' UpdateAppResponse (Maybe [Tag]) Source #

The tags associated with the application.

updateAppResponse_httpStatus :: Lens' UpdateAppResponse Int Source #

The response's http status code.

UpdateReplicationJob

updateReplicationJob_description :: Lens' UpdateReplicationJob (Maybe Text) Source #

The description of the replication job.

updateReplicationJob_encrypted :: Lens' UpdateReplicationJob (Maybe Bool) Source #

When true, the replication job produces encrypted AMIs. For more information, KmsKeyId.

updateReplicationJob_frequency :: Lens' UpdateReplicationJob (Maybe Int) Source #

The time between consecutive replication runs, in hours.

updateReplicationJob_kmsKeyId :: Lens' UpdateReplicationJob (Maybe Text) Source #

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID
  • KMS key alias
  • ARN referring to the KMS key ID
  • ARN referring to the KMS key alias

If encrypted is enabled but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

updateReplicationJob_licenseType :: Lens' UpdateReplicationJob (Maybe LicenseType) Source #

The license type to be used for the AMI created by a successful replication run.

updateReplicationJob_numberOfRecentAmisToKeep :: Lens' UpdateReplicationJob (Maybe Int) Source #

The maximum number of SMS-created AMIs to retain. The oldest is deleted after the maximum number is reached and a new AMI is created.

updateReplicationJob_roleName :: Lens' UpdateReplicationJob (Maybe Text) Source #

The name of the IAM role to be used by Server Migration Service.

Types

AppSummary

appSummary_appId :: Lens' AppSummary (Maybe Text) Source #

The unique ID of the application.

appSummary_creationTime :: Lens' AppSummary (Maybe UTCTime) Source #

The creation time of the application.

appSummary_description :: Lens' AppSummary (Maybe Text) Source #

The description of the application.

appSummary_importedAppId :: Lens' AppSummary (Maybe Text) Source #

The ID of the application.

appSummary_lastModified :: Lens' AppSummary (Maybe UTCTime) Source #

The last modified time of the application.

appSummary_latestReplicationTime :: Lens' AppSummary (Maybe UTCTime) Source #

The timestamp of the application's most recent successful replication.

appSummary_launchDetails :: Lens' AppSummary (Maybe LaunchDetails) Source #

Details about the latest launch of the application.

appSummary_launchStatus :: Lens' AppSummary (Maybe AppLaunchStatus) Source #

The launch status of the application.

appSummary_launchStatusMessage :: Lens' AppSummary (Maybe Text) Source #

A message related to the launch status of the application.

appSummary_name :: Lens' AppSummary (Maybe Text) Source #

The name of the application.

appSummary_replicationStatus :: Lens' AppSummary (Maybe AppReplicationStatus) Source #

The replication status of the application.

appSummary_replicationStatusMessage :: Lens' AppSummary (Maybe Text) Source #

A message related to the replication status of the application.

appSummary_roleName :: Lens' AppSummary (Maybe Text) Source #

The name of the service role in the customer's account used by Server Migration Service.

appSummary_status :: Lens' AppSummary (Maybe AppStatus) Source #

Status of the application.

appSummary_statusMessage :: Lens' AppSummary (Maybe Text) Source #

A message related to the status of the application

appSummary_totalServerGroups :: Lens' AppSummary (Maybe Int) Source #

The number of server groups present in the application.

appSummary_totalServers :: Lens' AppSummary (Maybe Int) Source #

The number of servers present in the application.

AppValidationConfiguration

AppValidationOutput

appValidationOutput_ssmOutput :: Lens' AppValidationOutput (Maybe SSMOutput) Source #

Output from using SSM to validate the application.

Connector

connector_associatedOn :: Lens' Connector (Maybe UTCTime) Source #

The time the connector was associated.

connector_capabilityList :: Lens' Connector (Maybe [ConnectorCapability]) Source #

The capabilities of the connector.

connector_connectorId :: Lens' Connector (Maybe Text) Source #

The ID of the connector.

connector_ipAddress :: Lens' Connector (Maybe Text) Source #

The IP address of the connector.

connector_macAddress :: Lens' Connector (Maybe Text) Source #

The MAC address of the connector.

connector_status :: Lens' Connector (Maybe ConnectorStatus) Source #

The status of the connector.

connector_version :: Lens' Connector (Maybe Text) Source #

The connector version.

connector_vmManagerId :: Lens' Connector (Maybe Text) Source #

The ID of the VM manager.

connector_vmManagerName :: Lens' Connector (Maybe Text) Source #

The name of the VM manager.

LaunchDetails

launchDetails_latestLaunchTime :: Lens' LaunchDetails (Maybe UTCTime) Source #

The latest time that this application was launched successfully.

launchDetails_stackId :: Lens' LaunchDetails (Maybe Text) Source #

The ID of the latest stack launched for this application.

launchDetails_stackName :: Lens' LaunchDetails (Maybe Text) Source #

The name of the latest stack launched for this application.

NotificationContext

ReplicationJob

replicationJob_description :: Lens' ReplicationJob (Maybe Text) Source #

The description of the replication job.

replicationJob_encrypted :: Lens' ReplicationJob (Maybe Bool) Source #

Indicates whether the replication job should produce encrypted AMIs.

replicationJob_frequency :: Lens' ReplicationJob (Maybe Int) Source #

The time between consecutive replication runs, in hours.

replicationJob_kmsKeyId :: Lens' ReplicationJob (Maybe Text) Source #

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID
  • KMS key alias
  • ARN referring to the KMS key ID
  • ARN referring to the KMS key alias

If encrypted is enabled but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

replicationJob_latestAmiId :: Lens' ReplicationJob (Maybe Text) Source #

The ID of the latest Amazon Machine Image (AMI).

replicationJob_licenseType :: Lens' ReplicationJob (Maybe LicenseType) Source #

The license type to be used for the AMI created by a successful replication run.

replicationJob_nextReplicationRunStartTime :: Lens' ReplicationJob (Maybe UTCTime) Source #

The start time of the next replication run.

replicationJob_numberOfRecentAmisToKeep :: Lens' ReplicationJob (Maybe Int) Source #

The number of recent AMIs to keep in the customer's account for a replication job. By default, the value is set to zero, meaning that all AMIs are kept.

replicationJob_replicationRunList :: Lens' ReplicationJob (Maybe [ReplicationRun]) Source #

Information about the replication runs.

replicationJob_roleName :: Lens' ReplicationJob (Maybe Text) Source #

The name of the IAM role to be used by Server Migration Service.

replicationJob_runOnce :: Lens' ReplicationJob (Maybe Bool) Source #

Indicates whether to run the replication job one time.

replicationJob_statusMessage :: Lens' ReplicationJob (Maybe Text) Source #

The description of the current status of the replication job.

replicationJob_vmServer :: Lens' ReplicationJob (Maybe VmServer) Source #

Information about the VM server.

ReplicationRun

replicationRun_amiId :: Lens' ReplicationRun (Maybe Text) Source #

The ID of the Amazon Machine Image (AMI) from the replication run.

replicationRun_completedTime :: Lens' ReplicationRun (Maybe UTCTime) Source #

The completion time of the last replication run.

replicationRun_description :: Lens' ReplicationRun (Maybe Text) Source #

The description of the replication run.

replicationRun_encrypted :: Lens' ReplicationRun (Maybe Bool) Source #

Indicates whether the replication run should produce an encrypted AMI.

replicationRun_kmsKeyId :: Lens' ReplicationRun (Maybe Text) Source #

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID
  • KMS key alias
  • ARN referring to the KMS key ID
  • ARN referring to the KMS key alias

If encrypted is true but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

replicationRun_scheduledStartTime :: Lens' ReplicationRun (Maybe UTCTime) Source #

The start time of the next replication run.

replicationRun_stageDetails :: Lens' ReplicationRun (Maybe ReplicationRunStageDetails) Source #

Details about the current stage of the replication run.

replicationRun_statusMessage :: Lens' ReplicationRun (Maybe Text) Source #

The description of the current status of the replication job.

ReplicationRunStageDetails

replicationRunStageDetails_stageProgress :: Lens' ReplicationRunStageDetails (Maybe Text) Source #

The progress of the current stage of a replication run.

S3Location

s3Location_bucket :: Lens' S3Location (Maybe Text) Source #

The Amazon S3 bucket name.

s3Location_key :: Lens' S3Location (Maybe Text) Source #

The Amazon S3 bucket key.

SSMOutput

SSMValidationParameters

sSMValidationParameters_command :: Lens' SSMValidationParameters (Maybe Text) Source #

The command to run the validation script.

sSMValidationParameters_instanceId :: Lens' SSMValidationParameters (Maybe Text) Source #

The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.

Server

server_replicationJobId :: Lens' Server (Maybe Text) Source #

The ID of the replication job.

server_replicationJobTerminated :: Lens' Server (Maybe Bool) Source #

Indicates whether the replication job is deleted or failed.

server_serverId :: Lens' Server (Maybe Text) Source #

The ID of the server.

server_vmServer :: Lens' Server (Maybe VmServer) Source #

Information about the VM server.

ServerGroup

serverGroup_name :: Lens' ServerGroup (Maybe Text) Source #

The name of a server group.

serverGroup_serverList :: Lens' ServerGroup (Maybe [Server]) Source #

The servers that belong to a server group.

ServerGroupLaunchConfiguration

serverGroupLaunchConfiguration_serverGroupId :: Lens' ServerGroupLaunchConfiguration (Maybe Text) Source #

The ID of the server group with which the launch configuration is associated.

ServerGroupReplicationConfiguration

serverGroupReplicationConfiguration_serverGroupId :: Lens' ServerGroupReplicationConfiguration (Maybe Text) Source #

The ID of the server group with which this replication configuration is associated.

ServerGroupValidationConfiguration

ServerLaunchConfiguration

serverLaunchConfiguration_associatePublicIpAddress :: Lens' ServerLaunchConfiguration (Maybe Bool) Source #

Indicates whether a publicly accessible IP address is created when launching the server.

serverLaunchConfiguration_ec2KeyName :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

The name of the Amazon EC2 SSH key to be used for connecting to the launched server.

serverLaunchConfiguration_instanceType :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

The instance type to use when launching the server.

serverLaunchConfiguration_logicalId :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

The logical ID of the server in the CloudFormation template.

serverLaunchConfiguration_securityGroup :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

The ID of the security group that applies to the launched server.

serverLaunchConfiguration_server :: Lens' ServerLaunchConfiguration (Maybe Server) Source #

The ID of the server with which the launch configuration is associated.

serverLaunchConfiguration_subnet :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

The ID of the subnet the server should be launched into.

serverLaunchConfiguration_userData :: Lens' ServerLaunchConfiguration (Maybe UserData) Source #

Location of the user-data script to be executed when launching the server.

serverLaunchConfiguration_vpc :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

The ID of the VPC into which the server should be launched.

ServerReplicationConfiguration

serverReplicationConfiguration_server :: Lens' ServerReplicationConfiguration (Maybe Server) Source #

The ID of the server with which this replication configuration is associated.

ServerReplicationParameters

serverReplicationParameters_encrypted :: Lens' ServerReplicationParameters (Maybe Bool) Source #

Indicates whether the replication job produces encrypted AMIs.

serverReplicationParameters_frequency :: Lens' ServerReplicationParameters (Maybe Int) Source #

The frequency of creating replication jobs for the server.

serverReplicationParameters_kmsKeyId :: Lens' ServerReplicationParameters (Maybe Text) Source #

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID
  • KMS key alias
  • ARN referring to the KMS key ID
  • ARN referring to the KMS key alias

If encrypted is enabled but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

serverReplicationParameters_licenseType :: Lens' ServerReplicationParameters (Maybe LicenseType) Source #

The license type for creating a replication job for the server.

serverReplicationParameters_numberOfRecentAmisToKeep :: Lens' ServerReplicationParameters (Maybe Int) Source #

The number of recent AMIs to keep when creating a replication job for this server.

serverReplicationParameters_runOnce :: Lens' ServerReplicationParameters (Maybe Bool) Source #

Indicates whether to run the replication job one time.

serverReplicationParameters_seedTime :: Lens' ServerReplicationParameters (Maybe UTCTime) Source #

The seed time for creating a replication job for the server.

ServerValidationConfiguration

ServerValidationOutput

Source

Tag

tag_key :: Lens' Tag (Maybe Text) Source #

The tag key.

tag_value :: Lens' Tag (Maybe Text) Source #

The tag value.

UserData

userData_s3Location :: Lens' UserData (Maybe S3Location) Source #

Amazon S3 location of the user-data script.

UserDataValidationParameters

ValidationOutput

validationOutput_latestValidationTime :: Lens' ValidationOutput (Maybe UTCTime) Source #

The latest time that the validation was performed.

VmServer

vmServer_vmManagerName :: Lens' VmServer (Maybe Text) Source #

The name of the VM manager.

vmServer_vmManagerType :: Lens' VmServer (Maybe VmManagerType) Source #

The type of VM management product.

vmServer_vmName :: Lens' VmServer (Maybe Text) Source #

The name of the VM.

vmServer_vmPath :: Lens' VmServer (Maybe Text) Source #

The VM folder path in the vCenter Server virtual machine inventory tree.

VmServerAddress