hostFormat property

String? hostFormat
getter/setter pair

The host name format being currently used in connection string.

Output only. Possible string values are:

  • "HOST_FORMAT_UNSPECIFIED" : Default unspecified value.
  • "FQDN" : FQDN
  • "IP" : IP

Implementation

core.String? hostFormat;