
    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:
  api_url:
    description:
      - The ENDPOINT URL of the XMLRPC server.
      - If not specified then the value of the E(ONE_URL) environment variable, if any, is used.
    type: str
    aliases:
      - api_endpoint
  api_username:
    description:
      - The name of the user for XMLRPC authentication.
      - If not specified then the value of the E(ONE_USERNAME) environment variable, if any, is used.
    type: str
  api_password:
    description:
      - The password or token for XMLRPC authentication.
      - If not specified then the value of the E(ONE_PASSWORD) environment variable, if any, is used.
    type: str
    aliases:
      - api_token
  validate_certs:
    description:
      - Whether to validate the TLS/SSL certificates or not.
      - This parameter is ignored if E(PYTHONHTTPSVERIFY) environment variable is used.
    type: bool
    default: true
  wait_timeout:
    description:
      - Time to wait for the desired state to be reached before timeout, in seconds.
    type: int
    default: 300
N)__name__
__module____qualname__DOCUMENTATION     v/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/community/general/plugins/doc_fragments/opennebula.pyr   r      s	     Mr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s    C B" "r   