Interface ClouddomainsRegistrationDnsSettingsCustomDns

    • Method Detail

      • getNameServers

        @Stability(Stable)
        @NotNull
        List<String> getNameServers()
        Required.

        A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#name_servers ClouddomainsRegistration#name_servers}

      • getDsRecords

        @Stability(Stable)
        @Nullable
        default Object getDsRecords()
        ds_records block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#ds_records ClouddomainsRegistration#ds_records}