brocade.fos.brocade_fibrechannel_logical_switch_fibrechannel_logical_switch (1.3.3) — module

Brocade logical Configuration

| "added in version" 2.7 of brocade.fos"

Authors: Broadcom BSN Ansible Team <Automation.BSN@broadcom.com>

preview | supported by certified

Install collection

Install with ansible-galaxy collection install brocade.fos:==1.3.3


Add to requirements.yml

  collections:
    - name: brocade.fos
      version: 1.3.3

Description

Update logging audit configuration.

Inputs

    
vfid:
    description:
    - vfid of the switch to target. The value can be -1 for FOS without VF enabled. For
      VF enabled FOS, a valid vfid should be given
    required: false

timeout:
    description:
    - rest timeout in seconds for operations taking longer than default timeout.
    required: false

throttle:
    description:
    - rest throttling delay in seconds to retry once more if server is busy.
    required: false

credential:
    description:
    - login information including fos_ip_addr - ip address of the FOS switch fos_user_name
      - login name of FOS switch REST API fos_password - password of FOS switch REST API
      https - True for HTTPS, self for self-signed HTTPS, or False for HTTP
    required: true
    type: dict

all_entries:
    description:
    - Boolean to indicate if the entries specified are full list of objects or not. By
      default, all_entries are thought to be true if not specified. If all_entries is
      set to true, the entries is used to calculate the change of existing entryies, addition,
      and deletion. If all_entries is set to false, the entries is used to calculate the
      change of existing entries and addition of entries only. i.e.  the module will not
      attempt to delete objects that do not show up in the entries.
    required: false

logical_switches:
    description:
    - list of logical switch data structure All writable attributes supported by BSN REST
      API with - replaced with _. All of non-default switches are required. No default
      switch data should be present.
    required: true

Outputs

msg:
  description: Success message
  returned: success
  type: str