DeploymentSourceInfo

The SourceInfo {structure contains information about the source vCenter Server system and the database migration options.


Properties

string
active_directory_domain Required

The domain name of the Active Directory server to which the source vCenter Server is joined.


data_migration_info Optional

Contains all the available migrate options, estimated export and import time and the space required to migrate the data. This field will be available if estimate data is available for the appliance.


deployment_size Required

The ApplianceSize enumerated type defines the vCenter Server Appliance sizes.
TINY : Appliance size of ‘tiny’.
SMALL : Appliance size of ‘small’.
MEDIUM : Appliance size of ‘medium’.
LARGE : Appliance size of ‘large’.
XLARGE : Appliance size of ‘extra large’.

Possible values are: TINYSMALLMEDIUMLARGEXLARGE


deployment_type Required

The ApplianceType enumerated type defines the vCenter appliance types.
VCSA_EMBEDDED : vCenter Server Appliance with an embedded Platform Services Controller.
VCSA_EXTERNAL : vCenter Server Appliance with an external Platform Services Controller.
PSC_EXTERNAL : An external Platform Services Controller.

Possible values are: VCSA_EMBEDDEDVCSA_EXTERNALPSC_EXTERNAL


array of string
dns_servers Required

IP addresses of the DNS servers of the Active Directory server.


string
hostname Required

The IP address or DNS resolvable name of the source vCenter Server.


string
sso_domain_name Required

The SSO domain name of the source vCenter Server.


string
version Required

Source vCenter Server version.

JSON Example

{
	"active_directory_domain": "string",
	"deployment_size": "TINY",
	"deployment_type": "VCSA_EMBEDDED",
	"dns_servers": [
		"string"
	],
	"hostname": "string",
	"sso_domain_name": "string",
	"version": "string"
}

Feedback

Was this page helpful?