VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::install::RemotePscStub Class Reference

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

Inherits vmware::vcenter::deployment::install::RemotePsc.

List of all members.

Public Member Functions

 RemotePscStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 RemotePscStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vcenter.deployment.CheckInfo Check (vmware.vcenter.deployment.RemotePscSpec spec)
 Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.
vmware.vcenter.deployment.CheckInfo Check (vmware.vcenter.deployment.RemotePscSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.
global::System.Threading.Tasks.Task
< vmware.vcenter.deployment.CheckInfo
CheckAsync (vmware.vcenter.deployment.RemotePscSpec spec)
 Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.
global::System.Threading.Tasks.Task
< vmware.vcenter.deployment.CheckInfo
CheckAsync (vmware.vcenter.deployment.RemotePscSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.

Detailed Description

Remote stub implementation of the RemotePsc API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::install::RemotePscStub::Check ( vmware.vcenter.deployment.RemotePscSpec  spec) [inline]

Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthenticatedif external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance.
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 the remote PSC.
Returns:
Information about the success or failure of the checks that were performed.

Implements vmware::vcenter::deployment::install::RemotePsc.

vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::install::RemotePscStub::Check ( vmware.vcenter.deployment.RemotePscSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthenticatedif external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance.
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 the remote PSC.
_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::install::RemotePsc.

global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::install::RemotePscStub::CheckAsync ( vmware.vcenter.deployment.RemotePscSpec  spec) [inline]

Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthenticatedif external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance.
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 the remote PSC.
Returns:
Information about the success or failure of the checks that were performed.

Implements vmware::vcenter::deployment::install::RemotePsc.

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

Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.Unauthenticatedif external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance.
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 the remote PSC.
_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::install::RemotePsc.


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