VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::migrate::ActiveDirectory Interface Reference

The ActiveDirectory interface provides methods to check if the migrated vCenter Server appliance can join to the given domain using the provided credentials. More...

Inherited by vmware::vcenter::deployment::migrate::ActiveDirectoryStub.

List of all members.

Public Member Functions

vmware.vcenter.deployment.CheckInfo Check (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec)
 Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
vmware.vcenter.deployment.CheckInfo Check (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
global::System.Threading.Tasks.Task
< vmware.vcenter.deployment.CheckInfo
CheckAsync (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec)
 Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
global::System.Threading.Tasks.Task
< vmware.vcenter.deployment.CheckInfo
CheckAsync (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.

Detailed Description

The ActiveDirectory interface provides methods to check if the migrated vCenter Server appliance can join to the given domain using the provided credentials.

This interface was added in vSphere API 7.0.0.


Member Function Documentation

vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectory::Check ( vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec  spec)

Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in INITIALIZED state.
Parameters:
specInformation to connect to Active Directory.
Returns:
Information about the success or failure of the checks that were performed.

Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.

vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectory::Check ( vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in INITIALIZED state.
Parameters:
specInformation to connect to Active Directory.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the success or failure of the checks that were performed.

Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.

global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::migrate::ActiveDirectory::CheckAsync ( vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec  spec)

Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in INITIALIZED state.
Parameters:
specInformation to connect to Active Directory.
Returns:
Information about the success or failure of the checks that were performed.

Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.

global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::migrate::ActiveDirectory::CheckAsync ( vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in INITIALIZED state.
Parameters:
specInformation to connect to Active Directory.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the success or failure of the checks that were performed.

Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.


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