vcf_nsx_localos_user¶
Execution module for the NSX Manager node’s own local CLI user accounts.
- saltext.vcf.modules.vcf_nsx_localos_user.list_(profile=None)[source]¶
List.
CLI Example:
salt '*' vcf_nsx_localos_user.list_
- saltext.vcf.modules.vcf_nsx_localos_user.get_or_none(username, profile=None)[source]¶
Get or none.
CLI Example:
salt '*' vcf_nsx_localos_user.get_or_none <username>
- saltext.vcf.modules.vcf_nsx_localos_user.create(username, password, role, profile=None, **spec)[source]¶
Create.
CLI Example:
salt '*' vcf_nsx_localos_user.create <username> <password> <role>