vcf_vim_custom_attribute¶
Execution module for vCenter custom attributes (SOAP).
- saltext.vcf.modules.vcf_vim_custom_attribute.list_(profile=None)[source]¶
List .
CLI Example:
salt '*' vcf_vim_custom_attribute.list_
- saltext.vcf.modules.vcf_vim_custom_attribute.get(name, profile=None)[source]¶
Get.
CLI Example:
salt '*' vcf_vim_custom_attribute.get <name>
- saltext.vcf.modules.vcf_vim_custom_attribute.add(name, managed_object_type=None, profile=None)[source]¶
Add.
CLI Example:
salt '*' vcf_vim_custom_attribute.add <name> <managed_object_type>