TemplateHostnameConfiguration object
Template for hostname generation.
Polymorphism
TemplateHostnameConfiguration is a type that implements the HostnameConfiguration type.
When an object of type HostnameConfiguration is expected, you can use one of type TemplateHostnameConfiguration (or use any other implementation).
Example JSON representation
{
"domainName": "string",
"template": "string",
"type": "TemplateHostnameConfiguration"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
type string |
required |
"TemplateHostnameConfiguration" | Hostname configuration type. |
|
domainName string |
optional |
Domain name template. This field supports Global Variable interpolation. Please note this property is available for AWS, Azure, VMware. For VMware it is not editable and set from IP Pool associated with primary network. |
||
template string |
optional |
Hostname template. This field supports Global Variable interpolation. |