Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
<tagExtractorConfig>
2
   <methodRules>
3
      <rule id="NetworkConfigMethodRule">
4
         <tag>IsNetworkConfig</tag>
5
         <value>1</value>
6
         <description>Identifies configuration methods that pertain to networking</description>
7
         <methodRegex>vim\.dvs\..*|vim\.host\.NetworkSystem\..*</methodRegex>
8
      </rule>
9
      <rule id="VMFoundryOpRule">
10
         <tag>IsVMFoundryOp</tag>
11
         <value>1</value>
12
         <description>Identifies Virtual Machine operations involving foundry</description>
13
         <methodRegex>vim\.VirtualMachine\.(acquireMksTicket|clone|createSecondary|createSnapshot|customize|destroy|disableSecondary|enableSecondary|makePrimary|migrate|mountToolsInstaller|powerOff|powerOn|rebootGuest|reconfigure|reload|reloadFromPath|relocate|removeAllSnapshots|turnOffFaultTolerance|recommendHostsForSecondaryVm|rename|reset|resetGuestInformation|retrieveScreenshot|revertToCurrentSnapshot|revertToSnapshot|screenshot|setScreenResolution|shutdownGuest|standbyGuest|startRecording|startReplaying|stopRecording|stopReplaying|suspend|terminate|terminateFaultTolerantVM|unmountToolsInstaller|unregister|upgradeTools|upgradeVirtualHardware)</methodRegex>
14
      </rule>
15
      <rule id="VMThrottledOpRule">
16
         <tag>IsVMThrottledOp</tag>
17
         <value>1</value>
18
         <description>Identifies Virtual Machine operations that needs additional throttling</description>
19
         <methodRegex>vim\.VirtualMachine\.(reconfigure|removeAllShapshots)|vim.folder.createVM|vim.host.LowLevelProvisioningManager.(createVM|reconfigVM|consolidateDisks)|vim.vm.Snapshot.remove</methodRegex>
20
      </rule>
21
   </methodRules>
22
</tagExtractorConfig>