VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::access::Dcui Interface Reference

Dcui interface provides methods Get/Set enabled state of DCUI. More...

Inherited by vmware::appliance::access::DcuiStub.

List of all members.

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).

Detailed Description

Dcui interface provides methods Get/Set enabled state of DCUI.


Member Function Documentation

bool vmware::appliance::access::Dcui::Get ( )

Get enabled state of Direct Console User Interface (DCUI TTY2).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
DCUI is enabled.

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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
DCUI is enabled.

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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
DCUI is enabled.

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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
DCUI is enabled.

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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
enabledDCUI is enabled.
_progressProgress notification call back
_invocationConfigConfiguration 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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
enabledDCUI 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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
enabledDCUI 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).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
enabledDCUI is enabled.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::access::DcuiStub.


The documentation for this interface was generated from the following file: