libZSservicesZSamazonka-smsZSamazonka-sms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SMS.Lens

Description

 
Synopsis

Operations

DeleteAppReplicationConfiguration

PutAppReplicationConfiguration

DeleteServerCatalog

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 AWS Migration Hub in your account. Otherwise, the role that you provide must have the policy and trust policy described in the AWS Migration Hub User Guide.

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 AWS CloudFormation uses to launch the application.

DeleteAppLaunchConfiguration

StartAppReplication

PutAppLaunchConfiguration

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

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

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 AWS CloudFormation uses to launch the application.

GetReplicationRuns

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

The token for the next set of results.

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.

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.

TerminateApp

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

The ID of the application.

ListApps

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

The unique application IDs.

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

The token for the next set of results.

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.

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.

GetServers

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

The token for the next set of results.

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.

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.

DeleteApp

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

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

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.

deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int Source #

The response's http status code.

UpdateApp

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

The name of the service role in the customer's account used by AWS SMS.

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

The ID of the application.

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

The new name of the application.

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

The new description of the application.

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.

StartOnDemandAppReplication

ImportServerCatalog

GenerateTemplate

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

The ID of the application associated with the AWS CloudFormation template.

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

The format for generating the AWS CloudFormation template.

GetConnectors

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

The token for the next set of results.

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.

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_nextToken :: Lens' GetReplicationJobs (Maybe Text) Source #

The token for the next set of results.

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.

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.

DisassociateConnector

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.

GetAppValidationConfiguration

CreateReplicationJob

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

The time between consecutive replication runs, in hours.

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_licenseType :: Lens' CreateReplicationJob (Maybe LicenseType) Source #

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

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

The name of the IAM role to be used by the AWS SMS.

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

Indicates whether the replication job produces encrypted AMIs.

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_runOnce :: Lens' CreateReplicationJob (Maybe Bool) Source #

Indicates whether to run the replication job one time.

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

The description of the replication job.

GenerateChangeSet

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

The ID of the application associated with the change set.

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.

UpdateReplicationJob

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

The time between consecutive replication runs, in hours.

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_licenseType :: Lens' UpdateReplicationJob (Maybe LicenseType) Source #

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

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

The name of the IAM role to be used by AWS SMS.

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

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

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_description :: Lens' UpdateReplicationJob (Maybe Text) Source #

The description of the replication job.

DeleteReplicationJob

CreateApp

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

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

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

The name of the service role in the customer's account to be used by AWS SMS.

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

The name of the new application.

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

The description of the new application

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.

StopAppReplication

DeleteAppValidationConfiguration

PutAppValidationConfiguration

GetAppValidationOutput

GetAppReplicationConfiguration

StartOnDemandReplicationRun

NotifyAppValidationOutput

Types

AppSummary

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

The creation time of the application.

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

The number of servers present in the application.

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

Status of the application.

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

Details about the latest launch of the application.

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

A message related to the launch status of the application.

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

A message related to the replication status of the application.

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

The number of server groups present in the application.

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

The name of the service role in the customer's account used by AWS SMS.

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

The launch status of the application.

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

The unique ID of the application.

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

The name of the application.

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

A message related to the status of the application

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

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

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

The ID of the application.

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

The replication status of the application.

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

The last modified time of the application.

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

The description of the application.

AppValidationConfiguration

AppValidationOutput

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

Output from using SSM to validate the application.

Connector

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

The status of the connector.

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

The name of the VM manager.

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

The IP address of the connector.

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

The ID of the VM manager.

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

The ID of the connector.

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

The time the connector was associated.

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

The MAC address of the connector.

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

The connector version.

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

The capabilities of the connector.

LaunchDetails

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

The ID of the latest stack launched for this application.

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

The latest time that this application was launched successfully.

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

The name of the latest stack launched for this application.

NotificationContext

ReplicationJob

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

The time between consecutive replication runs, in hours.

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_licenseType :: Lens' ReplicationJob (Maybe LicenseType) Source #

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

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

The name of the IAM role to be used by AWS SMS.

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

Information about the VM server.

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

Indicates whether the replication job should produce encrypted AMIs.

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

Information about the replication runs.

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

The start time of the next replication run.

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

The description of the current status of the replication job.

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_runOnce :: Lens' ReplicationJob (Maybe Bool) Source #

Indicates whether to run the replication job one time.

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

The description of the replication job.

ReplicationRun

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

Indicates whether the replication run should produce an encrypted AMI.

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

Details about the current stage of the replication run.

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

The start time of the next replication run.

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

The description of the current status of the replication job.

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_completedTime :: Lens' ReplicationRun (Maybe UTCTime) Source #

The completion time of the last replication run.

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

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

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

The description of the replication run.

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_instanceId :: Lens' SSMValidationParameters (Maybe Text) Source #

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

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

The command to run the validation script

Server

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

The ID of the server.

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

Indicates whether the replication job is deleted or failed.

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

Information about the VM server.

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

The ID of the replication job.

ServerGroup

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

The servers that belong to a server group.

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

The name of 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_ec2KeyName :: Lens' ServerLaunchConfiguration (Maybe Text) Source #

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

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

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

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

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

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

The logical ID of the server in the AWS CloudFormation template.

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

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

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

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

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

The instance type to use when launching the server.

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

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

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_frequency :: Lens' ServerReplicationParameters (Maybe Int) Source #

The frequency of creating replication jobs 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_seedTime :: Lens' ServerReplicationParameters (Maybe UTCTime) Source #

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

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

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

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

Indicates whether the replication job produces encrypted AMIs.

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_runOnce :: Lens' ServerReplicationParameters (Maybe Bool) Source #

Indicates whether to run the replication job one time.

ServerValidationConfiguration

ServerValidationOutput

Source

Tag

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

The tag value.

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

The tag key.

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