
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.2 KiB
vim.InheritablePolicy
The base class for any type of setting or configuration that may get a inherited value.When used in a reconfgure operation specification, if inherited is true, it specifies the intention to change the values of subclass's properties to the inhertied values from the level above. In this case, users don't need to specify the values and any set property in the subclass will be ignored. if inherited is false, it specifies the intension to explicitly set subclass's properties to user specified values. Users should set the properties in the subclass with the desired values.When used in a configuration information object, The values of the properties in the subclass are the effective values. if inherited is true, the object is getting the effective values from upper level. If false, the values are explicitly set by a user.
- extends
- since
- Attributes:
-
inherited (bool):
Whether the configuration is set to inherited value.