VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the PscRegistration API service. More...
Inherits vmware::vcenter::system_config::PscRegistration.
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. |
Remote stub implementation of the PscRegistration API service.
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] |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is in NOT_INITIALIZED state. |
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.
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. |
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.
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 |
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.
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 |
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.
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. |
Implements vmware::vcenter::system_config::PscRegistration.