|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Shutdown API service. More...
Inherits vmware::appliance::Shutdown.
Public Member Functions | |
| ShutdownStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| ShutdownStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| void | Cancel () |
| Cancel pending shutdown action. | |
| void | Cancel (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Cancel pending shutdown action. | |
| global::System.Threading.Tasks.Task | CancelAsync () |
| Cancel pending shutdown action. | |
| global::System.Threading.Tasks.Task | CancelAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Cancel pending shutdown action. | |
| void | Poweroff (long delay, string reason) |
| Power off the appliance. | |
| void | Poweroff (long delay, string reason, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Power off the appliance. | |
| global::System.Threading.Tasks.Task | PoweroffAsync (long delay, string reason) |
| Power off the appliance. | |
| global::System.Threading.Tasks.Task | PoweroffAsync (long delay, string reason, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Power off the appliance. | |
| void | Reboot (long delay, string reason) |
| Reboot the appliance. | |
| void | Reboot (long delay, string reason, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Reboot the appliance. | |
| global::System.Threading.Tasks.Task | RebootAsync (long delay, string reason) |
| Reboot the appliance. | |
| global::System.Threading.Tasks.Task | RebootAsync (long delay, string reason, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Reboot the appliance. | |
| vmware.appliance.ShutdownTypes.ShutdownConfig | Get () |
| Get details about the pending shutdown action. | |
| vmware.appliance.ShutdownTypes.ShutdownConfig | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get details about the pending shutdown action. | |
| global::System.Threading.Tasks.Task < vmware.appliance.ShutdownTypes.ShutdownConfig > | GetAsync () |
| Get details about the pending shutdown action. | |
| global::System.Threading.Tasks.Task < vmware.appliance.ShutdownTypes.ShutdownConfig > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get details about the pending shutdown action. | |
Remote stub implementation of the Shutdown API service.
| vmware::appliance::ShutdownStub::ShutdownStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::appliance::ShutdownStub::ShutdownStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| void vmware::appliance::ShutdownStub::Cancel | ( | ) | [inline] |
Cancel pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| void vmware::appliance::ShutdownStub::Cancel | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Cancel pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task vmware::appliance::ShutdownStub::CancelAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Cancel pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task vmware::appliance::ShutdownStub::CancelAsync | ( | ) | [inline] |
Cancel pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| vmware.appliance.ShutdownTypes.ShutdownConfig vmware::appliance::ShutdownStub::Get | ( | ) | [inline] |
Get details about the pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| vmware.appliance.ShutdownTypes.ShutdownConfig vmware::appliance::ShutdownStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get details about the pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task<vmware.appliance.ShutdownTypes.ShutdownConfig> vmware::appliance::ShutdownStub::GetAsync | ( | ) | [inline] |
Get details about the pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task<vmware.appliance.ShutdownTypes.ShutdownConfig> vmware::appliance::ShutdownStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get details about the pending shutdown action.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::Shutdown.
| void vmware::appliance::ShutdownStub::Poweroff | ( | long | delay, |
| string | reason | ||
| ) | [inline] |
Power off the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which poweroff should start. If 0 is specified, poweroff will start immediately. |
| reason | Reason for peforming poweroff. |
Implements vmware::appliance::Shutdown.
| void vmware::appliance::ShutdownStub::Poweroff | ( | long | delay, |
| string | reason, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Power off the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which poweroff should start. If 0 is specified, poweroff will start immediately. |
| reason | Reason for peforming poweroff. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task vmware::appliance::ShutdownStub::PoweroffAsync | ( | long | delay, |
| string | reason, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Power off the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which poweroff should start. If 0 is specified, poweroff will start immediately. |
| reason | Reason for peforming poweroff. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task vmware::appliance::ShutdownStub::PoweroffAsync | ( | long | delay, |
| string | reason | ||
| ) | [inline] |
Power off the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which poweroff should start. If 0 is specified, poweroff will start immediately. |
| reason | Reason for peforming poweroff. |
Implements vmware::appliance::Shutdown.
| void vmware::appliance::ShutdownStub::Reboot | ( | long | delay, |
| string | reason, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Reboot the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which reboot should start. If 0 is specified, reboot will start immediately. |
| reason | Reason for peforming reboot. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::Shutdown.
| void vmware::appliance::ShutdownStub::Reboot | ( | long | delay, |
| string | reason | ||
| ) | [inline] |
Reboot the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which reboot should start. If 0 is specified, reboot will start immediately. |
| reason | Reason for peforming reboot. |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task vmware::appliance::ShutdownStub::RebootAsync | ( | long | delay, |
| string | reason, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Reboot the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which reboot should start. If 0 is specified, reboot will start immediately. |
| reason | Reason for peforming reboot. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::Shutdown.
| global::System.Threading.Tasks.Task vmware::appliance::ShutdownStub::RebootAsync | ( | long | delay, |
| string | reason | ||
| ) | [inline] |
Reboot the appliance.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| delay | Minutes after which reboot should start. If 0 is specified, reboot will start immediately. |
| reason | Reason for peforming reboot. |
Implements vmware::appliance::Shutdown.