Class: Google::Apis::DomainsV1alpha2::Registration
- Inherits:
-
Object
- Object
- Google::Apis::DomainsV1alpha2::Registration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/domains_v1alpha2/classes.rb,
lib/google/apis/domains_v1alpha2/representations.rb,
lib/google/apis/domains_v1alpha2/representations.rb
Overview
The Registration
resource facilitates managing and configuring domain name
registrations. There are several ways to create a new Registration
resource:
To create a new Registration
resource, find a suitable domain name by
calling the SearchDomains
method with a query to see available domain name
options. After choosing a name, call RetrieveRegisterParameters
to ensure
availability and obtain information like pricing, which is needed to build a
call to RegisterDomain
. Another way to create a new Registration
is to
transfer an existing domain from another registrar (Deprecated: For more
information, see Cloud Domains feature deprecation). First, go to the current
registrar to unlock the domain for transfer and retrieve the domain's transfer
authorization code. Then call RetrieveTransferParameters
to confirm that the
domain is unlocked and to get values needed to build a call to TransferDomain
. Finally, you can create a new Registration
by importing an existing domain
managed with Google Domains (Deprecated: For more
information, see Cloud Domains feature deprecation). First, call
RetrieveImportableDomains
to list domains to which the calling user has
sufficient access. Then call ImportDomain
on any domain names you want to
use with Cloud Domains.
Instance Attribute Summary collapse
-
#contact_settings ⇒ Google::Apis::DomainsV1alpha2::ContactSettings
Defines the contact information associated with a
Registration
. -
#create_time ⇒ String
Output only.
-
#dns_settings ⇒ Google::Apis::DomainsV1alpha2::DnsSettings
Defines the DNS configuration of a
Registration
, including name servers, DNSSEC, and glue records. -
#domain_name ⇒ String
Required.
-
#domain_properties ⇒ Array<String>
Output only.
-
#expire_time ⇒ String
Output only.
-
#issues ⇒ Array<String>
Output only.
-
#labels ⇒ Hash<String,String>
Set of labels associated with the
Registration
. -
#management_settings ⇒ Google::Apis::DomainsV1alpha2::ManagementSettings
Defines renewal, billing, and transfer settings for a
Registration
. -
#name ⇒ String
Output only.
-
#pending_contact_settings ⇒ Google::Apis::DomainsV1alpha2::ContactSettings
Defines the contact information associated with a
Registration
. -
#provider ⇒ String
Output only.
-
#register_failure_reason ⇒ String
Output only.
-
#state ⇒ String
Output only.
-
#supported_privacy ⇒ Array<String>
Output only.
-
#transfer_failure_reason ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Registration
constructor
A new instance of Registration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Registration
Returns a new instance of Registration.
1878 1879 1880 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1878 def initialize(**args) update!(**args) end |
Instance Attribute Details
#contact_settings ⇒ Google::Apis::DomainsV1alpha2::ContactSettings
Defines the contact information associated with a Registration
. ICANN requires all domain names to have associated contact
information. The registrant_contact
is considered the domain's legal owner,
and often the other contacts are identical.
Corresponds to the JSON property contactSettings
1790 1791 1792 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1790 def contact_settings @contact_settings end |
#create_time ⇒ String
Output only. The creation timestamp of the Registration
resource.
Corresponds to the JSON property createTime
1795 1796 1797 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1795 def create_time @create_time end |
#dns_settings ⇒ Google::Apis::DomainsV1alpha2::DnsSettings
Defines the DNS configuration of a Registration
, including name servers,
DNSSEC, and glue records.
Corresponds to the JSON property dnsSettings
1801 1802 1803 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1801 def dns_settings @dns_settings end |
#domain_name ⇒ String
Required. Immutable. The domain name. Unicode domain names must be expressed
in Punycode format.
Corresponds to the JSON property domainName
1807 1808 1809 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1807 def domain_name @domain_name end |
#domain_properties ⇒ Array<String>
Output only. Special properties of the domain.
Corresponds to the JSON property domainProperties
1812 1813 1814 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1812 def domain_properties @domain_properties end |
#expire_time ⇒ String
Output only. The expiration timestamp of the Registration
.
Corresponds to the JSON property expireTime
1817 1818 1819 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1817 def expire_time @expire_time end |
#issues ⇒ Array<String>
Output only. The set of issues with the Registration
that require attention.
Corresponds to the JSON property issues
1822 1823 1824 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1822 def issues @issues end |
#labels ⇒ Hash<String,String>
Set of labels associated with the Registration
.
Corresponds to the JSON property labels
1827 1828 1829 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1827 def labels @labels end |
#management_settings ⇒ Google::Apis::DomainsV1alpha2::ManagementSettings
Defines renewal, billing, and transfer settings for a Registration
.
Corresponds to the JSON property managementSettings
1832 1833 1834 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1832 def management_settings @management_settings end |
#name ⇒ String
Output only. Name of the Registration
resource, in the format projects/*/
locations/*/registrations/
.
Corresponds to the JSON property name
1838 1839 1840 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1838 def name @name end |
#pending_contact_settings ⇒ Google::Apis::DomainsV1alpha2::ContactSettings
Defines the contact information associated with a Registration
. ICANN requires all domain names to have associated contact
information. The registrant_contact
is considered the domain's legal owner,
and often the other contacts are identical.
Corresponds to the JSON property pendingContactSettings
1846 1847 1848 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1846 def pending_contact_settings @pending_contact_settings end |
#provider ⇒ String
Output only. Current domain management provider.
Corresponds to the JSON property provider
1851 1852 1853 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1851 def provider @provider end |
#register_failure_reason ⇒ String
Output only. The reason the domain registration failed. Only set for domains
in REGISTRATION_FAILED state.
Corresponds to the JSON property registerFailureReason
1857 1858 1859 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1857 def register_failure_reason @register_failure_reason end |
#state ⇒ String
Output only. The state of the Registration
Corresponds to the JSON property state
1862 1863 1864 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1862 def state @state end |
#supported_privacy ⇒ Array<String>
Output only. Set of options for the contact_settings.privacy
field that this
Registration
supports.
Corresponds to the JSON property supportedPrivacy
1868 1869 1870 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1868 def supported_privacy @supported_privacy end |
#transfer_failure_reason ⇒ String
Output only. Deprecated: For more information, see Cloud Domains feature
deprecation. The reason the domain transfer failed. Only set for domains in
TRANSFER_FAILED state.
Corresponds to the JSON property transferFailureReason
1876 1877 1878 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1876 def transfer_failure_reason @transfer_failure_reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 1883 def update!(**args) @contact_settings = args[:contact_settings] if args.key?(:contact_settings) @create_time = args[:create_time] if args.key?(:create_time) @dns_settings = args[:dns_settings] if args.key?(:dns_settings) @domain_name = args[:domain_name] if args.key?(:domain_name) @domain_properties = args[:domain_properties] if args.key?(:domain_properties) @expire_time = args[:expire_time] if args.key?(:expire_time) @issues = args[:issues] if args.key?(:issues) @labels = args[:labels] if args.key?(:labels) @management_settings = args[:management_settings] if args.key?(:management_settings) @name = args[:name] if args.key?(:name) @pending_contact_settings = args[:pending_contact_settings] if args.key?(:pending_contact_settings) @provider = args[:provider] if args.key?(:provider) @register_failure_reason = args[:register_failure_reason] if args.key?(:register_failure_reason) @state = args[:state] if args.key?(:state) @supported_privacy = args[:supported_privacy] if args.key?(:supported_privacy) @transfer_failure_reason = args[:transfer_failure_reason] if args.key?(:transfer_failure_reason) end |