github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.22.0/610-improvements.md (about) 1 * New method `NsxtEdgeGateway.GetAllocatedIpCountByUplinkType` complementing existing 2 `NsxtEdgeGateway.GetAllocatedIpCount`. It will return allocated IP counts by uplink types (works 3 with VCD 10.4.1+) [GH-610] 4 * New method `NsxtEdgeGateway.GetPrimaryNetworkAllocatedIpCount` that will return total allocated IP 5 count for primary uplink (T0 or T0 VRF) [GH-610] 6 * New field `types.EdgeGatewayUplinks.BackingType` that defines backing type of NSX-T Edge Gateway 7 Uplink [GH-610] 8 * NSX-T Edge Gateway functions `GetNsxtEdgeGatewayById`, `GetNsxtEdgeGatewayByName`, 9 `GetNsxtEdgeGatewayByNameAndOwnerId`, `GetAllNsxtEdgeGateways`, `CreateNsxtEdgeGateway`, 10 `Refresh`, `Update` will additionally sort uplinks to ensure that element 0 contains primary 11 network (T0 or T0 VRF) [GH-610]