VMware vSphere Automation SDK for .NET 7.0.0.1
|
Dcui
interface provides methods Get/Set enabled state of DCUI.
More...
Inherited by vmware::appliance::access::DcuiStub.
Public Member Functions | |
void | Set (bool enabled) |
Set enabled state of Direct Console User Interface (DCUI TTY2). | |
void | Set (bool enabled, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set enabled state of Direct Console User Interface (DCUI TTY2). | |
global::System.Threading.Tasks.Task | SetAsync (bool enabled) |
Set enabled state of Direct Console User Interface (DCUI TTY2). | |
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 Direct Console User Interface (DCUI TTY2). | |
bool | Get () |
Get enabled state of Direct Console User Interface (DCUI TTY2). | |
bool | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get enabled state of Direct Console User Interface (DCUI TTY2). | |
global::System.Threading.Tasks.Task < bool > | GetAsync () |
Get enabled state of Direct Console User Interface (DCUI TTY2). | |
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 Direct Console User Interface (DCUI TTY2). |
Dcui
interface provides methods Get/Set enabled state of DCUI.
bool vmware::appliance::access::Dcui::Get | ( | ) |
Get enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::DcuiStub.
bool vmware::appliance::access::Dcui::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::DcuiStub.
global::System.Threading.Tasks.Task<bool> vmware::appliance::access::Dcui::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::DcuiStub.
global::System.Threading.Tasks.Task<bool> vmware::appliance::access::Dcui::GetAsync | ( | ) |
Get enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::DcuiStub.
void vmware::appliance::access::Dcui::Set | ( | bool | enabled, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Set enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
enabled | DCUI is enabled. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::access::DcuiStub.
void vmware::appliance::access::Dcui::Set | ( | bool | enabled | ) |
Set enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
enabled | DCUI is enabled. |
Implemented in vmware::appliance::access::DcuiStub.
global::System.Threading.Tasks.Task vmware::appliance::access::Dcui::SetAsync | ( | bool | enabled | ) |
Set enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
enabled | DCUI is enabled. |
Implemented in vmware::appliance::access::DcuiStub.
global::System.Threading.Tasks.Task vmware::appliance::access::Dcui::SetAsync | ( | bool | enabled, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Set enabled state of Direct Console User Interface (DCUI TTY2).
vmware.vapi.std.errors.Error | Generic error |
enabled | DCUI is enabled. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::access::DcuiStub.