
    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:
  storage_system_ip:
    description:
      - The storage system IP address.
    type: str
    required: true
  storage_system_password:
    description:
      - The storage system password.
    type: str
    required: true
  storage_system_username:
    description:
      - The storage system user name.
    type: str
    required: true

requirements:
  - hpe3par_sdk >= 1.0.2. Install using C(pip install hpe3par_sdk).
  - WSAPI service should be enabled on the 3PAR storage array.
notes:
N)__name__
__module____qualname__DOCUMENTATION     s/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/community/general/plugins/doc_fragments/hpe3par.pyr   r   
   s	    Mr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s    C B r   