
    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)ModuleDocFragmentaR  
options: {}
requirements:
  - requests >= 2.5.0
  - clc-sdk
notes:
  - To use this module, it is required to set the below environment variables which enables access to the Centurylink Cloud.
  - E(CLC_V2_API_USERNAME), the account login ID for the Centurylink Cloud.
  - E(CLC_V2_API_PASSWORD), the account password for the Centurylink Cloud.
  - Alternatively, the module accepts the API token and account alias. The API token can be generated using the CLC account
    login and password using the HTTP API call @ U(https://api.ctl.io/v2/authentication/login).
  - E(CLC_V2_API_TOKEN), the API token generated from U(https://api.ctl.io/v2/authentication/login).
  - E(CLC_ACCT_ALIAS), the account alias associated with the Centurylink Cloud.
  - Users can set E(CLC_V2_API_URL) to specify an endpoint for pointing to a different CLC environment.
N)__name__
__module____qualname__DOCUMENTATION     o/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/community/general/plugins/doc_fragments/clc.pyr   r      s	    Mr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s    C B r   