|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The SourceInfo {class contains the information about the source vCenter Server and the database migration options.
More...
Classes | |
| class | Builder |
| Builder class for SourceInfo. More... | |
Public Member Functions | |
| SourceInfo () | |
| Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
| string | GetHostname () |
| The IP address or DNS resolvable name of the source vCenter Server. | |
| void | SetHostname (string hostname) |
| The IP address or DNS resolvable name of the source vCenter Server. | |
| string | GetVersion () |
| Source vCenter Server version. | |
| void | SetVersion (string version) |
| Source vCenter Server version. | |
| vmware.vcenter.deployment.ApplianceType | GetDeploymentType () |
| Deployment type of the source vCenter Server. | |
| void | SetDeploymentType (vmware.vcenter.deployment.ApplianceType deploymentType) |
| Deployment type of the source vCenter Server. | |
| vmware.vcenter.deployment.ApplianceSize | GetDeploymentSize () |
| Deployment size of the source vCenter Server. | |
| void | SetDeploymentSize (vmware.vcenter.deployment.ApplianceSize deploymentSize) |
| Deployment size of the source vCenter Server. | |
| string | GetSsoDomainName () |
| The SSO domain name of the source vCenter Server. | |
| void | SetSsoDomainName (string ssoDomainName) |
| The SSO domain name of the source vCenter Server. | |
| string | GetActiveDirectoryDomain () |
| The domain name of the Active Directory server to which the source vCenter Server is joined. | |
| void | SetActiveDirectoryDomain (string activeDirectoryDomain) |
| The domain name of the Active Directory server to which the source vCenter Server is joined. | |
| global::System.Collections.Generic.List < string > | GetDnsServers () |
| IP addresses of the DNS servers of the Active Directory server. | |
| void | SetDnsServers (global::System.Collections.Generic.List< string > dnsServers) |
| IP addresses of the DNS servers of the Active Directory server. | |
| vmware.vcenter.deployment.DataMigrationInfo | GetDataMigrationInfo () |
| Contains all the available migrate options, estimated export and import time and the space required to migrate the data. | |
| void | 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. | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
The SourceInfo {class contains the information about the source vCenter Server and the database migration options.
This class was added in vSphere API 7.0.0.
| vmware::vcenter::deployment::SourceInfo::SourceInfo | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
| T vmware::vcenter::deployment::SourceInfo::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::deployment::SourceInfo::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::SourceInfo::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::deployment::SourceInfo::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::deployment::SourceInfo::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::deployment::SourceInfo::Equals | ( | object | obj | ) | [inline] |
| string vmware::vcenter::deployment::SourceInfo::GetActiveDirectoryDomain | ( | ) | [inline] |
The domain name of the Active Directory server to which the source vCenter Server is joined.
This attribute was added in vSphere API 7.0.0.
| vmware.vcenter.deployment.DataMigrationInfo vmware::vcenter::deployment::SourceInfo::GetDataMigrationInfo | ( | ) | [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.
| vmware.vcenter.deployment.ApplianceSize vmware::vcenter::deployment::SourceInfo::GetDeploymentSize | ( | ) | [inline] |
Deployment size of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| vmware.vcenter.deployment.ApplianceType vmware::vcenter::deployment::SourceInfo::GetDeploymentType | ( | ) | [inline] |
Deployment type of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| global::System.Collections.Generic.List<string> vmware::vcenter::deployment::SourceInfo::GetDnsServers | ( | ) | [inline] |
IP addresses of the DNS servers of the Active Directory server.
This attribute was added in vSphere API 7.0.0.
| override int vmware::vcenter::deployment::SourceInfo::GetHashCode | ( | ) | [inline] |
| string vmware::vcenter::deployment::SourceInfo::GetHostname | ( | ) | [inline] |
The IP address or DNS resolvable name of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| string vmware::vcenter::deployment::SourceInfo::GetSsoDomainName | ( | ) | [inline] |
The SSO domain name of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| string vmware::vcenter::deployment::SourceInfo::GetVersion | ( | ) | [inline] |
Source vCenter Server version.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::SetActiveDirectoryDomain | ( | string | activeDirectoryDomain | ) | [inline] |
The domain name of the Active Directory server to which the source vCenter Server is joined.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::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.
| void vmware::vcenter::deployment::SourceInfo::SetDeploymentSize | ( | vmware.vcenter.deployment.ApplianceSize | deploymentSize | ) | [inline] |
Deployment size of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::SetDeploymentType | ( | vmware.vcenter.deployment.ApplianceType | deploymentType | ) | [inline] |
Deployment type of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::SetDnsServers | ( | global::System.Collections.Generic.List< string > | dnsServers | ) | [inline] |
IP addresses of the DNS servers of the Active Directory server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::SetHostname | ( | string | hostname | ) | [inline] |
The IP address or DNS resolvable name of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::SetSsoDomainName | ( | string | ssoDomainName | ) | [inline] |
The SSO domain name of the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::SourceInfo::SetVersion | ( | string | version | ) | [inline] |
Source vCenter Server version.
This attribute was added in vSphere API 7.0.0.
| override string vmware::vcenter::deployment::SourceInfo::ToString | ( | ) | [inline] |