github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.15.0/438-features.md (about) 1 * Added support to set, get and delete metadata to AdminOrg with the methods 2 `AdminOrg.AddMetadataEntry`, `AdminOrg.AddMetadataEntryAsync`, `AdminOrg.GetMetadata`, 3 `AdminOrg.DeleteMetadataEntry` and `AdminOrg.DeleteMetadataEntryAsync`. [GH-438] 4 * Added support to get metadata to Org with the method 5 `Org.GetMetadata`. [GH-438] 6 * Added support to set, get and delete metadata to Disk with the methods 7 `Disk.AddMetadataEntry`, `Disk.AddMetadataEntryAsync`, `Disk.GetMetadata`, 8 `Disk.DeleteMetadataEntry` and `Disk.DeleteMetadataEntryAsync`. [GH-438]