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>
saltext.vcf.modules.vcf_vim_custom_attribute.remove(name_or_key, profile=None)[source]

Remove.

CLI Example:

salt '*' vcf_vim_custom_attribute.remove <name_or_key>
saltext.vcf.modules.vcf_vim_custom_attribute.set_value(entity_mo_id, name, value, entity_type=None, profile=None)[source]

Set value.

CLI Example:

salt '*' vcf_vim_custom_attribute.set_value <entity_mo_id> <name> <value> <entity_type>