Interface ClouddomainsRegistrationContactSettingsRegistrantContact

    • Method Detail

      • getEmail

        @Stability(Stable)
        @NotNull
        String getEmail()
        Required. Email address of the contact.

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

      • getPhoneNumber

        @Stability(Stable)
        @NotNull
        String getPhoneNumber()
        Required. Phone number of the contact in international format. For example, "+1-800-555-0123".

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

      • getPostalAddress

        @Stability(Stable)
        @NotNull
        ClouddomainsRegistrationContactSettingsRegistrantContactPostalAddress getPostalAddress()
        postal_address block.

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

      • getFaxNumber

        @Stability(Stable)
        @Nullable
        default String getFaxNumber()
        Fax number of the contact in international format. For example, "+1-800-555-0123".

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