Remote stub implementation of the Ssh API service.
More...
Inherits vmware::appliance::access::Ssh.
List of all members.
Public Member Functions |
| SshStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) |
| SshStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) |
void | Set (bool enabled) |
| Set enabled state of the SSH-based controlled CLI.
|
void | Set (bool enabled, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set enabled state of the SSH-based controlled CLI.
|
global::System.Threading.Tasks.Task | SetAsync (bool enabled) |
| Set enabled state of the SSH-based controlled CLI.
|
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 SSH-based controlled CLI.
|
bool | Get () |
| Get enabled state of the SSH-based controlled CLI.
|
bool | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get enabled state of the SSH-based controlled CLI.
|
global::System.Threading.Tasks.Task
< bool > | GetAsync () |
| Get enabled state of the SSH-based controlled CLI.
|
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 SSH-based controlled CLI.
|
Detailed Description
Remote stub implementation of the Ssh API service.
Constructor & Destructor Documentation
vmware::appliance::access::SshStub::SshStub |
( |
vmware.vapi.core.IApiProvider |
iApiProvider, |
|
|
vmware.vapi.bindings.TypeConverter |
typeConverter, |
|
|
vmware.vapi.bindings.IStubConfiguration |
config |
|
) |
| [inline] |
vmware::appliance::access::SshStub::SshStub |
( |
vmware.vapi.core.IApiProvider |
iApiProvider, |
|
|
vmware.vapi.bindings.IStubConfiguration |
config |
|
) |
| [inline] |
Member Function Documentation
bool vmware::appliance::access::SshStub::Get |
( |
| ) |
[inline] |
Get enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Returns:
- SSH-based controlled CLI is enabled.
Implements vmware::appliance::access::Ssh.
bool vmware::appliance::access::SshStub::Get |
( |
global::System.Action< vmware.vapi.std.Progress > |
_progress, |
|
|
vmware.vapi.bindings.client.InvocationConfig |
_invocationConfig |
|
) |
| [inline] |
Get enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Returns:
- SSH-based controlled CLI is enabled.
Implements vmware::appliance::access::Ssh.
global::System.Threading.Tasks.Task<bool> vmware::appliance::access::SshStub::GetAsync |
( |
global::System.Action< vmware.vapi.std.Progress > |
_progress, |
|
|
vmware.vapi.bindings.client.InvocationConfig |
_invocationConfig |
|
) |
| [inline] |
Get enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Returns:
- SSH-based controlled CLI is enabled.
Implements vmware::appliance::access::Ssh.
global::System.Threading.Tasks.Task<bool> vmware::appliance::access::SshStub::GetAsync |
( |
| ) |
[inline] |
Get enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Returns:
- SSH-based controlled CLI is enabled.
Implements vmware::appliance::access::Ssh.
void vmware::appliance::access::SshStub::Set |
( |
bool |
enabled, |
|
|
global::System.Action< vmware.vapi.std.Progress > |
_progress, |
|
|
vmware.vapi.bindings.client.InvocationConfig |
_invocationConfig |
|
) |
| [inline] |
Set enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Parameters:
-
enabled | SSH-based controlled CLI is enabled. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::access::Ssh.
void vmware::appliance::access::SshStub::Set |
( |
bool |
enabled | ) |
[inline] |
Set enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Parameters:
-
enabled | SSH-based controlled CLI is enabled. |
Implements vmware::appliance::access::Ssh.
global::System.Threading.Tasks.Task vmware::appliance::access::SshStub::SetAsync |
( |
bool |
enabled | ) |
[inline] |
Set enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Parameters:
-
enabled | SSH-based controlled CLI is enabled. |
Implements vmware::appliance::access::Ssh.
global::System.Threading.Tasks.Task vmware::appliance::access::SshStub::SetAsync |
( |
bool |
enabled, |
|
|
global::System.Action< vmware.vapi.std.Progress > |
_progress, |
|
|
vmware.vapi.bindings.client.InvocationConfig |
_invocationConfig |
|
) |
| [inline] |
Set enabled state of the SSH-based controlled CLI.
- Exceptions:
-
vmware.vapi.std.errors.Error | Generic error |
- Parameters:
-
enabled | SSH-based controlled CLI is enabled. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::access::Ssh.
The documentation for this class was generated from the following file: