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
 All Classes Files Functions
List of all members
Com::Vmware::Appliance::Access::Shell::ShellConfig Class Reference
Inheritance diagram for Com::Vmware::Appliance::Access::Shell::ShellConfig:

Avaliable Methods

public method set_timeout ()
 
public method get_timeout ()
 
public method set_enabled ()
 
public method get_enabled ()
 
public method new ()
 

Detailed Description

Com::Vmware::Appliance::Access::Shell::ShellConfig class Structure that defines shell configuration.

Member Function Documentation

public method Com::Vmware::Appliance::Access::Shell::ShellConfig::get_enabled ( )

Gets the value of 'enabled' property.

Return values
enabled- The current value of the field. Enabled can be set to true or false boolean#
Code:
click to view
public method Com::Vmware::Appliance::Access::Shell::ShellConfig::get_timeout ( )

Gets the value of 'timeout' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Access::Shell::ShellConfig::new ( )

Constructor to initialize the Com::Vmware::Appliance::Access::Shell::ShellConfig structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Access::Shell::ShellConfig::set_enabled ( )

Sets the given value for 'enabled' property.

Parameters
enabled- New value for the field. Enabled can be set to true or false
Code:
click to view
public method Com::Vmware::Appliance::Access::Shell::ShellConfig::set_timeout ( )

Sets the given value for 'timeout' property.

Parameters
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:
click to view

The documentation for this class was generated from the following file: