|
VMware vSphere Automation SDK for .NET 6.5.0
|
Consolecli interface provides methods Get/Set enabled state of CLI.
More...
Inherited by vmware::appliance::access::ConsolecliStub.
Public Member Functions | |
| void | Set (bool enabled) |
| Set enabled state of the console-based controlled CLI (TTY1). | |
| void | Set (bool enabled, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set enabled state of the console-based controlled CLI (TTY1). | |
| global::System.Threading.Tasks.Task | SetAsync (bool enabled) |
| Set enabled state of the console-based controlled CLI (TTY1). | |
| global::System.Threading.Tasks.Task | SetAsync (bool enabled, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set enabled state of the console-based controlled CLI (TTY1). | |
| bool | Get () |
| Get enabled state of the console-based controlled CLI (TTY1). | |
| bool | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get enabled state of the console-based controlled CLI (TTY1). | |
| global::System.Threading.Tasks.Task < bool > | GetAsync () |
| Get enabled state of the console-based controlled CLI (TTY1). | |
| global::System.Threading.Tasks.Task < bool > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get enabled state of the console-based controlled CLI (TTY1). | |
Consolecli interface provides methods Get/Set enabled state of CLI.
| bool vmware::appliance::access::Consolecli::Get | ( | ) |
Get enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ConsolecliStub.
| bool vmware::appliance::access::Consolecli::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ConsolecliStub.
| global::System.Threading.Tasks.Task<bool> vmware::appliance::access::Consolecli::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ConsolecliStub.
| global::System.Threading.Tasks.Task<bool> vmware::appliance::access::Consolecli::GetAsync | ( | ) |
Get enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ConsolecliStub.
| void vmware::appliance::access::Consolecli::Set | ( | bool | enabled, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Set enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
| enabled | Console-based controlled CLI is enabled. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::access::ConsolecliStub.
| void vmware::appliance::access::Consolecli::Set | ( | bool | enabled | ) |
Set enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
| enabled | Console-based controlled CLI is enabled. |
Implemented in vmware::appliance::access::ConsolecliStub.
| global::System.Threading.Tasks.Task vmware::appliance::access::Consolecli::SetAsync | ( | bool | enabled | ) |
Set enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
| enabled | Console-based controlled CLI is enabled. |
Implemented in vmware::appliance::access::ConsolecliStub.
| global::System.Threading.Tasks.Task vmware::appliance::access::Consolecli::SetAsync | ( | bool | enabled, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Set enabled state of the console-based controlled CLI (TTY1).
| vmware.vapi.std.errors.Error | Generic error |
| enabled | Console-based controlled CLI is enabled. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::access::ConsolecliStub.