
    Vh
                          G d  de       Zy)c                       e Zd ZdZy)ModuleDocFragmenta  
options:
  hostname:
    description:
    - IP address or hostname of Cisco UCS Manager.
    - Modules can be used with the UCS Platform Emulator U(https://cs.co/ucspe)
    type: str
    required: yes
  username:
    description:
    - Username for Cisco UCS Manager authentication.
    type: str
    default: admin
  password:
    description:
    - Password for Cisco UCS Manager authentication.
    type: str
    required: yes
  port:
    description:
    - Port number to be used during connection (by default uses 443 for https and 80 for http connection).
    type: int
  use_ssl:
    description:
    - If C(no), an HTTP connection will be used instead of the default HTTPS connection.
    type: bool
    default: yes
  use_proxy:
    description:
    - If C(no), will not use the proxy as defined by system environment variable.
    type: bool
    default: yes
  proxy:
    description:
    - If use_proxy is no, specfies proxy to be used for connection.
      e.g. 'http://proxy.xy.z:8080'
    type: str
N)__name__
__module____qualname__DOCUMENTATION     g/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/cisco/ucs/plugins/doc_fragments/ucs.pyr   r   !   s	    %Mr	   r   N)objectr   r   r	   r
   <module>r      s   B' 'r	   