ONTAP Discussions

Type definitions for ONTAP PowerShell Toolkit

tyteen4a03
1,903 Views

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?

2 REPLIES 2

JGPSHNTAP
1,871 Views

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

 

tyteen4a03
1,852 Views

I ended up matching the cmdlets with the appropriate APIs in the Managebility SDK - the casings are different but they contain what I need.

Public