appliance access shell: shell config
shell_config
structure Structure that defines shell configuration.Representations:
{
"enabled": true,
"timeout": 1
}
"enabled": true,
"timeout": 1
}
<?xml version="1.0" ?>
<ns0:ShellConfig xmlns:ns0="http://vmware.com/appliance/access/shell" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<enabled>true</enabled>
<timeout>1</timeout>
</ns0:ShellConfig>
<ns0:ShellConfig xmlns:ns0="http://vmware.com/appliance/access/shell" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<enabled>true</enabled>
<timeout>1</timeout>
</ns0:ShellConfig>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
enabled | boolean | Enabled can be set to true or false |
timeout | long | The timeout (in seconds) specifies how long you enable the Shell access. The maximum timeout is 86400 seconds(1 day). |