Anons79 Mini Shell

Directory : /lib/python2.7/site-packages/ansible/modules/network/avi/
Upload File :
Current File : //lib/python2.7/site-packages/ansible/modules/network/avi/avi_cloudconnectoruser.pyc

�
�Udac@s�idd6dgd6dd6ZdZdZdZd	d
lmZy d	dlmZmZm	Z	Wne
k
ryeZ	nXd�Ze
d
kr�e�ndS(s1.1tmetadata_versiontpreviewtstatust	communitytsupported_bys�
---
module: avi_cloudconnectoruser
author: Gaurav Rastogi (@grastogi23) <[email protected]>

short_description: Module for setup of CloudConnectorUser Avi RESTful Object
description:
    - This module is used to configure CloudConnectorUser object
    - more examples at U(https://github.com/avinetworks/devops)
requirements: [ avisdk ]
version_added: "2.4"
options:
    state:
        description:
            - The state that should be applied on the entity.
        default: present
        choices: ["absent", "present"]
    avi_api_update_method:
        description:
            - Default method for object update is HTTP PUT.
            - Setting to patch will override that behavior to use HTTP PATCH.
        version_added: "2.5"
        default: put
        choices: ["put", "patch"]
    avi_api_patch_op:
        description:
            - Patch operation to use when using avi_api_update_method as patch.
        version_added: "2.5"
        choices: ["add", "replace", "delete"]
    azure_serviceprincipal:
        description:
            - Field introduced in 17.2.1.
        version_added: "2.5"
    azure_userpass:
        description:
            - Field introduced in 17.2.1.
        version_added: "2.5"
    gcp_credentials:
        description:
            - Credentials for google cloud platform.
            - Field introduced in 18.2.1.
        version_added: "2.9"
    name:
        description:
            - Name of the object.
        required: true
    oci_credentials:
        description:
            - Credentials for oracle cloud infrastructure.
            - Field introduced in 18.2.1,18.1.3.
        version_added: "2.9"
    private_key:
        description:
            - Private_key of cloudconnectoruser.
    public_key:
        description:
            - Public_key of cloudconnectoruser.
    tenant_ref:
        description:
            - It is a reference to an object of type tenant.
    tencent_credentials:
        description:
            - Credentials for tencent cloud.
            - Field introduced in 18.2.3.
        version_added: "2.9"
    url:
        description:
            - Avi controller URL of the object.
    uuid:
        description:
            - Unique object identifier of the object.
extends_documentation_fragment:
    - avi
s�
  - name: Create a Cloud connector user that is used for integration into cloud platforms
    avi_cloudconnectoruser:
      controller: '{{ controller }}'
      name: root
      password: '{{ password }}'
      private_key: |
        -----BEGIN RSA PRIVATE KEY-----
        -----END RSA PRIVATE KEY-----'
      public_key: 'ssh-rsa ...'
      tenant_ref: admin
      username: '{{ username }}'
sx
obj:
    description: CloudConnectorUser (api/cloudconnectoruser) object
    returned: success, changed
    type: dict
i����(t
AnsibleModule(tavi_common_argument_spectavi_ansible_apitHAS_AVIcCsttdtdddddg�dtdddddg�d	tdd
ddg�d
tdd�dtdddt�dtdddt�dtdddt�dtdddt�dtdddt�dtdd�dtdd�dtdddt�dtdd�dtdd��}|jt��td|dt�}ts[|jdd �St|d!tdg��S("Ntstatetdefaulttpresenttchoicestabsenttavi_api_update_methodtputtpatchtavi_api_patch_optaddtreplacetdeletetazure_serviceprincipalttypetdicttazure_userpasstno_logtgcp_credentialstnametstrtrequiredtoci_credentialstprivate_keyt
public_keyt
tenant_refttencent_credentialsturltuuidt
argument_spectsupports_check_modetmsgszAvi python API SDK (avisdk>=17.1) or requests is not installed. For more details visit https://github.com/avinetworks/sdk.tcloudconnectoruser(	RtTruetupdateRRRt	fail_jsonRtset(targument_specstmodule((sV/usr/lib/python2.7/site-packages/ansible/modules/network/avi/avi_cloudconnectoruser.pytmainxs2		t__main__N(tANSIBLE_METADATAt
DOCUMENTATIONtEXAMPLEStRETURNtansible.module_utils.basicRt$ansible.module_utils.network.avi.aviRRRtImportErrortFalseR/t__name__(((sV/usr/lib/python2.7/site-packages/ansible/modules/network/avi/avi_cloudconnectoruser.pyt<module>s


K 

	

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]