File: RunScriptAction.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _ActionParameter: ../../vim/action/Action/ActionParameter.rst

.. _vim.action.Action: ../../vim/action/Action.rst


vim.action.RunScriptAction
==========================
  This data object type specifies a script that is triggered by an alarm. You can use any elements of the `ActionParameter`_ enumerated list as part of your script to provide information available at runtime.
:extends: vim.action.Action_

Attributes:
    script (`str`_):

       The fully-qualified path to a shell script that runs on the VirtualCenter server as a result of an alarm.