NetApp.SDK.NaDisk Name Disk Status if ($this.RaidState -eq 'partner') { $this.RaidState } elseif ($this.RaidType -ne 'pending') { $this.RaidType } else { $this.RaidState } NetApp.SDK.NaAggr Name Aggregate NetApp.SDK.NaVolume Name Volume NetApp.SDK.NaVolumeAutoSize Name Volume NetApp.SDK.NaVolumeSize Name Volume NetApp.SDK.NaSnapShot Name Snapshot NetApp.SDK.NaSnapshotReserve Name Volume NetApp.SDK.NaLun MapInfo Get-NaLunMap -Path $this.Path -Server (Get-NaServer)|%{ ("{0}:{1}" -f $_.IGroup,$_.LunID) } Description $e = New-Object Netapp.Manage.NaElement -ArgumentList @("lun-get-comment") $e.AddNewChild("path", $this.path) (Get-NaServer).invokeElem($e).GetChildContent("comment") NetApp.SDK.NaQtree Path if ($this.Qtree) { "/vol/{0}/{1}" -f $this.Volume,$this.Qtree } else { "/vol/{0}" -f $this.Volume } NetApp.SDK.NaAddressPair NetApp.SDK.NaAddressPairTypeConverter