mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-10-31 19:02:17 +00:00
Create README.md
This commit is contained in:
parent
a2988155c5
commit
a75caa5b61
1 changed files with 12 additions and 0 deletions
12
Orchestrator/Workflows/Generate Unique Hostname/README.md
Normal file
12
Orchestrator/Workflows/Generate Unique Hostname/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Generate Unique Hostname workflow
|
||||
Ensures a unique, sequentially-numbered hostname by checking for naming conflicts in vCenter, DNS, and Active Directory.
|
||||
|
||||
## Inputs/Outputs
|
||||
| Name | Type | Direction | Description |
|
||||
|:--- |:--- |:---|:---|
|
||||
| `nameBase` | string | Input | letter-based portion of the VM naming format |
|
||||
| `domain` | string | Input | domain name for checking DNS conflicts |
|
||||
| `digits` | number | Input | optional manually-specified numbering suffix; overrides automatic numbering but still checks for conflicts |
|
||||
| `vCenterName` | string | Input | FQDN of the owning vCenter |
|
||||
| `vmName` | string | Output | generated VM name |
|
||||
|
Loading…
Reference in a new issue