@@ -221,7 +221,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
221221 Section - Style Heading4 " $Node Vlans" {
222222 Paragraph " The following section provides the Vlan information on $ ( $ClusterInfo.ClusterName ) ."
223223 BlankLine
224- Get-AbrOntapNetworkVlans - Node $Node
224+ Get-AbrOntapNetworkVlan - Node $Node
225225 }
226226 }
227227 }
@@ -248,11 +248,11 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
248248 Section - Style Heading4 " $SVM Vserver Routes" {
249249 Paragraph " The following section provides the Routes information on $ ( $ClusterInfo.ClusterName ) ."
250250 BlankLine
251- Get-AbrOntapNetworkRoutes - Vserver $SVM
251+ Get-AbrOntapNetworkRoute - Vserver $SVM
252252 Section - Style Heading5 " Network Interface Routes" {
253253 Paragraph " The following section provides the Per Network Interface Routes information on $ ( $SVM ) ."
254254 BlankLine
255- Get-AbrOntapNetworkRouteLifs - Vserver $SVM
255+ Get-AbrOntapNetworkRouteLif - Vserver $SVM
256256 }
257257 }
258258 }
@@ -300,12 +300,12 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
300300 Section - Style Heading4 " Storage Volumes" {
301301 Paragraph " The following section provides $SVM Volumes Information on $ ( $SVM ) ."
302302 BlankLine
303- Get-AbrOntapVserverVolumes - Vserver $SVM
303+ Get-AbrOntapVserverVolume - Vserver $SVM
304304 if (Get-NcVol - VserverContext $SVM - Controller $Array | Select-Object - ExpandProperty VolumeQosAttributes) {
305305 Section - Style Heading4 " Per Volumes QoS Policy" {
306306 Paragraph " The following section provides the Vserver per Volumes QoS Configuration on $ ( $SVM ) ."
307307 BlankLine
308- Get-AbrOntapVserverVolumesQos - Vserver $SVM
308+ Get-AbrOntapVserverVolumesQosSetting - Vserver $SVM
309309 }
310310 }
311311 if (Get-NcVol - VserverContext $SVM - Controller $Array | Where-Object {$_.JunctionPath -ne ' /' -and $_.Name -ne ' vol0' -and $_.VolumeStateAttributes.IsFlexgroup -eq " True" }) {
@@ -375,7 +375,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
375375 Section - Style Heading6 " NFS Options" {
376376 Paragraph " The following section provides the NFS Service Options Information on $ ( $SVM ) ."
377377 BlankLine
378- Get-AbrOntapVserverNFSOptions - Vserver $SVM
378+ Get-AbrOntapVserverNFSOption - Vserver $SVM
379379 }
380380 if (Get-NcVserver - VserverContext $SVM - Controller $Array | Where-Object { $_.VserverType -eq ' data' -and $_.AllowedProtocols -eq ' nfs' -and $_.State -eq ' running' } | Get-NcNfsExport ) {
381381 Section - Style Heading6 " NFS Volume Export" {
0 commit comments