VMware vSphere Automation SDK for .NET 7.0.0.1
|
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.
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. |
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.
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if the passed external PSC credentials is invalid. |
vmware.vapi.std.errors.InvalidArgument | if the passed external PSC is not a replicating with the current PSC this appliance is registered with. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Unsupported | if the current appliance is not of the type VCSA_EXTERNAL. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in CONFIGURED state. |
spec | RemotePscSpec 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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if the passed external PSC credentials is invalid. |
vmware.vapi.std.errors.InvalidArgument | if the passed external PSC is not a replicating with the current PSC this appliance is registered with. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Unsupported | if the current appliance is not of the type VCSA_EXTERNAL. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in CONFIGURED state. |
spec | RemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if the passed external PSC credentials is invalid. |
vmware.vapi.std.errors.InvalidArgument | if the passed external PSC is not a replicating with the current PSC this appliance is registered with. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Unsupported | if the current appliance is not of the type VCSA_EXTERNAL. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in CONFIGURED state. |
spec | RemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.Unauthenticated | if the passed external PSC credentials is invalid. |
vmware.vapi.std.errors.InvalidArgument | if the passed external PSC is not a replicating with the current PSC this appliance is registered with. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Unsupported | if the current appliance is not of the type VCSA_EXTERNAL. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in CONFIGURED state. |
spec | RemotePscSpec structure containing information about the external PSC node to repoint this vCenter Server appliance to. |
Implemented in vmware::vcenter::system_config::PscRegistrationStub.