hostname property
The hostname for the DNS record.
This value will be prepended to the dns_suffix to create the full domain
name (FQDN) for the record. For example, if hostname is "corp.db" and
dns_suffix is "example.com.", the resulting record will be
"corp.db.example.com.". Should not include a trailing dot.
Required. Immutable.
Implementation
core.String? hostname;