vmDnsSetting property

String? vmDnsSetting
getter/setter pair

Default internal DNS setting used by VMs running in this project.

Output only. Possible string values are:

  • "GLOBAL_DEFAULT"
  • "UNSPECIFIED_VM_DNS_SETTING"
  • "ZONAL_DEFAULT"
  • "ZONAL_ONLY"

Implementation

core.String? vmDnsSetting;