Provide support for @secret annotation in DynamicTypeManager
This commit is contained in:
@@ -81,7 +81,8 @@ class DynamicTypeConstructor:
|
|||||||
|
|
||||||
_mapFlags = { "optional": VmomiSupport.F_OPTIONAL,
|
_mapFlags = { "optional": VmomiSupport.F_OPTIONAL,
|
||||||
"linkable": VmomiSupport.F_LINKABLE,
|
"linkable": VmomiSupport.F_LINKABLE,
|
||||||
"link": VmomiSupport.F_LINK }
|
"link": VmomiSupport.F_LINK,
|
||||||
|
"secret": VmomiSupport.F_SECRET }
|
||||||
|
|
||||||
## Constructor
|
## Constructor
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user