VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::system_config::PscRegistration Interface Reference

The PscRegistration interface provides methods to get and set the PSC_EXTERNAL appliance a VCSA_EXTERNAL appliance is registered with. More...

Inherited by vmware::vcenter::system_config::PscRegistrationStub.

List of all members.

Public Member Functions

vmware.vcenter.system_config.PscRegistrationTypes.Info Get ()
 Get information of the PSC that this appliance is registered with.
vmware.vcenter.system_config.PscRegistrationTypes.Info Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get information of the PSC that this appliance is registered with.
global::System.Threading.Tasks.Task
< vmware.vcenter.system_config.PscRegistrationTypes.Info
GetAsync ()
 Get information of the PSC that this appliance is registered with.
global::System.Threading.Tasks.Task
< vmware.vcenter.system_config.PscRegistrationTypes.Info
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get information of the PSC that this appliance is registered with.
void Repoint (vmware.vcenter.deployment.RemotePscSpec spec)
 Repoint this vCenter Server appliance to a different external PSC.
void Repoint (vmware.vcenter.deployment.RemotePscSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Repoint this vCenter Server appliance to a different external PSC.
global::System.Threading.Tasks.Task RepointAsync (vmware.vcenter.deployment.RemotePscSpec spec)
 Repoint this vCenter Server appliance to a different external PSC.
global::System.Threading.Tasks.Task RepointAsync (vmware.vcenter.deployment.RemotePscSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Repoint this vCenter Server appliance to a different external PSC.

Detailed Description

The PscRegistration interface provides methods to get and set the PSC_EXTERNAL appliance a VCSA_EXTERNAL appliance is registered with.

This interface was added in vSphere API 6.7.


Member Function Documentation

vmware.vcenter.system_config.PscRegistrationTypes.Info vmware::vcenter::system_config::PscRegistration::Get ( )

Get information of the PSC that this appliance is registered with.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is in NOT_INITIALIZED state.
Returns:
Info structure containing information about the external PSC node this appliance is registered with.

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

vmware.vcenter.system_config.PscRegistrationTypes.Info vmware::vcenter::system_config::PscRegistration::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get information of the PSC that this appliance is registered with.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is in NOT_INITIALIZED state.
Returns:
Info structure containing information about the external PSC node this appliance is registered with.

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

global::System.Threading.Tasks.Task<vmware.vcenter.system_config.PscRegistrationTypes.Info> vmware::vcenter::system_config::PscRegistration::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get information of the PSC that this appliance is registered with.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is in NOT_INITIALIZED state.
Returns:
Info structure containing information about the external PSC node this appliance is registered with.

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

global::System.Threading.Tasks.Task<vmware.vcenter.system_config.PscRegistrationTypes.Info> vmware::vcenter::system_config::PscRegistration::GetAsync ( )

Get information of the PSC that this appliance is registered with.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is in NOT_INITIALIZED state.
Returns:
Info structure containing information about the external PSC node this appliance is registered with.

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

void vmware::vcenter::system_config::PscRegistration::Repoint ( vmware.vcenter.deployment.RemotePscSpec  spec)

Repoint this vCenter Server appliance to a different external 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 the passed external PSC credentials is invalid.
vmware.vapi.std.errors.InvalidArgumentif the passed external PSC is not a replicating with the current PSC this appliance is registered with.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Unsupportedif the current appliance is not of the type VCSA_EXTERNAL.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in CONFIGURED state.
Parameters:
specRemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to.

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

void vmware::vcenter::system_config::PscRegistration::Repoint ( vmware.vcenter.deployment.RemotePscSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Repoint this vCenter Server appliance to a different external 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 the passed external PSC credentials is invalid.
vmware.vapi.std.errors.InvalidArgumentif the passed external PSC is not a replicating with the current PSC this appliance is registered with.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Unsupportedif the current appliance is not of the type VCSA_EXTERNAL.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in CONFIGURED state.
Parameters:
specRemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

global::System.Threading.Tasks.Task vmware::vcenter::system_config::PscRegistration::RepointAsync ( vmware.vcenter.deployment.RemotePscSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Repoint this vCenter Server appliance to a different external 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 the passed external PSC credentials is invalid.
vmware.vapi.std.errors.InvalidArgumentif the passed external PSC is not a replicating with the current PSC this appliance is registered with.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Unsupportedif the current appliance is not of the type VCSA_EXTERNAL.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in CONFIGURED state.
Parameters:
specRemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::vcenter::system_config::PscRegistrationStub.

global::System.Threading.Tasks.Task vmware::vcenter::system_config::PscRegistration::RepointAsync ( vmware.vcenter.deployment.RemotePscSpec  spec)

Repoint this vCenter Server appliance to a different external 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 the passed external PSC credentials is invalid.
vmware.vapi.std.errors.InvalidArgumentif the passed external PSC is not a replicating with the current PSC this appliance is registered with.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Unsupportedif the current appliance is not of the type VCSA_EXTERNAL.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in CONFIGURED state.
Parameters:
specRemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to.

Implemented in vmware::vcenter::system_config::PscRegistrationStub.


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