From e1dacad8d6fb2df110e6698758209e8714aaefdd Mon Sep 17 00:00:00 2001 From: rallytime Date: Sat, 21 Nov 2015 09:07:44 -0700 Subject: [PATCH] Change UpdateVsan to UpdateVsan_Task in VsanSystem docs Fixes #314 --- docs/vim/host/VsanSystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vim/host/VsanSystem.rst b/docs/vim/host/VsanSystem.rst index a068b85..837d93a 100644 --- a/docs/vim/host/VsanSystem.rst +++ b/docs/vim/host/VsanSystem.rst @@ -169,7 +169,7 @@ RemoveDiskMapping(mapping): -UpdateVsan(config): +UpdateVsan_Task(config): Update the VSAN service on this host according to the given host configuration specification.Enabling and disabling the VSAN service can be achieved by using the `enabled`_ flag. Host storage settings can be specified through use of `storageInfo`_ . If this value is omitted, changes will not be made to the existing storage configuration. Host cluster settings can be specified through use of `clusterInfo`_ . If this value is omitted, changes will not be made to the existing cluster configuration. Host network settings can be specified through use of `networkInfo`_ . If this value is omitted, changes will not be made to the existing network configuration.See `VsanHostConfigInfo`_ See `storageInfo`_ See `clusterInfo`_ See `networkInfo`_ See `QueryDisksForVsan`_