Interface DnsManagedZoneForwardingConfigTargetNameServers

    • Method Detail

      • getIpv4Address

        @Stability(Stable)
        @NotNull
        String getIpv4Address()
        IPv4 address of a target name server.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#ipv4_address DnsManagedZone#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_managed_zone#forwarding_path DnsManagedZone#forwarding_path}