Interface ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords

    • Method Detail

      • getAlgorithm

        @Stability(Stable)
        @Nullable
        default String getAlgorithm()
        The algorithm used to generate the referenced DNSKEY.

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

      • getDigest

        @Stability(Stable)
        @Nullable
        default String getDigest()
        The digest generated from the referenced DNSKEY.

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

      • getDigestType

        @Stability(Stable)
        @Nullable
        default String getDigestType()
        The hash function used to generate the digest of the referenced DNSKEY.

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

      • getKeyTag

        @Stability(Stable)
        @Nullable
        default Number getKeyTag()
        The key tag of the record. Must be set in range 0 -- 65535.

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