Provide support for @secret annotation in DynamicTypeManager

This commit is contained in:
Tianhao He 2015-10-05 15:14:23 -07:00
parent 0933cf89f9
commit 438e5c68de

View File

@ -81,7 +81,8 @@ class DynamicTypeConstructor:
_mapFlags = { "optional": VmomiSupport.F_OPTIONAL,
"linkable": VmomiSupport.F_LINKABLE,
"link": VmomiSupport.F_LINK }
"link": VmomiSupport.F_LINK,
"secret": VmomiSupport.F_SECRET }
## Constructor
#