hostname property

String? hostname
getter/setter pair

The hostname (the first label of the FQDN) to use for the DNS record.

This should be a valid DNS label as per RFC 1035. Generally, this means the hostname can contain letters, digits, and hyphens, and must not start or end with a hyphen. Example: "my-instance", "db-1"

Required.

Implementation

core.String? hostname;