data | VsanHostAssociatedObjects[] |
SPBM profile associated objects. As SPBM could query with SPBM
profile generation number not specified and there could exists
objects applied with same SPBM profile Id but different SPBM
profile generation, result is an array of type
VsanHostAssociatedObjects. Each item in the
array is one SPBM generation found in vSAN for the SPBM profile
ID. For example, if SPBM called VsanAssociatedObjects with SPBM
profile xxx and there exists 2 generations
(generation number 1 and 2) in vSAN. Then returned result will
have an array of size 2. One item is spbmProfileId='xxx' and
spbmGenNum=1 with objects associated with it. The other item is
spbmProfileId='xxx' and spbmGenNum=2 with objects associated with
it.
|