mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-21 17:32:18 +00:00
15 lines
628 B
Markdown
15 lines
628 B
Markdown
|
# VM Deprovision workflow
|
||
|
Performs cleanup tasks upon deployment deletion (currently just removing the static DNS record).
|
||
|
|
||
|
![Schema](schema.png)
|
||
|
|
||
|
## Inputs/Outputs
|
||
|
| Name | Type | Direction | Description |
|
||
|
|:--- |:--- |:---|:---|
|
||
|
| `inputProperties` | Properties | Input | full request payload from vRA |
|
||
|
|
||
|
## Variables
|
||
|
| Name | Type | Value | Description |
|
||
|
|:--- |:--- |:--- |:--- |
|
||
|
| `dnsHost` | CompositeType(sshHost:string, sshUser:string, sshPass:SecureString, dnsServers:Array/string, supportedDomains:Array/string):dnsHost | `Endpoints: dnsHost` | object which stores endpoint and credential details for DNS operations |
|