Provide support for @secret annotation in DynamicTypeManager
This commit is contained in:
parent
0933cf89f9
commit
438e5c68de
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user