Module: Google::Cloud::Domains::V1beta1::RegisterParameters::Availability

Defined in:
proto_docs/google/cloud/domains/v1beta1/domains.rb

Overview

Possible availability states of a domain name.

Constant Summary collapse

AVAILABILITY_UNSPECIFIED =

The availability is unspecified.

0
AVAILABLE =

The domain is available for registration.

1
UNAVAILABLE =

The domain is not available for registration. Generally this means it is already registered to another party.

2
UNSUPPORTED =

The domain is not currently supported by Cloud Domains, but may be available elsewhere.

3
UNKNOWN =

Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.

4