MCPcopy Index your code
hub / github.com/saltstack/salt / VMwareObjectRetrievalError

Class VMwareObjectRetrievalError

salt/exceptions.py:528–531  ·  view source on GitHub ↗

Used when a VMware object cannot be retrieved

Source from the content-addressed store, hash-verified

526
527
528class VMwareObjectRetrievalError(VMwareSaltError):
529 """
530 Used when a VMware object cannot be retrieved
531 """
532
533
534class VMwareObjectNotFoundError(VMwareSaltError):

Callers 15

create_dvsFunction · 0.90
update_dvsFunction · 0.90
list_dvportgroupsFunction · 0.90
list_uplink_dvportgroupFunction · 0.90
create_dvportgroupFunction · 0.90
update_dvportgroupFunction · 0.90
remove_dvportgroupFunction · 0.90
list_default_vsan_policyFunction · 0.90
update_storage_policyFunction · 0.90
create_vmfs_datastoreFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected