An account will enable you to access:
Don't have an account?
ONTAP Discussions
The PS Manual mentions C types like `DataONTAP.C.Types.Vserver.VserverInfo` or `DataONTAP.C.Types.Sis.SisStatusInfo` as the cmdlet's output, but I can't seem to find their definition anywhere.
Does anybody know where they are available?
I think those are extended objects within cmdlet output
What cmdlet are you using to see those. I went looking at get-ncvol and get-ncvserver and didn't see it
I ended up matching the cmdlets with the appropriate APIs in the Managebility SDK - the casings are different but they contain what I need.