1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.. _bool: https://docs.python.org/2/library/stdtypes.html
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
vim.host.FirewallInfo.DefaultPolicy
===================================
Default settings for the firewall, used for ports that are not explicitly opened.
:extends: vmodl.DynamicData_
Attributes:
incomingBlocked (`bool`_, optional):
Flag indicating whether incoming traffic should be blocked by default.
outgoingBlocked (`bool`_, optional):
Flag indicating whether outgoing traffic should be blocked by default.
|