mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
VMware: Refactor vmware_vswitch (#36091)
* Update documentation * Update logic * Added idempotency * Added Error handling Fixes: #36030 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
57a009d4c7
commit
ed141f1eab
3 changed files with 313 additions and 142 deletions
|
@ -1100,7 +1100,7 @@ class PyVmomi(object):
|
|||
"""
|
||||
Function to get datastore cluster managed object by name
|
||||
Args:
|
||||
datastore_cluster: Name of datastore cluster
|
||||
datastore_cluster_name: Name of datastore cluster
|
||||
|
||||
Returns: Datastore cluster managed object if found else None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue