GuestHostnameGenerator
The HostnameGenerator structure specifies various mechanisms of generating the hostname for the guest inside the virtual machine while customization.
Properties
string
fixed_name
Optional
The virtual machine name specified by the client. This field is optional and it is only relevant when the value of HostnameGenerator.type is FIXED.
string
prefix
Optional
Base prefix, to which a unique number is appended. This field is optional and it is only relevant when the value of HostnameGenerator.type is PREFIX.
JSON Example
{
"type": "enum"
}