DeploymentMigrateSourceVcWindows

The Migrate.SourceVcWindows structure contains information about the windows vCenter Server that is going to be migrated.


Properties

string
hostname Required

The IP address or DNS resolvable name of the source Windows machine.


string as password
password Required

The SSO administrator account password.


string
username Required

The SSO account with administrative privilege to perform the migration operation.

JSON Example

{
	"hostname": "string",
	"password": "string",
	"username": "string"
}

Feedback

Was this page helpful?