Module: Google::Cloud::Domains::V1beta1::ManagementSettings::RenewalMethod
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Defines how the Registration
is renewed.
Constant Summary collapse
- RENEWAL_METHOD_UNSPECIFIED =
The renewal method is undefined.
0
- AUTOMATIC_RENEWAL =
The domain is automatically renewed each year .
To disable automatic renewals, delete the resource by calling
DeleteRegistration
or export it by callingExportRegistration
. 1
- MANUAL_RENEWAL =
The domain must be explicitly renewed each year before its
expire_time
. This option is only available when theRegistration
is in stateEXPORTED
.To manage the domain's current billing and renewal settings, go to Google Domains.
2