VMware vSphere Automation SDK for .NET 7.0.0.1
|
Shell
interface provides methods Get/Set enabled state of BASH.
More...
Inherited by vmware::appliance::access::ShellStub.
Public Member Functions | |
void | Set (vmware.appliance.access.ShellTypes.ShellConfig config) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
void | Set (vmware.appliance.access.ShellTypes.ShellConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.access.ShellTypes.ShellConfig config) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.access.ShellTypes.ShellConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
vmware.appliance.access.ShellTypes.ShellConfig | Get () |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
vmware.appliance.access.ShellTypes.ShellConfig | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
global::System.Threading.Tasks.Task < vmware.appliance.access.ShellTypes.ShellConfig > | GetAsync () |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI. | |
global::System.Threading.Tasks.Task < vmware.appliance.access.ShellTypes.ShellConfig > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI. |
Shell
interface provides methods Get/Set enabled state of BASH.
vmware.appliance.access.ShellTypes.ShellConfig vmware::appliance::access::Shell::Get | ( | ) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ShellStub.
vmware.appliance.access.ShellTypes.ShellConfig vmware::appliance::access::Shell::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ShellStub.
global::System.Threading.Tasks.Task<vmware.appliance.access.ShellTypes.ShellConfig> vmware::appliance::access::Shell::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ShellStub.
global::System.Threading.Tasks.Task<vmware.appliance.access.ShellTypes.ShellConfig> vmware::appliance::access::Shell::GetAsync | ( | ) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::access::ShellStub.
void vmware::appliance::access::Shell::Set | ( | vmware.appliance.access.ShellTypes.ShellConfig | config, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
config | Shell configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::access::ShellStub.
void vmware::appliance::access::Shell::Set | ( | vmware.appliance.access.ShellTypes.ShellConfig | config | ) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
config | Shell configuration |
Implemented in vmware::appliance::access::ShellStub.
global::System.Threading.Tasks.Task vmware::appliance::access::Shell::SetAsync | ( | vmware.appliance.access.ShellTypes.ShellConfig | config | ) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
config | Shell configuration |
Implemented in vmware::appliance::access::ShellStub.
global::System.Threading.Tasks.Task vmware::appliance::access::Shell::SetAsync | ( | vmware.appliance.access.ShellTypes.ShellConfig | config, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
config | Shell configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::access::ShellStub.