Get-NSXTRoutingTable & Get-NSXTForwardingTable now work

Get-NSXTRoutingTable & Get-NSXTForwardingTable now work. Thanks for Nick from VMW for pointing out the .help was incorrect and submitting a PR to update the API guide.
This commit is contained in:
AndyG
2018-09-14 08:58:53 -04:00
parent 75a2562d97
commit c34b602bf3
2 changed files with 322 additions and 14 deletions

View File

@@ -7,7 +7,23 @@
Copyright = '(c) 2017. All rights reserved.'
Description = 'Powershell Module for NSX-T REST API Functions'
PowerShellVersion = '5.0'
FunctionsToExport = 'Get-NSXTComputeManager','Get-NSXTFabricNode','Get-NSXTFirewallRule','Get-NSXTIPPool','Get-NSXTLogicalSwitch','Get-NSXTManager','Get-NSXTTransportZone','Get-NSXTController','Get-NSXTTransportNodes'
FunctionsToExport = 'Get-NSXTComputeManager',
'Get-NSXTFabricNode',
'Get-NSXTFirewallRule',
'Get-NSXTIPPool',
'Get-NSXTLogicalSwitch',
'Get-NSXTManager',
'Get-NSXTTransportZone',
'Get-NSXTController',
'Get-NSXTTransportNodes',
'Get-NSXTTraceFlow',
'Get-NSXTEdgeCluster',
'Get-NSXTLogicalRouter',
'Get-NSXTRoutingTable',
'Get-NSXTFabricVM',
'Get-NSXTBGPNeighbors',
'Get-NSXTForwardingTable',
'Get-NSXTNetworkRoutes'
PrivateData = @{
PSData = @{
Tags = @('NSX-T','REST')