Interface ClouddomainsRegistrationDnsSettingsGlueRecords

    • Method Detail

      • getHostName

        @Stability(Stable)
        @NotNull
        String getHostName()
        Required. Domain name of the host in Punycode format.

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

      • getIpv4Addresses

        @Stability(Stable)
        @Nullable
        default List<String> getIpv4Addresses()
        List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.

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

      • getIpv6Addresses

        @Stability(Stable)
        @Nullable
        default List<String> getIpv6Addresses()
        List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.

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