|
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 | set_timeout () |
| public method | get_timeout () |
| public method | set_enabled () |
| public method | get_enabled () |
| public method | new () |
Com::Vmware::Appliance::Access::Shell::ShellConfig class Structure that defines shell configuration.
| public method Com::Vmware::Appliance::Access::Shell::ShellConfig::get_enabled | ( | ) |
Gets the value of 'enabled' property.
| enabled | - The current value of the field. Enabled can be set to true or false boolean# |
Code:
| public method Com::Vmware::Appliance::Access::Shell::ShellConfig::get_timeout | ( | ) |
Gets the value of 'timeout' property.
| timeout | - The current value of the field. The timeout (in seconds) specifies how long you enable the Shell access. The maximum timeout is 86400 seconds(1 day). long# |
Code:
| public method Com::Vmware::Appliance::Access::Shell::ShellConfig::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Access::Shell::ShellConfig structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Access::Shell::ShellConfig::set_enabled | ( | ) |
Sets the given value for 'enabled' property.
| enabled | - New value for the field. Enabled can be set to true or false |
Code:
| public method Com::Vmware::Appliance::Access::Shell::ShellConfig::set_timeout | ( | ) |
Sets the given value for 'timeout' property.
| timeout | - New value for the field. The timeout (in seconds) specifies how long you enable the Shell access. The maximum timeout is 86400 seconds(1 day). |
Code: