|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the RemotePsc API service. More...
Inherits vmware::vcenter::deployment::install::RemotePsc.
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. | |
Remote stub implementation of the RemotePsc API service.
| 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] |
| 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.
| 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. |
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.
| 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 |
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.
| 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. |
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.
| 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 |
Implements vmware::vcenter::deployment::install::RemotePsc.