VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Shell API service. More...
Inherits vmware::appliance::access::Shell.
Public Member Functions | |
ShellStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ShellStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the Shell API service.
vmware::appliance::access::ShellStub::ShellStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::appliance::access::ShellStub::ShellStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.appliance.access.ShellTypes.ShellConfig vmware::appliance::access::ShellStub::Get | ( | ) | [inline] |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::access::Shell.
vmware.appliance.access.ShellTypes.ShellConfig vmware::appliance::access::ShellStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::access::Shell.
global::System.Threading.Tasks.Task<vmware.appliance.access.ShellTypes.ShellConfig> vmware::appliance::access::ShellStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::access::Shell.
global::System.Threading.Tasks.Task<vmware.appliance.access.ShellTypes.ShellConfig> vmware::appliance::access::ShellStub::GetAsync | ( | ) | [inline] |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::access::Shell.
void vmware::appliance::access::ShellStub::Set | ( | vmware.appliance.access.ShellTypes.ShellConfig | config, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::appliance::access::Shell.
void vmware::appliance::access::ShellStub::Set | ( | vmware.appliance.access.ShellTypes.ShellConfig | config | ) | [inline] |
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 |
Implements vmware::appliance::access::Shell.
global::System.Threading.Tasks.Task vmware::appliance::access::ShellStub::SetAsync | ( | vmware.appliance.access.ShellTypes.ShellConfig | config | ) | [inline] |
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 |
Implements vmware::appliance::access::Shell.
global::System.Threading.Tasks.Task vmware::appliance::access::ShellStub::SetAsync | ( | vmware.appliance.access.ShellTypes.ShellConfig | config, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::appliance::access::Shell.