The ActiveDirectorySpec class contains information used to join the migrated vCenter Server appliance to the Active Directory.
More...
List of all members.
Classes |
| class | Builder |
| | Builder class for ActiveDirectorySpec. More...
|
Public Member Functions |
| | ActiveDirectorySpec () |
| | Generate all-fields constructor only for errors and standard structures that have relevant fields.
|
| string | GetDomain () |
| | The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.
|
| void | SetDomain (string domain) |
| | The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.
|
| string | GetUsername () |
| | Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
|
| void | SetUsername (string username) |
| | Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
|
| string | GetPassword () |
| | Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
|
| void | SetPassword (string password) |
| | Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
|
| 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 () |
Detailed Description
The ActiveDirectorySpec class contains information used to join the migrated vCenter Server appliance to the Active Directory.
This class was added in vSphere API 7.0.0.
Constructor & Destructor Documentation
| vmware::vcenter::deployment::migrate::ActiveDirectorySpec::ActiveDirectorySpec |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::deployment::migrate::ActiveDirectorySpec::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::deployment::migrate::ActiveDirectorySpec::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::migrate::ActiveDirectorySpec::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::deployment::migrate::ActiveDirectorySpec::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::deployment::migrate::ActiveDirectorySpec::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::deployment::migrate::ActiveDirectorySpec::Equals |
( |
object |
obj | ) |
[inline] |
| string vmware::vcenter::deployment::migrate::ActiveDirectorySpec::GetDomain |
( |
| ) |
[inline] |
The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.
This attribute was added in vSphere API 7.0.0.
| override int vmware::vcenter::deployment::migrate::ActiveDirectorySpec::GetHashCode |
( |
| ) |
[inline] |
| string vmware::vcenter::deployment::migrate::ActiveDirectorySpec::GetPassword |
( |
| ) |
[inline] |
Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
This attribute was added in vSphere API 7.0.0.
| string vmware::vcenter::deployment::migrate::ActiveDirectorySpec::GetUsername |
( |
| ) |
[inline] |
Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::migrate::ActiveDirectorySpec::SetDomain |
( |
string |
domain | ) |
[inline] |
The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::migrate::ActiveDirectorySpec::SetPassword |
( |
string |
password | ) |
[inline] |
Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::migrate::ActiveDirectorySpec::SetUsername |
( |
string |
username | ) |
[inline] |
Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
This attribute was added in vSphere API 7.0.0.
| override string vmware::vcenter::deployment::migrate::ActiveDirectorySpec::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: