forked from vmware/pyvmomi-community-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frequently used functions were migrated to two newly created libraries. I settled on _pbmhelper_ as to not conflict with with pyvmomi's _pbm_. All updated scripts were re-tested and are working properly. New libraries: * `samples/tools/disk.py` * Functions: * `get_obj(content, vimtype, name)` * `retrieve_fcd(content, datastore, vdisk)` * `retrieve_fcd_snapshot(content, datastore, vdisk, snapshot)` * `samples/tools/pbmhelper.py` * Functions: * `create_pbm_session(stub)` * `retrieve_storage_policy(pbmContent, policy)`
- Loading branch information
Chris Arceneaux
committed
May 16, 2019
1 parent
893a6a8
commit 4cb4975
Showing
10 changed files
with
205 additions
and
421 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
Oops, something went wrong.