
    Vh                     2    d dl mZmZmZ eZ G d de      Zy)    )absolute_importdivisionprint_functionc                       e Zd ZdZy)ModuleDocFragmenta"  
options:
  sp_address:
    description:
      - Address of the SP of target/secondary storage.
    type: str
    required: true
  sp_user:
    description:
      - Username for accessing SP.
    type: str
    default: sysadmin
  sp_password:
    description:
      - password for accessing SP.
    type: str
    default: sysadmin
requirements:
  - An EMC VNX Storage device.
  - storops (0.5.10 or greater). Install using C(pip install storops).
notes:
  - The modules prefixed with C(emc_vnx) are built to support the EMC VNX storage platform.
N)__name__
__module____qualname__EMC_VNX     o/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/community/general/plugins/doc_fragments/emc.pyr   r      s	    Gr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s    C B r   