Class DnsManagedZoneForwardingConfigTargetNameServers.Jsii$Proxy

    • Method Detail

      • getForwardingPath

        public final String getForwardingPath()
        Description copied from interface: DnsManagedZoneForwardingConfigTargetNameServers
        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}

        Specified by:
        getForwardingPath in interface DnsManagedZoneForwardingConfigTargetNameServers
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object