B
    ù±ô`&  ã               @   s,   d dl mZmZmZ eZG dd„ deƒZdS )é    )Úabsolute_importÚdivisionÚprint_functionc               @   s   e Zd ZdZdS )ÚModuleDocFragmentaë  
options:
  provider:
    description:
      - A dict object containing connection details.
    type: dict
    suboptions:
      host:
        description:
          - Specifies the DNS host name or address for connecting to the remote
            device over the specified transport.  The value of host is used as
            the destination address for the transport.
        type: str
      username:
        description:
          - Configures the username to use to authenticate the connection to
            the remote device. If the value is not specified in the task, the value of environment
            variable C(ANSIBLE_NET_USERNAME) will be used instead.
        type: str
      password:
        description:
          - Specifies the password to use to authenticate the connection to
            the remote device. If the value is not specified in the task, the
            value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
        type: str
  host:
    description:
      - Specifies the DNS host name or address for connecting to the remote
        device over the specified transport.  The value of host is used as
        the destination address for the transport.
    type: str
  username:
    description:
      - Configures the username to use to authenticate the connection to
        the remote device. If the value is not specified in the task, the value of environment
        variable C(ANSIBLE_NET_USERNAME) will be used instead.
    type: str
  password:
    description:
      - Specifies the password to use to authenticate the connection to
        the remote device. If the value is not specified in the task, the
        value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
    type: str
N)Ú__name__Ú
__module__Ú__qualname__ZDOCUMENTATION© r	   r	   úf/home/dcms/DCMS/lib/python3.7/site-packages/ansible_collections/inspur/sm/plugins/doc_fragments/ism.pyr   
   s   .r   N)Ú
__future__r   r   r   ÚtypeÚ__metaclass__Úobjectr   r	   r	   r	   r
   Ú<module>   s   