mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-21 17:32:18 +00:00
fix typo in README
This commit is contained in:
parent
e73c421a7c
commit
1fe6ae08aa
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ Ensures a unique, sequentially-numbered hostname by checking for naming conflict
|
||||||
| `digitCount` | number | `2` | determines how many digits get appended to `nameBase` |
|
| `digitCount` | number | `2` | determines how many digits get appended to `nameBase` |
|
||||||
| `errMsg` | string | | thrown when errors are encountered |
|
| `errMsg` | string | | thrown when errors are encountered |
|
||||||
|`hostnameSequence` | number | `0` | starts the sequence at 0, tracks as it changes |
|
|`hostnameSequence` | number | `0` | starts the sequence at 0, tracks as it changes |
|
||||||
| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vmName` input) |
|
| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vCenterName` input) |
|
||||||
| `vms` | Array/VC:VirtualMachine | | holds VM objects to check for conflicts |
|
| `vms` | Array/VC:VirtualMachine | | holds VM objects to check for conflicts |
|
Loading…
Reference in a new issue