VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::access::Consolecli Interface Reference

Consolecli interface provides methods Get/Set enabled state of CLI. More...

Inherited by vmware::appliance::access::ConsolecliStub.

List of all members.

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

Detailed Description

Consolecli interface provides methods Get/Set enabled state of CLI.


Member Function Documentation

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

Get enabled state of the console-based controlled CLI (TTY1).

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Console-based controlled CLI is enabled.

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

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Console-based controlled CLI is enabled.

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

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Console-based controlled CLI is enabled.

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

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Console-based controlled CLI is enabled.

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

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

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

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

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
enabledConsole-based controlled CLI is enabled.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::access::ConsolecliStub.


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