Hi Luc,
what do you mean by dig deeper?
What is the best way to dig deeper? I think i missed the correct method to do this.
Should i use some special editor, that provides some lists about the properties automatically (if there is one, currently using PS ISE)? Or should I search via powershell? Should I browse the api website? I like the website, but in some cases, I cant find the correct way... For example in: https://developer.vmware.com/apis/1192/vsphere
"Properties inherited from: ClusterDasAdvancedRuntimeInfo
dasHostInfo, heartbeatDatastoreInfo, vmcpSupported"
$Cluster = Get-Cluster
$Cluster.ExtensionData.RetrieveDasAdvancedRuntimeInfo() | select *
There is no information like shown on the website:
"slotInfo", "hostSlots" and so on...
And this information:
"vim.cluster.DasFailoverLevelAdvancedRuntimeInfo"
what can I do with this?
Greetings
Chris