PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173
stars
89
forks
source link
Get-NSXEdge vs Get-NSXEdge -objectid edgeId missing EdgeSummary.localEgressEnabled value #617
Open
kwongheng opened 4 years ago
When we use Get-NSXEdge -objectid edge-5 (for example). The returned objects contains the value for Edge.edgeSummary.localEgressEnabled
However, if I execute Get-NSXEdge (e.g. $esg = Get-NSXEdge), assign it to an object and loop each Edge. The same value is missing
Not sure if anyone seen this issue or its something I am doing wrong?