VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::migrate::ActiveDirectoryStub Class Reference

Remote stub implementation of the ActiveDirectory API service. More...

Inherits vmware::vcenter::deployment::migrate::ActiveDirectory.

List of all members.

Public Member Functions

 ActiveDirectoryStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 ActiveDirectoryStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the ActiveDirectory API service.


Constructor & Destructor Documentation

vmware::vcenter::deployment::migrate::ActiveDirectoryStub::ActiveDirectoryStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::deployment::migrate::ActiveDirectoryStub::ActiveDirectoryStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectoryStub::Check ( vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec  spec) [inline]

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.

Implements vmware::vcenter::deployment::migrate::ActiveDirectory.

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

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.

Implements vmware::vcenter::deployment::migrate::ActiveDirectory.

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

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.

Implements vmware::vcenter::deployment::migrate::ActiveDirectory.

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

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.

Implements vmware::vcenter::deployment::migrate::ActiveDirectory.


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