hostFormat property
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;
The host name format being currently used in connection string.
Output only. Possible string values are:
core.String? hostFormat;