github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.21.0/580-features.md (about)

     1  * Added method `VCDClient.QueryNsxtManagerByHref` to retrieve a NSX-T manager by its ID/HREF [GH-580]
     2  * Added method `VCDClient.CreateProviderVdc` to create a Provider VDC [GH-580]
     3  * Added method `VCDClient.ResourcePoolsFromIds` to convert list of IDs to resource pools [GH-580]
     4  * Added `ProviderVdcExtended` methods `AddResourcePools`, `AddStorageProfiles`, `Delete`, `DeleteResourcePools`,`DeleteStorageProfiles`,`Disable`,`Enable`,`GetResourcePools`,`IsEnabled`,`Rename`,`Update` to fully manage a provider VDC [GH-580]
     5  * Added method `NetworkPool.GetOpenApiUrl` to generate the full URL of a network pool [GH-580]
     6  * Added `ResourcePool` methods `GetAvailableHardwareVersions` and `GetDefaultHardwareVersion` to get hardware versions [GH-580]
     7  * Added `VCDClient` method `GetAllResourcePools` to retrieve all resource pools regardless of vCenter affiliation [GH-580]
     8  * Added `VCDClient` method `GetAllVcenters` to retrieve all vCenters [GH-580]
     9  * Added `VCDClient` methods `GetNetworkPoolById`,`GetNetworkPoolByName`,`GetNetworkPoolSummaries` to retrieve network pools [GH-580]
    10  * Added `VCDClient` methods `GetVcenterById`,`GetVcenterByName` to retrieve vCenters [GH-580]
    11  * Added `VCenter` methods `GetAllResourcePools`,`VCenter.GetResourcePoolById`,`VCenter.GetResourcePoolByName` to retrieve resource pools [GH-580]
    12  * Added `VCenter` methods `GetAllStorageProfiles`,`GetStorageProfileById`,`GetStorageProfileByName` to retrieve storage profiles [GH-580]
    13  * Added method `VCenter.GetVimServerUrl` to retrieve the full URL of a vCenter within a VCD [GH-580]