-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: Support DC for ResolveLibItemStor
This patch adds a datacenter parameter to the `ResolveLibraryItemStorage` function for when the datacenter is known in advance. This is more efficient as it obviates the need to discover the datacenter each time through a loop. BREAKING: This change requires updating the use of the ResolveLibraryItemStorage function to account for its signature change. Signed-off-by: akutz <akutz@vmware.com>
- Loading branch information
Showing
3 changed files
with
211 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters