|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The RemotePsc interface provides methods to check if the deployed vCenter Server can register with the remote PSC.
More...
Inherited by vmware::vcenter::deployment::install::RemotePscStub.
Public Member Functions | |
| 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. | |
The RemotePsc interface provides methods to check if the deployed vCenter Server can register with the remote PSC.
This interface was added in vSphere API 6.7.
| vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::install::RemotePsc::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.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
| vmware.vapi.std.errors.Unauthenticated | if external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance. |
| vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
| spec | Information to connect to the remote PSC. |
Implemented in vmware::vcenter::deployment::install::RemotePscStub.
| vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::install::RemotePsc::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.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
| vmware.vapi.std.errors.Unauthenticated | if external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance. |
| vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
| spec | Information to connect to the remote PSC. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::install::RemotePscStub.
| global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::install::RemotePsc::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.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
| vmware.vapi.std.errors.Unauthenticated | if external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance. |
| vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
| spec | Information to connect to the remote PSC. |
Implemented in vmware::vcenter::deployment::install::RemotePscStub.
| global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::install::RemotePsc::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.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
| vmware.vapi.std.errors.Unauthenticated | if external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance. |
| vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
| spec | Information to connect to the remote PSC. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::install::RemotePscStub.