Interface DnsPolicyAlternativeNameServerConfigTargetNameServers

    • Method Detail

      • getIpv4Address

        @Stability(Stable)
        @NotNull
        String getIpv4Address()
        IPv4 address to forward to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#ipv4_address DnsPolicy#ipv4_address}

      • getForwardingPath

        @Stability(Stable)
        @Nullable
        default String getForwardingPath()
        Forwarding path for this TargetNameServer.

        If unset or 'default' Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to 'private', Cloud DNS will always send queries through VPC for this target Possible values: ["default", "private"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#forwarding_path DnsPolicy#forwarding_path}