vcfa_cloud_account¶
VCF Automation — cloud accounts (/iaas/api/cloud-accounts).
A cloud account is VCFA’s stored binding to a provider (vSphere, NSX,
AWS, Azure, GCP, VMC). The provider determines the create_* /
update_* endpoint shape; this client exposes the generic
read/delete and the vSphere + NSX-T create paths, which are the two
that matter for VCF.
- saltext.vcf.clients.vcfa_cloud_account.list_(opts, profile=None)[source]¶
Return the
contentlist of all cloud accounts.
- saltext.vcf.clients.vcfa_cloud_account.create_vsphere(opts, spec, profile=None)[source]¶
Create a vSphere cloud account.
spec must include
name,hostName,username,password,acceptSelfSignedCertificate,regions, anddcid(data collector / cloud proxy id).