|
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::Dcui interface provides methods Get/Set enabled state of DCUI.
| public method Com::Vmware::Appliance::Access::Dcui::get | ( | ) |
Get enabled state of Direct Console User Interface (DCUI TTY2).
| DCUI | is enabled. The return type will be Boolean |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Access::Dcui::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::Dcui::set | ( | ) |
Set enabled state of Direct Console User Interface (DCUI TTY2).
| enabled | [REQUIRED] DCUI is enabled. . The value must be Boolean. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: