brocade.fos.brocade_maps_maps_policy (1.3.3) — module

Brocade Fibre Channel MAPS policy 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 Fibre Channel MAPS policy

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

maps_policies:
    description:
    - list of policies to be updated. All writable attributes supported by BSN REST API
      with - replaced with _.
    required: true

Outputs

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