VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::install::RemotePsc Interface Reference

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.

List of all members.

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.

Detailed Description

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.


Member Function Documentation

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.

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.

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.

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.

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.

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.

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.

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.

Implemented in vmware::vcenter::deployment::install::RemotePscStub.


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