VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::system_config::PscRegistrationStub Class Reference

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

Inherits vmware::vcenter::system_config::PscRegistration.

List of all members.

Public Member Functions

 PscRegistrationStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 PscRegistrationStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the PscRegistration API service.


Constructor & Destructor Documentation

vmware::vcenter::system_config::PscRegistrationStub::PscRegistrationStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::system_config::PscRegistrationStub::PscRegistrationStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.system_config.PscRegistrationTypes.Info vmware::vcenter::system_config::PscRegistrationStub::Get ( ) [inline]

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.

Implements vmware::vcenter::system_config::PscRegistration.

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

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.

Implements vmware::vcenter::system_config::PscRegistration.

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

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.

Implements vmware::vcenter::system_config::PscRegistration.

global::System.Threading.Tasks.Task<vmware.vcenter.system_config.PscRegistrationTypes.Info> vmware::vcenter::system_config::PscRegistrationStub::GetAsync ( ) [inline]

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.

Implements vmware::vcenter::system_config::PscRegistration.

void vmware::vcenter::system_config::PscRegistrationStub::Repoint ( vmware.vcenter.deployment.RemotePscSpec  spec) [inline]

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.

Implements vmware::vcenter::system_config::PscRegistration.

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

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

Implements vmware::vcenter::system_config::PscRegistration.

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

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

Implements vmware::vcenter::system_config::PscRegistration.

global::System.Threading.Tasks.Task vmware::vcenter::system_config::PscRegistrationStub::RepointAsync ( vmware.vcenter.deployment.RemotePscSpec  spec) [inline]

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.

Implements vmware::vcenter::system_config::PscRegistration.


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