|
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
|
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | set () |
Com::Vmware::Appliance::Access::Consolecli interface provides methods Get/Set enabled state of CLI.
| public method Com::Vmware::Appliance::Access::Consolecli::get | ( | ) |
Get enabled state of the console-based controlled CLI (TTY1).
| Console-based | controlled CLI is enabled. The return type will be Boolean |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Access::Consolecli::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::Consolecli::set | ( | ) |
Set enabled state of the console-based controlled CLI (TTY1).
| enabled | [REQUIRED] Console-based controlled CLI is enabled. . The value must be Boolean. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: