cp_gaia_proxy.

Synopsis

Change proxy setting.

Parameters

version (False, str, None)

Gaia API version for example 1.6.

state (False, str, present)

Ansible state which can be present or absent.

address (False, str, None)

IPv4/IPv6 address.

port (False, int, None)

Proxy server port.

Notes

Note

  • Supports check_mode.

Examples

- name: Set new static route
  check_point.gaia.cp_gaia_proxy:
    state: present
    address: 1.2.125.0
    port: 89

Return Values

proxy (always., dict, )

The checkpoint object updated.

Status

Authors

  • Ameer Asli (@chkp-ameera)