mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-23 10:12:18 +00:00
update dnsHost composite type
This commit is contained in:
parent
8ebacd39c5
commit
a61e0c0389
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ Performs post-deploy tasks like adding notes to the VM object and creating stati
|
||||||
| Name | Type | Value | Description |
|
| Name | Type | Value | Description |
|
||||||
|:--- |:--- |:--- |:--- |
|
|:--- |:--- |:--- |:--- |
|
||||||
| `vm` | VC:VirtualMachine| | virtual machine object |
|
| `vm` | VC:VirtualMachine| | virtual machine object |
|
||||||
| `dnsHost` | CompositeType(sshHost:string, sshUser:string, sshPass:SecureString, dnsServers:Array/string, supportedDomains:Array/string):dnsConfig | `Endpoints: dnsHost` | object which stores endpoint and credential details for DNS operations |
|
| `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 |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* JavaScript: create dns record
|
/* JavaScript: create dns record
|
||||||
Optionally creates a static record in Microsoft DNS by way of an SSH bastion host.
|
Optionally creates a static record in Microsoft DNS by way of an SSH bastion host.
|
||||||
Inputs: inputProperties (Properties), dnsHost (CompositeType(sshHost:string,sshUser:string,sshPass:SecureString,dnsServers:Array/string,supportedDomains:Array/string):dnsConfig)
|
Inputs: inputProperties (Properties), dnsHost (CompositeType(sshHost:string,sshUser:string,sshPass:SecureString,dnsServers:Array/string,supportedDomains:Array/string):dnsHost)
|
||||||
Outputs: none
|
Outputs: none
|
||||||
*/
|
*/
|
||||||
var staticDns = inputProperties.customProperties.staticDns;
|
var staticDns = inputProperties.customProperties.staticDns;
|
||||||
|
|
Loading…
Reference in a new issue