VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::SourceInfo::Builder Class Reference

Builder class for SourceInfo. More...

List of all members.

Public Member Functions

 Builder (string hostname, string version, vmware.vcenter.deployment.ApplianceType deploymentType, vmware.vcenter.deployment.ApplianceSize deploymentSize, string ssoDomainName, string activeDirectoryDomain, global::System.Collections.Generic.List< string > dnsServers)
 Constructor with parameters for the required properties of SourceInfo.
Builder SetDataMigrationInfo (vmware.vcenter.deployment.DataMigrationInfo dataMigrationInfo)
 Contains all the available migrate options, estimated export and import time and the space required to migrate the data.
SourceInfo Build ()

Detailed Description

Builder class for SourceInfo.


Constructor & Destructor Documentation

vmware::vcenter::deployment::SourceInfo::Builder::Builder ( string  hostname,
string  version,
vmware.vcenter.deployment.ApplianceType  deploymentType,
vmware.vcenter.deployment.ApplianceSize  deploymentSize,
string  ssoDomainName,
string  activeDirectoryDomain,
global::System.Collections.Generic.List< string >  dnsServers 
) [inline]

Constructor with parameters for the required properties of SourceInfo.


Member Function Documentation

SourceInfo vmware::vcenter::deployment::SourceInfo::Builder::Build ( ) [inline]
Builder vmware::vcenter::deployment::SourceInfo::Builder::SetDataMigrationInfo ( vmware.vcenter.deployment.DataMigrationInfo  dataMigrationInfo) [inline]

Contains all the available migrate options, estimated export and import time and the space required to migrate the data.

This attribute was added in vSphere API 7.0.0.


The documentation for this class was generated from the following file: