|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Classes | |
| class | ShellConfig |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | set () |
Com::Vmware::Appliance::Access::Shell interface provides methods Get/Set enabled state of BASH.
| public method Com::Vmware::Appliance::Access::Shell::get | ( | ) |
Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
| Current | shell configuration. The return type will be Com::Vmware::Appliance::Access::Shell::ShellConfig |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Access::Shell::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Access::Shell::set | ( | ) |
Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
| config | [REQUIRED] Shell configuration . The value must be Com::Vmware::Appliance::Access::Shell::ShellConfig. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: